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

References

lib/CodeGen/RegAllocGreedy.cpp
 1198     Intf.moveToBlock(BC.Number);
 1206     if (!Intf.hasInterference())
 1214       if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number)) {
 1217       } else if (Intf.first() < BI.FirstInstr) {
 1220       } else if (Intf.first() < BI.LastInstr) {
 1234       if (Intf.last() >= SA->getLastSplitPoint(BC.Number)) {
 1237       } else if (Intf.last() > BI.LastInstr) {
 1240       } else if (Intf.last() > BI.FirstInstr) {