Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp401 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local
403 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
436 ExclDst.clear(); in adjustSchedDependency()
438 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
568 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency()
636 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency()
641 ExclDst.insert(Dst); in isBestZeroLatency()
643 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency()
644 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
H A DHexagonSubtarget.h307 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;