Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1618 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 D | SplitKit.h | 537 unsigned IntvOut, SlotIndex EnterAfter); 560 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 1683 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()
|