Searched refs:UsedValuesEntry (Results 1 – 1 of 1) sorted by relevance
10986 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledSingleRegisterEntry() local11053 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()11084 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledSingleRegisterEntry()11209 auto It = UsedValuesEntry.find(V1); in isGatherShuffledSingleRegisterEntry()11210 if (It != UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()11211 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledSingleRegisterEntry()11223 auto It = UsedValuesEntry.find(V); in isGatherShuffledSingleRegisterEntry()11224 if (It == UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()