Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1607 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument 1613 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1615 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1623 if (!IntvOut) { in splitLiveThroughBlock() 1644 selectIntv(IntvOut); in splitLiveThroughBlock() 1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1657 selectIntv(IntvOut); in splitLiveThroughBlock() 1664 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock() 1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1674 selectIntv(IntvOut); in splitLiveThroughBlock() [all …]
|
| H A D | SplitKit.h | 554 unsigned IntvOut, SlotIndex EnterAfter); 577 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 1716 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1731 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1738 if (!IntvIn && !IntvOut) { in splitAroundRegion() 1745 if (IntvIn && IntvOut) in splitAroundRegion() 1746 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1750 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1764 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1778 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1782 if (!IntvIn && !IntvOut) in splitAroundRegion() 1784 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|