Home
last modified time | relevance | path

Searched refs:Mutations (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h232 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable
273 Mutations.push_back(std::move(Mutation)); in addMutation()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp733 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) { in postprocessDAG()
734 Mutations[i]->apply(this); in postprocessDAG()