Searched refs:IntvOut (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1183 unsigned IntvOut, SlotIndex EnterAfter){
1189 << ", live-through " << IntvIn << " -> " << IntvOut); local
1191 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1199 if (!IntvOut) {
1220 selectIntv(IntvOut);
1227 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1233 selectIntv(IntvOut);
1240 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1242 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1250 selectIntv(IntvOut);
1181 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument
1377 splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, unsigned IntvOut, SlotIndex EnterAfter) argument
[all...]
H A DSplitKit.h433 /// enters the block in IntvIn and leaves it in IntvOut. There may be uses in
439 /// @param IntvOut Interval index leaving the block.
440 /// @param EnterAfter When set, enter IntvOut after this point.
443 unsigned IntvOut, SlotIndex EnterAfter);
457 /// block on the stack (or isn't live-in at all) and leaves it in IntvOut.
463 /// @param IntvOut Interval index leaving the block.
464 /// @param EnterAfter When set, enter IntvOut after this point.
466 unsigned IntvOut, SlotIndex EnterAfter);
H A DRegAllocGreedy.cpp1169 unsigned IntvIn = 0, IntvOut = 0; local
1184 IntvOut = Cand.IntvIdx;
1191 if (!IntvIn && !IntvOut) {
1198 if (IntvIn && IntvOut)
1199 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1203 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1218 unsigned IntvIn = 0, IntvOut = 0; local
1232 IntvOut = Cand.IntvIdx;
1236 if (!IntvIn && !IntvOut)
1238 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOu
[all...]

Completed in 71 milliseconds