HomeSort by: relevance | last modified time | path
    Searched defs:Artificial (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 70 | Artificial
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h 59 // Strong dependencies must be respected by the scheduler. Artificial
72 Artificial, ///< Arbitrary strong DAG edge (no real dependence).
199 /// "artificial", meaning it isn't necessary for correctness.
201 return getKind() == Order && Contents.OrdKind == Artificial;
205 /// meaning it is artificial and wants to be adjacent.
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 82 // A subregister index is "artificial" if every subregister obtained
83 // from applying this index is artificial. Artificial subregister
85 bool Artificial;
157 bool Artificial;
340 /// A register class is artificial if all its members are artificial.
341 bool Artificial;
498 // A register unit is artificial if at least one of its roots is
499 // artificial
    [all...]

Completed in 32 milliseconds