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