Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp508 SmallPtrSet<Instruction*, 4> AllAdds; in MatchSMLAD() local
516 if (AllAdds.count(&I)) in MatchSMLAD()
535 AllAdds.insert(R.getAdds().begin(), R.getAdds().end()); in MatchSMLAD()