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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp 109 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
120 Mutations.push_back(std::move(Mutation));
138 for (auto &M : Mutations)
PostRASchedulerList.cpp 136 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
216 MF.getSubtarget().getPostRAMutations(Mutations);
442 for (auto &M : Mutations)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 151 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
198 P.MF->getSubtarget().getSMSMutations(Mutations);
200 Mutations.push_back(std::make_unique<CopyToPhiMutation>());
273 Mutations.push_back(std::move(Mutation));
MachineScheduler.h 37 // The DAG builder can also be customized in a sense by adding DAG mutations
38 // that will run after DAG building and before list scheduling. DAG mutations
273 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
314 /// Mutations are applied in the order that they are added after normal DAG
320 Mutations.push_back(std::move(Mutation));
1085 /// Adds default DAG mutations.

Completed in 18 milliseconds