Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h187 struct CopyToPhiMutation : public ScheduleDAGMutation { struct
198 Mutations.push_back(llvm::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1070 void SwingSchedulerDAG::CopyToPhiMutation::apply(ScheduleDAGInstrs *DAG) { in apply()