Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2114 bool hasAliases = isPhysReg && in addRegisterKilled() local
2144 } else if (hasAliases && MO.isKill() && Reg.isPhysical()) { in addRegisterKilled()
2193 bool hasAliases = isPhysReg && in addRegisterDead() local
2208 } else if (hasAliases && MO.isDead() && MOReg.isPhysical()) { in addRegisterDead()
H A DMachineVerifier.cpp3467 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter() local
3468 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()