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

References

lib/CodeGen/RegAllocGreedy.cpp
  550     for (MachineLoop *L : *Loops) {
 3168     if (Loops->getLoopFor(MBB) == L)
 3237   Loops = &getAnalysis<MachineLoopInfo>();
 3245   calculateSpillWeightsAndHints(*LIS, mf, VRM, *Loops, *MBFI);
 3249   SA.reset(new SplitAnalysis(*VRM, *LIS, *Loops));