Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h751 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() function in ScheduleDAGTopologicalSort
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() function in __anona8f1daf90111::ScheduleDAGRRList
219 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
1513 if (!WillCreateCycle(TrySU, BtSU)) { in PickNodeToScheduleBottomUp()