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

References

lib/CodeGen/RegAllocGreedy.cpp
 2262     ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber());
 2314     SpillPlacer->getBlockFrequency(BI.MBB->getNumber()).getFrequency() *
 2341       const bool LiveBefore = SplitBefore != 0 || BI.LiveIn;
 2342       const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut;
 2435   bool LiveBefore = BestBefore != 0 || BI.LiveIn;
 2436   bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;