Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleDAG.h777 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAG.cpp706 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGRRList.cpp217 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon0fab5c870111::ScheduleDAGRRList
218 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1520 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()