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

/freebsd-12-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
77 if (QII.canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr()))
86 if (S.getSUnit() == SUu && S.getLatency() > 0)

Completed in 108 milliseconds