Searched refs:SUd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp67 /// Return true if there is a dependence between SUd and SUu.
68 static bool hasDependence(const SUnit *SUd, const SUnit *SUu, argument
70 if (SUd->Succs.size() == 0)
74 if (QII.mayBeCurLoad(*SUd->getInstr()))
77 if (QII.canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr()))
80 for (const auto &S : SUd->Succs) {

Completed in 106 milliseconds