Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15325 SmallPtrSet<const Value *, 16> VisitedValue; in isGatherShuffledSingleRegisterEntry() local
15360 if (isConstant(V) || !VisitedValue.insert(V).second) in isGatherShuffledSingleRegisterEntry()