Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp1601 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument
1607 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1612 assert((!LeaveBefore || LeaveBefore < Stop) && "Interference after block"); in splitLiveThroughBlock()
1613 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock()
1627 assert((!LeaveBefore || Idx <= LeaveBefore) && "Interference"); in splitLiveThroughBlock()
1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1662 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1671 if (LeaveBefore && LeaveBefore < LSP) { in splitLiveThroughBlock()
1672 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock()
[all …]
DSplitKit.h535 unsigned IntvIn, SlotIndex LeaveBefore,
547 unsigned IntvIn, SlotIndex LeaveBefore);