Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1623 if (!IntvOut) { in splitLiveThroughBlock() 1644 selectIntv(IntvOut); in splitLiveThroughBlock() 1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1657 selectIntv(IntvOut); in splitLiveThroughBlock() 1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1674 selectIntv(IntvOut); in splitLiveThroughBlock() 1697 selectIntv(IntvOut); in splitLiveThroughBlock() 1814 assert(IntvOut && "Must have register out"); in splitRegOutBlock() 1825 selectIntv(IntvOut); in splitRegOutBlock() 1837 selectIntv(IntvOut); in splitRegOutBlock() [all …]
|
| H A D | SplitKit.h | 554 unsigned IntvOut, SlotIndex EnterAfter); 577 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 1735 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1750 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1757 if (!IntvIn && !IntvOut) { in splitAroundRegion() 1764 if (IntvIn && IntvOut) in splitAroundRegion() 1765 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1769 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1783 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1797 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1801 if (!IntvIn && !IntvOut) in splitAroundRegion() 1803 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|