Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h204 struct CopyToPhiMutation : public ScheduleDAGMutation { struct
217 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1797 void SwingSchedulerDAG::CopyToPhiMutation::apply(ScheduleDAGInstrs *DAG) { in apply()