Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp449 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local
451 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
502 ExclDst.clear(); in adjustSchedDependency()
504 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
635 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency()
703 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency()
708 ExclDst.insert(Dst); in isBestZeroLatency()
710 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency()
711 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
H A DHexagonSubtarget.h369 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;