Searched refs:InstrToInsert (Results 1 – 1 of 1) sorted by relevance
252 MachineInstr *InstrToInsert = SlotMIRemoved ? SlotMI : MI; in repairIndexesInRange() local255 if ((MIIndexNotFound || SlotMIRemoved) && InstrToInsert->getParent() && in repairIndexesInRange()256 !InstrToInsert->isDebugOrPseudoInstr()) in repairIndexesInRange()257 insertMachineInstrInMaps(*InstrToInsert); in repairIndexesInRange()