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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 148 /// isConsistent - Returns true if this dependence is consistent
150 virtual bool isConsistent() const { return false; }
229 /// isConsistent - Returns true if this dependence is consistent
231 bool isConsistent() const override { return Consistent; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 596 if (isConsistent())

Completed in 17 milliseconds