Searched refs:MIIndex (Results 1 – 2 of 2) sorted by relevance
123 SlotIndex MIIndex = mi2iItr->second; in removeMachineInstrFromMaps() local124 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps()136 SlotIndex MIIndex = mi2iItr->second; in removeSingleMachineInstrFromMaps() local137 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps()150 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps()
498 SlotIndex MIIndex = LIS->getInstructionIndex(MI); in subRegLiveThrough() local499 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()500 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()