Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14339 SmallSet<size_t, 2> LoadKeyUsed; in matchAssociativeReduction() local
14344 if (LoadKeyUsed.contains(Key)) { in matchAssociativeReduction()
14369 LoadKeyUsed.insert(Key); in matchAssociativeReduction()