Home
last modified time | relevance | path

Searched refs:scheduleAdjacentImpl (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);
139 scheduleAdjacentImpl(*DAG, ISU); in apply()
143 scheduleAdjacentImpl(*DAG, DAG->ExitSU); in apply()
148 bool MacroFusion::scheduleAdjacentImpl(ScheduleDAGMI &DAG, SUnit &AnchorSU) { in scheduleAdjacentImpl() function in MacroFusion