Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1882 bool hasAliases = isPhysReg && in addRegisterKilled() local
1912 } else if (hasAliases && MO.isKill() && Register::isPhysicalRegister(Reg)) { in addRegisterKilled()
1961 bool hasAliases = isPhysReg && in addRegisterDead() local
1976 } else if (hasAliases && MO.isDead() && in addRegisterDead()
DMachineVerifier.cpp2662 bool hasAliases = MCRegAliasIterator(LiveInReg, TRI, false).isValid(); in visitMachineFunctionAfter() local
2663 if (hasAliases || isAllocatable(LiveInReg) || isReserved(LiveInReg)) in visitMachineFunctionAfter()