Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1999 bool isPhysReg = IncomingReg.isPhysical(); in addRegisterKilled() local
2000 bool hasAliases = isPhysReg && in addRegisterKilled()
2024 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()
2078 bool isPhysReg = Reg.isPhysical(); in addRegisterDead() local
2079 bool hasAliases = isPhysReg && in addRegisterDead()