Searched refs:WillCreateCycle (Results 1 – 3 of 3) sorted by relevance
777 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
706 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
217 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anona90f206e0111::ScheduleDAGRRList218 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()1520 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()