Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1606 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1612 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1617 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1618 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1632 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1667 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1676 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1677 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
[all …]
H A DSplitKit.h553 unsigned IntvIn, SlotIndex LeaveBefore,
565 unsigned IntvIn, SlotIndex LeaveBefore);