HomeSort by relevance Sort by last modified time
    Searched refs:Artificial (Results 1 - 5 of 5) 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).
209 /// as "artificial", meaning it isn't necessary for correctness.
211 return getKind() == Order && Contents.OrdKind == Artificial;
215 /// as "cluster", meaning it is artificial and wants to be adjacent.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 600 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial));
607 AddPred(NewDef, SDep(TrySU, SDep::Artificial));
ScheduleDAGRRList.cpp 548 // CALLSEQ_BEGIN. Inject an artificial physical register dependence between
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 274 Dep = SDep(SU, SDep::Artificial);
840 SDep Dep(SU, SDep::Artificial);
    [all...]
MachineScheduler.cpp     [all...]

Completed in 616 milliseconds