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

  /external/llvm/lib/CodeGen/
SplitKit.h 89 /// LastSplitPoint - Last legal split point in each basic block in the current
93 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastSplitPoint;
143 if (LastSplitPoint[Num].first.isValid() &&
144 !LastSplitPoint[Num].second.isValid())
145 return LastSplitPoint[Num].first;
SplitKit.cpp 52 LastSplitPoint(MF.getNumBlockIDs()) {}
65 std::pair<SlotIndex, SlotIndex> &LSP = LastSplitPoint[Num];
    [all...]

Completed in 2507 milliseconds