Searched refs:MIIndex (Results 1 – 2 of 2) sorted by relevance
122 SlotIndex MIIndex = mi2iItr->second; in removeMachineInstrFromMaps() local123 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps()135 SlotIndex MIIndex = mi2iItr->second; in removeSingleMachineInstrFromMaps() local136 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps()149 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps()
472 SlotIndex MIIndex = LIS->getInstructionIndex(MI); in subRegLiveThrough() local473 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()474 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()