Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h196 struct CopyToPhiMutation : public ScheduleDAGMutation { struct
209 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1359 void SwingSchedulerDAG::CopyToPhiMutation::apply(ScheduleDAGInstrs *DAG) { in apply()