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

References

lib/CodeGen/SplitKit.cpp
 1607                     << ") intf " << LeaveBefore << '-' << EnterAfter
 1612   assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block");
 1612   assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block");
 1613   assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
 1613   assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf");
 1627     assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
 1627     assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
 1646   if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
 1661   if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
 1662                   LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) {
 1671     if (LeaveBefore && LeaveBefore < LSP) {
 1671     if (LeaveBefore && LeaveBefore < LSP) {
 1672       Idx = enterIntvBefore(LeaveBefore);
 1679     assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
 1679     assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
 1690   assert(LeaveBefore <= EnterAfter && "Missed case");
 1698   Idx = leaveIntvBefore(LeaveBefore);
 1700   assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");
 1700   assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference");