Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp1157 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1162 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1169 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1196 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1201 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1214 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1216 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1217 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1235 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1245 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
DSplitKit.h443 unsigned IntvOut, SlotIndex EnterAfter);
466 unsigned IntvOut, SlotIndex EnterAfter);