Lines Matching full:indexes
1 //===-- SlotIndexes.cpp - Slot Indexes Pass ------------------------------===//
32 OS << "Slot indexes in machine function: " << MF.getName() << '\n';
70 // iterator in lock-step (though skipping it over indexes which have
137 assert(MIEntry.getInstr() == &MI && "Instruction indexes broken.");
139 // FIXME: Eventually we want to actually delete these indexes.
150 assert(MIEntry.getInstr() == &MI && "Instruction indexes broken.");
165 // FIXME: Eventually we want to actually delete these indexes.
170 // Renumber indexes locally after curItr was inserted, but failed to get a new
173 // Number indexes with half the default spacing so we can catch up quickly.
190 // Repair indexes after adding and removing instructions.