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

  /external/llvm/lib/CodeGen/
SplitKit.h 51 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastInsertPoint;
64 if (LastInsertPoint[Num].first.isValid() &&
65 !LastInsertPoint[Num].second.isValid())
66 return LastInsertPoint[Num].first;
SplitKit.cpp 46 : LIS(lis), LastInsertPoint(BBNum) {}
52 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num];
    [all...]

Completed in 248 milliseconds