Searched defs:IntvIn (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 1157 unsigned IntvIn, SlotIndex LeaveBefore, 1164 << ", live-through " << IntvIn << " -> " << IntvOut); 1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks"); 1169 assert((!IntvIn || !LeaveBefore || LeaveBefore > Start) && "Impossible intf"); 1181 selectIntv(IntvIn); 1188 if (!IntvIn) { 1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) { 1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter || 1233 selectIntv(IntvIn); 1253 selectIntv(IntvIn); 1156 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument 1260 splitRegInBlock(const SplitAnalysis::BlockInfo &BI, unsigned IntvIn, SlotIndex LeaveBefore) argument [all...] |
H A D | RegAllocGreedy.cpp | 1224 unsigned IntvIn = 0, IntvOut = 0; local 1230 IntvIn = Cand.IntvIdx; 1246 if (!IntvIn && !IntvOut) { 1253 if (IntvIn && IntvOut) 1254 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); 1255 else if (IntvIn) 1256 SE->splitRegInBlock(BI, IntvIn, IntfIn); 1273 unsigned IntvIn = 0, IntvOut = 0; local 1279 IntvIn = Cand.IntvIdx; 1291 if (!IntvIn [all...] |
Completed in 102 milliseconds