Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h742 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anoned4122170111::ScheduleDAGRRList
219 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1513 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()