Home
last modified time | relevance | path

Searched defs:KillMI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp125 if (MachineInstr *KillMI = RegKills[MBB->getNumber()].lookup(Reg)) { in clearKillsForDef() local
H A DTwoAddressInstructionPass.cpp921 MachineInstr *KillMI = nullptr; in rescheduleMIBelowKill() local
1109 MachineInstr *KillMI = nullptr; in rescheduleKillAboveMI() local
1820 for (auto *KillMI : DstInfo.Kills) in processStatepoint() local
H A DLiveIntervals.cpp1131 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(OldIdxIn->end)) in handleMoveDown() local
1432 if (MachineInstr *KillMI = LIS.getInstructionFromIndex(NewIdx)) in handleMoveUp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2032 MachineBasicBlock::iterator KillMI = Br.MI; in optimizeThumb2Branches() local