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

References

lib/CodeGen/RegAllocGreedy.cpp
 2181     for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
 2181     for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
 2181     for (unsigned Gap = 0; IntI.valid() && IntI.start() < StopIdx; ++IntI) {
 2183       while (Uses[Gap+1].getBoundaryIndex() < IntI.start())
 2190       const float weight = IntI.value()->weight;
 2193         if (Uses[Gap+1].getBaseIndex() >= IntI.stop())