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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp 2130 SlotIndex SegStop = SE->leaveIntvAfter(Use);
2131 SE->useIntv(SegStart, SegStop);
2433 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);
2434 SE->useIntv(SegStart, SegStop);
SplitKit.cpp 1588 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint);
1589 useIntv(SegStart, SegStop);
1590 overlapIntv(SegStop, BI.LastInstr);

Completed in 21 milliseconds