Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp601 const SUnit &TargetSU, in GetSubGraph()
706 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle()
727 const SUnit *TargetSU) { in IsReachable()
H A DMachinePipeliner.cpp1641 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h279 bool IsReachable(SUnit *SU, SUnit *TargetSU) { in IsReachable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp211 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable()
217 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp959 Cache->begin(), Cache->end(), [&SU, &DAG](SUnit *TargetSU) { in apply()