Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 1672 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument 1678 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1680 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1688 if (!IntvOut) { in splitLiveThroughBlock() 1709 selectIntv(IntvOut); in splitLiveThroughBlock() 1716 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1722 selectIntv(IntvOut); in splitLiveThroughBlock() 1729 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock() 1731 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1739 selectIntv(IntvOut); in splitLiveThroughBlock() [all …]
|
| H A D | SplitKit.h | 544 unsigned IntvOut, SlotIndex EnterAfter); 567 unsigned IntvOut, SlotIndex EnterAfter);
|
| H A D | RegAllocGreedy.cpp | 1075 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1090 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1097 if (!IntvIn && !IntvOut) { in splitAroundRegion() 1104 if (IntvIn && IntvOut) in splitAroundRegion() 1105 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1109 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1123 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1137 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1141 if (!IntvIn && !IntvOut) in splitAroundRegion() 1143 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|