Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.cpp448 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local
450 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
501 ExclDst.clear(); in adjustSchedDependency()
503 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
634 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency()
702 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency()
707 ExclDst.insert(Dst); in isBestZeroLatency()
709 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency()
710 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
HDHexagonSubtarget.h354 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;