Home
last modified time | relevance | path

Searched refs:addMutation (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp171 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() function in llvm::DefaultVLIWScheduler
322 void VLIWPacketizerList::addMutation( in addMutation() function in VLIWPacketizerList
324 VLIWScheduler->addMutation(std::move(Mutation)); in addMutation()
DMachineScheduler.cpp3115 DAG->addMutation(make_unique<CopyConstrain>(DAG->TII, DAG->TRI)); in createGenericSchedLive()
3118 DAG->addMutation(make_unique<LoadClusterMutation>(DAG->TII, DAG->TRI)); in createGenericSchedLive()
3120 DAG->addMutation(make_unique<StoreClusterMutation>(DAG->TII, DAG->TRI)); in createGenericSchedLive()
3123 DAG->addMutation(make_unique<MacroFusion>(*DAG->TII, *DAG->TRI)); in createGenericSchedLive()
/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h205 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
DMachineScheduler.h280 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation() function