Searched refs:Mutations (Results 1 – 2 of 2) sorted by relevance
232 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable273 Mutations.push_back(std::move(Mutation)); in addMutation()
733 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) { in postprocessDAG()734 Mutations[i]->apply(this); in postprocessDAG()