Home
last modified time | relevance | path

Searched refs:IntvIn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1606 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 DSplitKit.h553 unsigned IntvIn, SlotIndex LeaveBefore,
565 unsigned IntvIn, SlotIndex LeaveBefore);
H A DRegAllocGreedy.cpp1716 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 …]