Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMacroFusion.cpp142 bool scheduleAdjacentImpl(ScheduleDAGInstrs &DAG, SUnit &AnchorSU);
182 bool MacroFusion::scheduleAdjacentImpl(ScheduleDAGInstrs &DAG, SUnit &AnchorSU) { in scheduleAdjacentImpl() argument
183 const MachineInstr &AnchorMI = *AnchorSU.getInstr(); in scheduleAdjacentImpl()
192 for (SDep &Dep : AnchorSU.Preds) { in scheduleAdjacentImpl()
207 if (fuseInstructionPair(DAG, DepSU, AnchorSU)) in scheduleAdjacentImpl()