Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h735 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp667 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp219 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anon70bf5c530111::ScheduleDAGRRList
220 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1496 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()