Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp177 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, LiveIntervals *LIS);
281 if (MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS))) { in sink3AddrInstruction()
402 static bool isPlainlyKilled(MachineInstr *MI, unsigned Reg, in isPlainlyKilled() function
455 if (!isPlainlyKilled(DefMI, Reg, LIS)) in isKilled()
573 if (!isPlainlyKilled(MI, regC, LIS)) in isProfitableToCommute()
886 (LIS && isPlainlyKilled(MI, MOReg, LIS)))) in rescheduleMIBelowKill()
937 (LIS && isPlainlyKilled(OtherMI, MOReg, LIS)); in rescheduleMIBelowKill()
1068 bool isKill = MO.isKill() || (LIS && isPlainlyKilled(KillMI, MOReg, LIS)); in rescheduleKillAboveMI()
1113 !(MO.isKill() || (LIS && isPlainlyKilled(OtherMI, MOReg, LIS)))) in rescheduleKillAboveMI()