Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp252 MachineInstr *InstrToInsert = SlotMIRemoved ? SlotMI : MI; in repairIndexesInRange() local
255 if ((MIIndexNotFound || SlotMIRemoved) && InstrToInsert->getParent() && in repairIndexesInRange()
256 !InstrToInsert->isDebugOrPseudoInstr()) in repairIndexesInRange()
257 insertMachineInstrInMaps(*InstrToInsert); in repairIndexesInRange()