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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IntervalPartition.h 71 // isDegeneratePartition() - Returns true if the interval partition contains
73 bool isDegeneratePartition() { return Intervals.size() == 1; }
  /external/llvm/include/llvm/Analysis/
IntervalPartition.h 71 // isDegeneratePartition() - Returns true if the interval partition contains
73 bool isDegeneratePartition() { return Intervals.size() == 1; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
IntervalPartition.h 73 // isDegeneratePartition() - Returns true if the interval partition contains
75 bool isDegeneratePartition() { return Intervals.size() == 1; }

Completed in 159 milliseconds