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

References

lib/CodeGen/SplitKit.cpp
 1130     AssignI.advanceTo(Start);
 1136       } else if (AssignI.start() <= Start) {
 1148       LLVM_DEBUG(dbgs() << " [" << Start << ';' << End << ")=" << RegIdx << '('
 1156         LI.addSegment(LiveInterval::Segment(Start, End, VNI));
 1157         Start = End;
 1165         Start = End;
 1174       MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator();
 1179       if (Start != BlockStart) {
 1193       assert(Start <= BlockStart && "Expected live-in block");
 1218       Start = End;
 1219     } while (Start != S.end);