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

References

lib/CodeGen/RegAllocGreedy.cpp
 2382             BestAfter = SplitAfter;
 2418                     << Uses[BestAfter] << ", " << BestDiff << ", "
 2419                     << (BestAfter - BestBefore + 1) << " instrs\n");
 2426   SlotIndex SegStop  = SE->leaveIntvAfter(Uses[BestAfter]);
 2436   bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;
 2437   unsigned NewGaps = LiveBefore + BestAfter - BestBefore + LiveAfter;