Lines Matching refs:Indexes
196 SlotIndexes *Indexes; member
295 Indexes = NULL; in runOnMachineFunction()
302 Indexes = PASS->getAnalysisIfAvailable<SlotIndexes>(); in runOnMachineFunction()
360 MF->print(*OS, Indexes); in report()
372 if (Indexes) in report()
373 *OS << " [" << Indexes->getMBBStartIdx(MBB) in report()
374 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
382 if (Indexes && Indexes->hasIndex(MI)) in report()
383 *OS << Indexes->getInstructionIndex(MI) << '\t'; in report()
673 if (Indexes) in visitMachineBasicBlockBefore()
674 lastIndex = Indexes->getMBBStartIdx(MBB); in visitMachineBasicBlockBefore()
680 if (Indexes && Indexes->hasIndex(MI)) { in visitMachineBundleBefore()
681 SlotIndex idx = Indexes->getInstructionIndex(MI); in visitMachineBundleBefore()
1105 if (Indexes) { in visitMachineBasicBlockAfter()
1106 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()