Lines Matching refs:indexList
29 indexList.clearAndLeakNodesUnsafely(); in ~SlotIndexes()
46 indexList.clear(); in releaseMemory()
66 assert(indexList.empty() && "Index list non-empty at initial numbering?"); in runOnMachineFunction()
78 indexList.push_back(createEntry(nullptr, index)); in runOnMachineFunction()
83 SlotIndex blockStartIndex(&indexList.back(), SlotIndex::Slot_Block); in runOnMachineFunction()
90 indexList.push_back(createEntry(&MI, index += SlotIndex::InstrDist)); in runOnMachineFunction()
94 &MI, SlotIndex(&indexList.back(), SlotIndex::Slot_Block))); in runOnMachineFunction()
98 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist)); in runOnMachineFunction()
101 MBBRanges[MBB.getNumber()].second = SlotIndex(&indexList.back(), in runOnMachineFunction()
171 } while (curItr != indexList.end() && curItr->getIndex() <= index); in renumberIndexes()
251 for (IndexList::const_iterator itr = indexList.begin(); in dump()
252 itr != indexList.end(); ++itr) { in dump()