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

References

lib/CodeGen/RegAllocGreedy.cpp
 1197     BC.Number = BI.MBB->getNumber();
 1199     BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare;
 1200     BC.Exit = (BI.LiveOut &&
 1201                !LIS->getInstructionFromIndex(BI.LastInstr)->isImplicitDef())
 1204     BC.ChangesValue = BI.FirstDef.isValid();
 1213     if (BI.LiveIn) {
 1217       } else if (Intf.first() < BI.FirstInstr) {
 1220       } else if (Intf.first() < BI.LastInstr) {
 1227           SlotIndex::isEarlierInstr(BI.FirstInstr,
 1233     if (BI.LiveOut) {
 1237       } else if (Intf.last() > BI.LastInstr) {
 1240       } else if (Intf.last() > BI.FirstInstr) {