Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h198 struct CopyToPhiMutation : public ScheduleDAGMutation { struct
211 Mutations.push_back(std::make_unique<CopyToPhiMutation>()); in SwingSchedulerDAG()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1316 void SwingSchedulerDAG::CopyToPhiMutation::apply(ScheduleDAGInstrs *DAG) { in apply()