Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp1158 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1163 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1170 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1197 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1215 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1218 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1236 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1246 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
DSplitKit.h443 unsigned IntvOut, SlotIndex EnterAfter);
466 unsigned IntvOut, SlotIndex EnterAfter);