Searched refs:UsedValuesEntry (Results 1 – 1 of 1) sorted by relevance
9404 DenseMap<Value *, int> UsedValuesEntry; in isGatherShuffledSingleRegisterEntry() local9461 UsedValuesEntry.try_emplace(V, 0); in isGatherShuffledSingleRegisterEntry()9492 UsedValuesEntry.try_emplace(V, Idx); in isGatherShuffledSingleRegisterEntry()9618 auto It = UsedValuesEntry.find(V1); in isGatherShuffledSingleRegisterEntry()9619 if (It != UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()9620 UsedInSameVTE = It->second == UsedValuesEntry.find(V)->second; in isGatherShuffledSingleRegisterEntry()9632 auto It = UsedValuesEntry.find(V); in isGatherShuffledSingleRegisterEntry()9633 if (It == UsedValuesEntry.end()) in isGatherShuffledSingleRegisterEntry()