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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 127 /// isAnti - Returns true if this is an anti dependence.
129 bool isAnti() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp 380 DepResult->isAnti()))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 132 D->isFlow() ? "flow" : D->isAnti() ? "anti" : "output";
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 239 bool Dependence::isAnti() const {
602 else if (isAnti())

Completed in 47 milliseconds