Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp514 SmallPtrSet<Instruction*, 4> AllAdds; in MatchSMLAD() local
522 if (AllAdds.count(&I)) in MatchSMLAD()
541 AllAdds.insert(R.getAdds().begin(), R.getAdds().end()); in MatchSMLAD()