Searched defs:TargetSU (Results 1 – 4 of 4) sorted by relevance
603 const SUnit &TargetSU, in GetSubGraph()708 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle()729 const SUnit *TargetSU) { in IsReachable()
293 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable()
211 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable()217 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle()
936 auto Reaches = any_of(*Cache, [&SU, &DAG](SUnit *TargetSU) { in apply()