Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp1618 if (!IntvOut) { in splitLiveThroughBlock()
1639 selectIntv(IntvOut); in splitLiveThroughBlock()
1646 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock()
1652 selectIntv(IntvOut); in splitLiveThroughBlock()
1661 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock()
1669 selectIntv(IntvOut); in splitLiveThroughBlock()
1692 selectIntv(IntvOut); in splitLiveThroughBlock()
1809 assert(IntvOut && "Must have register out"); in splitRegOutBlock()
1820 selectIntv(IntvOut); in splitRegOutBlock()
1832 selectIntv(IntvOut); in splitRegOutBlock()
[all …]
H A DSplitKit.h537 unsigned IntvOut, SlotIndex EnterAfter);
560 unsigned IntvOut, SlotIndex EnterAfter);
H A DRegAllocGreedy.cpp1683 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1698 IntvOut = Cand.IntvIdx; in splitAroundRegion()
1705 if (!IntvIn && !IntvOut) { in splitAroundRegion()
1712 if (IntvIn && IntvOut) in splitAroundRegion()
1713 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1717 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion()
1732 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local
1746 IntvOut = Cand.IntvIdx; in splitAroundRegion()
1750 if (!IntvIn && !IntvOut) in splitAroundRegion()
1752 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()