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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 123 /// isFlow - Returns true if this is a flow (aka true) dependence.
125 bool isFlow() const;
133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp 379 if (DepResult && (DepResult->isOutput() || DepResult->isFlow() ||
  /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 233 bool Dependence::isFlow() const {
598 if (isFlow())

Completed in 28 milliseconds