Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7271 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledEntry() local
7316 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledEntry()
7365 unsigned Idx = UsedValuesEntry.lookup(V); in isGatherShuffledEntry()