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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 128 /// isFlow - Returns true if this is a flow (aka true) dependence.
130 bool isFlow() const;
138 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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(); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 122 if (D->isFlow()) {
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 213 bool Dependence::isFlow() const {
577 if (isFlow())
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 779 milliseconds