Lines Matching refs:Indexes
109 Indexes = &getAnalysis<SlotIndexes>(); in runOnMachineFunction()
156 MF->print(OS, Indexes); in printInstrs()
408 MIIndex = Indexes->getNextNonNullIndex(MIIndex); in computeIntervals()
415 assert(Indexes->getInstructionFromIndex(MIIndex) == MI && in computeIntervals()
440 MIIndex = Indexes->getNextNonNullIndex(MIIndex); in computeIntervals()
498 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot()); in computeRegMasks()
577 SlotIndex Begin = Indexes->getMBBStartIdx(MBB); in computeLiveInRegUnits()
820 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start); in intervalIsInOneMBB()
821 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop); in intervalIsInOneMBB()
838 if (VNI == LI.getVNInfoBefore(Indexes->getMBBEndIdx(*PI))) in hasPHIKill()
1420 SlotIndex OldIndex = Indexes->getInstructionIndex(MI); in handleMove()
1421 Indexes->removeMachineInstrFromMaps(MI); in handleMove()
1423 Indexes->getInstructionIndex(MI) : in handleMove()
1424 Indexes->insertMachineInstrInMaps(MI); in handleMove()
1436 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle()