Lines Matching refs:Indexes
182 SlotIndexes *Indexes; member
268 Indexes = NULL; in runOnMachineFunction()
275 Indexes = PASS->getAnalysisIfAvailable<SlotIndexes>(); in runOnMachineFunction()
320 MF->print(*OS, Indexes); in report()
332 if (Indexes) in report()
333 *OS << " [" << Indexes->getMBBStartIdx(MBB) in report()
334 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; in report()
342 if (Indexes && Indexes->hasIndex(MI)) in report()
343 *OS << Indexes->getInstructionIndex(MI) << '\t'; in report()
543 if (Indexes) in visitMachineBasicBlockBefore()
544 lastIndex = Indexes->getMBBStartIdx(MBB); in visitMachineBasicBlockBefore()
826 if (Indexes && Indexes->hasIndex(MI)) { in visitMachineInstrAfter()
827 SlotIndex idx = Indexes->getInstructionIndex(MI); in visitMachineInstrAfter()
841 if (Indexes) { in visitMachineBasicBlockAfter()
842 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter()