Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMacroFusion.cpp121 bool scheduleAdjacentImpl(ScheduleDAGMI &DAG, SUnit &AnchorSU);
148 bool MacroFusion::scheduleAdjacentImpl(ScheduleDAGMI &DAG, SUnit &AnchorSU) { in scheduleAdjacentImpl() argument
149 const MachineInstr &AnchorMI = *AnchorSU.getInstr(); in scheduleAdjacentImpl()
158 for (SDep &Dep : AnchorSU.Preds) { in scheduleAdjacentImpl()
171 if (fuseInstructionPair(DAG, DepSU, AnchorSU)) in scheduleAdjacentImpl()