Searched refs:MIIndex (Results 1 – 2 of 2) sorted by relevance
135 SlotIndex MIIndex = mi2iItr->second; in removeMachineInstrFromMaps() local136 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps()148 SlotIndex MIIndex = mi2iItr->second; in removeSingleMachineInstrFromMaps() local149 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps()162 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps()
514 SlotIndex MIIndex = LIS->getInstructionIndex(MI); in subRegLiveThrough() local515 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()516 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()