HomeSort by relevance Sort by last modified time
    Searched refs:getLastSplitPoint (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 138 /// getLastSplitPoint - Return the base index of the last valid split point
140 SlotIndex getLastSplitPoint(unsigned Num) {
SplitKit.cpp 115 SlotIndex LSP = getLastSplitPoint(MBB->getNumber());
    [all...]
RegAllocGreedy.cpp 736 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
790 if (Intf.last() >= SA->getLastSplitPoint(Number))
    [all...]

Completed in 1380 milliseconds