Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMacroFusion.cpp143 bool scheduleAdjacentImpl(ScheduleDAGInstrs &DAG, SUnit &AnchorSU);
159 scheduleAdjacentImpl(*DAG, ISU); in apply()
163 scheduleAdjacentImpl(*DAG, DAG->ExitSU); in apply()
168 bool MacroFusion::scheduleAdjacentImpl(ScheduleDAGInstrs &DAG, SUnit &AnchorSU) { in scheduleAdjacentImpl() function in MacroFusion