Home
last modified time | relevance | path

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

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