Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1607 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 DSplitKit.h554 unsigned IntvOut, SlotIndex EnterAfter);
577 unsigned IntvOut, SlotIndex EnterAfter);
H A DRegAllocGreedy.cpp1716 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()