Searched defs:TargetSU (Results 1 – 5 of 5) sorted by relevance
601 const SUnit &TargetSU, in GetSubGraph()706 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle()727 const SUnit *TargetSU) { in IsReachable()
1641 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local
279 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()
959 Cache->begin(), Cache->end(), [&SU, &DAG](SUnit *TargetSU) { in apply()