Home
last modified time | relevance | path

Searched refs:LeaveBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1671 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1677 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1682 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1683 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1697 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1716 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1731 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1732 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1741 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1742 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
[all …]
H A DSplitKit.h543 unsigned IntvIn, SlotIndex LeaveBefore,
555 unsigned IntvIn, SlotIndex LeaveBefore);