Searched refs:WillCreateCycle (Results 1 – 3 of 3) sorted by relevance
726 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon7d87679c0111::ScheduleDAGRRList193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()1418 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()