Lines Matching refs:indexList
44 indexList.clear(); in ~SlotIndexes()
61 indexList.clear(); in clear()
81 assert(indexList.empty() && "Index list non-empty at initial numbering?"); in analyze()
93 indexList.push_back(*createEntry(nullptr, index)); in analyze()
98 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in analyze()
105 indexList.push_back(*createEntry(&MI, index += SlotIndex::InstrDist)); in analyze()
109 &MI, SlotIndex(&indexList.back(), SlotIndex::Slot_Block))); in analyze()
113 indexList.push_back(*createEntry(nullptr, index += SlotIndex::InstrDist)); in analyze()
116 MBBRanges[MBB.getNumber()].second = SlotIndex(&indexList.back(), in analyze()
183 } while (curItr != indexList.end() && curItr->getIndex() <= index); in renumberIndexes()
253 for (auto [Index, Entry] : enumerate(indexList)) in packIndexes()
258 for (const IndexListEntry &ILE : indexList) { in print()