Lines Matching defs:Indexes
70 bool rewriteIfImm(MachineInstr *MI, ImmediateMap &IMap, SlotIndexes *Indexes);
71 bool eraseIfRedundant(MachineInstr *MI, SlotIndexes *Indexes);
181 SlotIndexes *Indexes) {
224 if (Indexes)
225 Indexes->replaceMachineInstrInMaps(*MI, *NewMI);
232 SlotIndexes *Indexes) {
264 if (Indexes)
265 Indexes->removeMachineInstrFromMaps(*MI);
276 SlotIndexes *Indexes = SIWrapper ? &SIWrapper->getSI() : nullptr;
289 bool E = eraseIfRedundant(MI, Indexes);
293 Inserted |= rewriteIfImm(MI, IMap, Indexes);
299 if (BlockC && Indexes)
300 Indexes->repairIndexesInRange(&B, B.begin(), B.end());