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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.cpp1158 unsigned IntvOut, SlotIndex EnterAfter){
1164 << ", live-through " << IntvIn << " -> " << IntvOut); local
1166 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1174 if (!IntvOut) {
1195 selectIntv(IntvOut);
1202 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1208 selectIntv(IntvOut);
1215 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1217 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1225 selectIntv(IntvOut);
1156 splitLiveThroughBlock(unsigned MBBNum, unsigned IntvIn, SlotIndex LeaveBefore, unsigned IntvOut, SlotIndex EnterAfter) argument
1352 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.cpp1224 unsigned IntvIn = 0, IntvOut = 0; local
1239 IntvOut = Cand.IntvIdx;
1246 if (!IntvIn && !IntvOut) {
1253 if (IntvIn && IntvOut)
1254 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1258 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1273 unsigned IntvIn = 0, IntvOut = 0; local
1287 IntvOut = Cand.IntvIdx;
1291 if (!IntvIn && !IntvOut)
1293 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOu
[all...]

Completed in 51 milliseconds