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

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 38 // The DAG builder can also be customized in a sense by adding DAG mutations
39 // that will run after DAG building and before list scheduling. DAG mutations
233 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
269 /// Mutations are applied in the order that they are added after normal DAG
274 Mutations.push_back(std::move(Mutation));
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 714 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) {
715 Mutations[i]->apply(this);
    [all...]

Completed in 50 milliseconds