Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indexes

196     SlotIndexes *Indexes;
302 Indexes = nullptr;
309 Indexes = PASS->getAnalysisIfAvailable<SlotIndexes>();
384 MF->print(*OS, Indexes);
396 if (Indexes)
397 *OS << " [" << Indexes->getMBBStartIdx(MBB)
398 << ';' << Indexes->getMBBEndIdx(MBB) << ')';
406 if (Indexes && Indexes->hasIndex(MI))
407 *OS << Indexes->getInstructionIndex(MI) << '\t';
701 if (Indexes)
702 lastIndex = Indexes->getMBBStartIdx(MBB);
708 if (Indexes && Indexes->hasIndex(MI)) {
709 SlotIndex idx = Indexes->getInstructionIndex(MI);
1142 if (Indexes) {
1143 SlotIndex stop = Indexes->getMBBEndIdx(MBB);