Searched refs:WillCreateCycle (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h746 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp216 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { function in class:__anon3581::ScheduleDAGRRList
219 return Topo.WillCreateCycle(SU, TargetSU);
1513 if (!WillCreateCycle(TrySU, BtSU)) {

Completed in 118 milliseconds