Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4643 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledEntry() local
4688 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledEntry()
4738 unsigned Idx = UsedValuesEntry.lookup(V); in isGatherShuffledEntry()