Searched refs:Mutations (Results 1 – 7 of 7) sorted by relevance
163 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in llvm::DefaultVLIWScheduler172 Mutations.push_back(std::move(Mutation)); in addMutation()190 for (auto &M : Mutations) in postprocessDAG()
138 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; member in __anon5d62e1270111::SchedulePostRATDList218 MF.getSubtarget().getPostRAMutations(Mutations); in SchedulePostRATDList()449 for (auto &M : Mutations) in postprocessDAG()
754 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) { in postprocessDAG()755 Mutations[i]->apply(this); in postprocessDAG()
176 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations() argument
217 auto &M = Mutations[i]; in StopTraceRecording()242 auto &M = Mutations[NumMutations++]; in AddMutation()287 TraceBasedMutation Mutations[kMaxMutations]; member in fuzzer::TraceState
237 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations; variable281 Mutations.push_back(std::move(Mutation)); in addMutation()
145 ## Mutations and Reflection