Home
last modified time | relevance | path

Searched refs:hasAliases (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstr.cpp1894 bool hasAliases = isPhysReg && in addRegisterKilled() local
1924 } else if (hasAliases && MO.isKill() && Reg.isPhysical()) { in addRegisterKilled()
1973 bool hasAliases = isPhysReg && in addRegisterDead() local
1988 } else if (hasAliases && MO.isDead() && MOReg.isPhysical()) { in addRegisterDead()
DMachineVerifier.cpp2877 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter() local
2878 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()