Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp12251 SmallSet<size_t, 2> LoadKeyUsed; in matchAssociativeReduction() local
12276 if (LoadKeyUsed.contains(Key)) { in matchAssociativeReduction()
12302 LoadKeyUsed.insert(Key); in matchAssociativeReduction()
12319 if (LoadKeyUsed.contains(Key)) { in matchAssociativeReduction()
12344 LoadKeyUsed.insert(Key); in matchAssociativeReduction()