Searched refs:IntvIn (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1606 unsigned IntvIn, SlotIndex LeaveBefore, in splitLiveThroughBlock() argument 1613 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1615 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1618 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); in splitLiveThroughBlock() 1630 selectIntv(IntvIn); in splitLiveThroughBlock() 1637 if (!IntvIn) { in splitLiveThroughBlock() 1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1682 selectIntv(IntvIn); in splitLiveThroughBlock() 1702 selectIntv(IntvIn); in splitLiveThroughBlock() [all …]
|
| H A D | SplitKit.h | 553 unsigned IntvIn, SlotIndex LeaveBefore, 565 unsigned IntvIn, SlotIndex LeaveBefore);
|
| H A D | RegAllocGreedy.cpp | 1716 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1722 IntvIn = 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() 1747 else if (IntvIn) in splitAroundRegion() 1748 SE->splitRegInBlock(BI, IntvIn, IntfIn); in splitAroundRegion() 1764 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1770 IntvIn = Cand.IntvIdx; in splitAroundRegion() 1782 if (!IntvIn && !IntvOut) in splitAroundRegion() [all …]
|