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

References

lib/CodeGen/SplitKit.cpp
 1138         if (AssignI.stop() < End) {
 1139           End = AssignI.stop();
 1144         End = std::min(End, AssignI.start());
 1144         End = std::min(End, AssignI.start());
 1148       LLVM_DEBUG(dbgs() << " [" << Start << ';' << End << ")=" << RegIdx << '('
 1156         LI.addSegment(LiveInterval::Segment(Start, End, VNI));
 1157         Start = End;
 1165         Start = End;
 1180         VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
 1184         if (BlockEnd <= End)
 1194       while (BlockStart < End) {
 1200           VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
 1202           if (End >= BlockEnd)
 1207           if (End < BlockEnd)
 1208             LRC.addLiveInBlock(LI, MDT[&*MBB], End);
 1218       Start = End;