HomeSort by: relevance | last modified time | path
    Searched refs:IntvOut (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp 1607 unsigned IntvOut, SlotIndex EnterAfter){
1613 << ", live-through " << IntvIn << " -> " << IntvOut);
1615 assert((IntvIn || IntvOut) && "Use splitSingleBlock for isolated blocks");
1623 if (!IntvOut) {
1644 selectIntv(IntvOut);
1651 if (IntvIn == IntvOut && !LeaveBefore && !EnterAfter) {
1657 selectIntv(IntvOut);
1664 assert((!IntvOut || !EnterAfter || EnterAfter < LSP) && "Impossible intf");
1666 if (IntvIn != IntvOut && (!LeaveBefore || !EnterAfter ||
1674 selectIntv(IntvOut);
    [all...]
SplitKit.h 544 /// enters the block in IntvIn and leaves it in IntvOut. There may be uses in
550 /// @param IntvOut Interval index leaving the block.
551 /// @param EnterAfter When set, enter IntvOut after this point.
554 unsigned IntvOut, SlotIndex EnterAfter);
568 /// block on the stack (or isn't live-in at all) and leaves it in IntvOut.
574 /// @param IntvOut Interval index leaving the block.
575 /// @param EnterAfter When set, enter IntvOut after this point.
577 unsigned IntvOut, SlotIndex EnterAfter);
RegAllocGreedy.cpp 1716 unsigned IntvIn = 0, IntvOut = 0;
1731 IntvOut = Cand.IntvIdx;
1738 if (!IntvIn && !IntvOut) {
1745 if (IntvIn && IntvOut)
1746 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut);
1750 SE->splitRegOutBlock(BI, IntvOut, IntfOut);
1764 unsigned IntvIn = 0, IntvOut = 0;
1778 IntvOut = Cand.IntvIdx;
1782 if (!IntvIn && !IntvOut)
1784 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut)
    [all...]

Completed in 25 milliseconds