Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1672 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument
1677 << ") intf " << LeaveBefore << '-' << EnterAfter in splitLiveThroughBlock()
1684 assert((!EnterAfter || EnterAfter >= Start) && "Interference before block"); in splitLiveThroughBlock()
1711 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1716 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1729 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock()
1731 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1732 LeaveBefore.getBaseIndex() > EnterAfter.getBoundaryIndex())) { in splitLiveThroughBlock()
1750 assert((!EnterAfter || Idx >= EnterAfter) && "Interference"); in splitLiveThroughBlock()
1760 assert(LeaveBefore <= EnterAfter && "Missed case"); in splitLiveThroughBlock()
[all …]
H A DSplitKit.h544 unsigned IntvOut, SlotIndex EnterAfter);
567 unsigned IntvOut, SlotIndex EnterAfter);