Home
last modified time | relevance | path

Searched defs:TargetSU (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp599 const SUnit &TargetSU, in GetSubGraph()
704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle()
725 const SUnit *TargetSU) { in IsReachable()
H A DMachinePipeliner.cpp1209 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h272 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable()
218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle()