Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8197 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledEntry() local
8213 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledEntry()
8244 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledEntry()
8353 auto It = UsedValuesEntry.find(V1); in isGatherShuffledEntry()
8354 if (It != UsedValuesEntry.end()) in isGatherShuffledEntry()
8355 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledEntry()
8367 auto It = UsedValuesEntry.find(V); in isGatherShuffledEntry()
8368 if (It == UsedValuesEntry.end()) in isGatherShuffledEntry()