Searched refs:WillCreateCycle (Results 1 – 4 of 4) sorted by relevance
782 LLVM_ABI bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
708 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()
17655 …5WillCreateCycleEPNS_5SUnitES2_", "llvm::ScheduleDAGTopologicalSort::WillCreateCycle(llvm::SUnit*,…