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

References

lib/CodeGen/MachineBasicBlock.cpp
 1053       if (!LI.liveAt(PrevIndex))
 1056       bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
 1058         VNInfo *VNI = LI.getVNInfoAt(PrevIndex);
 1060         LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
 1062         LI.removeSegment(StartIndex, EndIndex);