Searched refs:VFToTE (Results 1 – 1 of 1) sorted by relevance
15566 DenseMap<int, const TreeEntry *> VFToTE; in isGatherShuffledSingleRegisterEntry() local15569 auto It = VFToTE.find(VF); in isGatherShuffledSingleRegisterEntry()15570 if (It != VFToTE.end()) { in isGatherShuffledSingleRegisterEntry()15575 VFToTE.try_emplace(VF, TE); in isGatherShuffledSingleRegisterEntry()15584 auto It = VFToTE.find(TE->getVectorFactor()); in isGatherShuffledSingleRegisterEntry()15585 if (It != VFToTE.end()) { in isGatherShuffledSingleRegisterEntry()