Searched defs:Mutations (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h232 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in class:llvm::ScheduleDAGMI
268 /// Mutations are applied in the order that they are added after normal DAG
273 Mutations.push_back(std::move(Mutation));

Completed in 44 milliseconds