Searched refs:IntvOut (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1179 unsigned IntvOut, SlotIndex EnterAfter){ in splitLiveThroughBlock() argument 1185 << ", live-through " << IntvIn << " -> " << IntvOut); in splitLiveThroughBlock() 1187 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); in splitLiveThroughBlock() 1195 if (!IntvOut) { in splitLiveThroughBlock() 1216 selectIntv(IntvOut); in splitLiveThroughBlock() 1223 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { in splitLiveThroughBlock() 1229 selectIntv(IntvOut); in splitLiveThroughBlock() 1236 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf"); in splitLiveThroughBlock() 1238 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || in splitLiveThroughBlock() 1246 selectIntv(IntvOut); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 441 unsigned IntvOut, SlotIndex EnterAfter); 464 unsigned IntvOut, SlotIndex EnterAfter);
|
D | RegAllocGreedy.cpp | 978 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 993 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1000 if (!IntvIn && !IntvOut) { in splitAroundRegion() 1007 if (IntvIn && IntvOut) in splitAroundRegion() 1008 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion() 1012 SE->splitRegOutBlock(BI, IntvOut, IntfOut); in splitAroundRegion() 1027 unsigned IntvIn = 0, IntvOut = 0; in splitAroundRegion() local 1041 IntvOut = Cand.IntvIdx; in splitAroundRegion() 1045 if (!IntvIn && !IntvOut) in splitAroundRegion() 1047 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
|