Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp642 hasDataDependencyPred(const SUnit &SU, const SUnit &FromSU) { in hasDataDependencyPred() function
725 if (hasDataDependencyPred(DAG->SUnits[k], DAG->SUnits[j])) { in colorHighLatenciesGroups()
733 if (hasDataDependencyPred(SU, DAG->SUnits[j])) { in colorHighLatenciesGroups()