Searched refs:isPlainlyKilled (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TwoAddressInstructionPass.cpp | 172 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS); 276 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) { in sink3AddrInstruction() 360 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, in isPlainlyKilled() function 413 if (!isPlainlyKilled(DefMI, Reg, LIS)) in isKilled() 531 if (!isPlainlyKilled(MI, regC, LIS)) in isProfitableToCommute() 812 (LIS && isPlainlyKilled(MI, MOReg, LIS)))) in rescheduleMIBelowKill() 863 (LIS && isPlainlyKilled(OtherMI, MOReg, LIS)); in rescheduleMIBelowKill() 996 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI() 1041 !(MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS)))) in rescheduleKillAboveMI()
|