Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1621 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument 1627 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1629 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1637 if (!IntvOut) { in splitLiveThroughBlock() 1658 selectIntv(IntvOut); in splitLiveThroughBlock() 1665 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1671 selectIntv(IntvOut); in splitLiveThroughBlock() 1678 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock() 1680 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1688 selectIntv(IntvOut); in splitLiveThroughBlock() [all …]
|
| H A D | SplitKit.h | 529 unsigned IntvOut, SlotIndex EnterAfter); 552 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 919 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 934 IntvOut = Cand.IntvIdx; in splitAroundRegion() 941 if (!IntvIn && !IntvOut) { in splitAroundRegion() 948 if (IntvIn && IntvOut) in splitAroundRegion() 949 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 953 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 967 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 981 IntvOut = Cand.IntvIdx; in splitAroundRegion() 985 if (!IntvIn && !IntvOut) in splitAroundRegion() 987 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|