Searched refs:UsedValuesEntry (Results 1 – 1 of 1) sorted by relevance
15324 SmallDenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledSingleRegisterEntry() local15337 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()15484 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()15515 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledSingleRegisterEntry()15559 for (auto &P : UsedValuesEntry) in isGatherShuffledSingleRegisterEntry()15610 for (auto &P : UsedValuesEntry) { in isGatherShuffledSingleRegisterEntry()15658 auto It = UsedValuesEntry.find(V1); in isGatherShuffledSingleRegisterEntry()15659 if (It != UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()15660 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledSingleRegisterEntry()15672 auto It = UsedValuesEntry.find(V); in isGatherShuffledSingleRegisterEntry()[all …]