reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocGreedy.cpp
  721         Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex());
  726         Prio = Indexes->getZeroIndex().getInstrDistance(LI->endIndex());
 1214       if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number)) {
 1290     if (Intf.first() <= Indexes->getMBBStartIdx(Number))
 2113     if (const MachineInstr *MI = Indexes->getInstructionFromIndex(Uses[i]))
 3232   Indexes = &getAnalysis<SlotIndexes>();
 3254   IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI);