Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1653 if (!IntvOut) { in splitLiveThroughBlock() 1674 selectIntv(IntvOut); in splitLiveThroughBlock() 1681 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1687 selectIntv(IntvOut); in splitLiveThroughBlock() 1696 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1704 selectIntv(IntvOut); in splitLiveThroughBlock() 1727 selectIntv(IntvOut); in splitLiveThroughBlock() 1844 assert(IntvOut && "Must have register out"); in splitRegOutBlock() 1855 selectIntv(IntvOut); in splitRegOutBlock() 1867 selectIntv(IntvOut); in splitRegOutBlock() [all …]
|
| H A D | SplitKit.h | 538 unsigned IntvOut, SlotIndex EnterAfter); 561 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 943 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 958 IntvOut = Cand.IntvIdx; in splitAroundRegion() 965 if (!IntvIn && !IntvOut) { in splitAroundRegion() 972 if (IntvIn && IntvOut) in splitAroundRegion() 973 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 977 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 991 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1005 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1009 if (!IntvIn && !IntvOut) in splitAroundRegion() 1011 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|