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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp1179 unsigned IntvOut, SlotIndex EnterAfter){
1185 << ", live-through " << IntvIn << " -> " << IntvOut); local
1187 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1195 if (!IntvOut) {
1216 selectIntv(IntvOut);
1223 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1229 selectIntv(IntvOut);
1236 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1238 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1246 selectIntv(IntvOut);
1177 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument
1373 splitRegOutBlock(const SplitAnalysis::BlockInfo &BI, unsigned IntvOut, SlotIndex EnterAfter) argument
[all...]
H A DSplitKit.h431 /// enters the block in IntvIn and leaves it in IntvOut. There may be uses in
437 /// @param IntvOut Interval index leaving the block.
438 /// @param EnterAfter When set, enter IntvOut after this point.
441 unsigned IntvOut, SlotIndex EnterAfter);
455 /// block on the stack (or isn't live-in at all) and leaves it in IntvOut.
461 /// @param IntvOut Interval index leaving the block.
462 /// @param EnterAfter When set, enter IntvOut after this point.
464 unsigned IntvOut, SlotIndex EnterAfter);
H A DRegAllocGreedy.cpp978 unsigned IntvIn = 0, IntvOut = 0;
993 IntvOut = Cand.IntvIdx;
1000 if (!IntvIn && !IntvOut) {
1007 if (IntvIn && IntvOut)
1008 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1012 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1027 unsigned IntvIn = 0, IntvOut = 0;
1041 IntvOut = Cand.IntvIdx;
1045 if (!IntvIn && !IntvOut)
1047 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOu
[all...]

Completed in 194 milliseconds