HomeSort by relevance Sort by last modified time
    Searched defs:Artificial (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 55 // Strong dependencies must be respected by the scheduler. Artificial
68 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
198 /// as "artificial", meaning it isn't necessary for correctness.
200 return getKind() == Order && Contents.OrdKind == Artificial;
204 /// as "cluster", meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 60 // Strong dependencies must be respected by the scheduler. Artificial
73 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
200 /// "artificial", meaning it isn't necessary for correctness.
202 return getKind() == Order && Contents.OrdKind == Artificial;
206 /// meaning it is artificial and wants to be adjacent.

Completed in 1739 milliseconds