Searched refs:UsedTEs (Results 1 – 1 of 1) sorted by relevance
15323 SmallVector<SmallPtrSet<const TreeEntry *, 4>> UsedTEs; in isGatherShuffledSingleRegisterEntry() local15332 UsedTEs.clear(); in isGatherShuffledSingleRegisterEntry()15333 UsedTEs.emplace_back().insert(TEPtr); in isGatherShuffledSingleRegisterEntry()15481 if (UsedTEs.empty()) { in isGatherShuffledSingleRegisterEntry()15483 UsedTEs.push_back(VToTEs); in isGatherShuffledSingleRegisterEntry()15491 for (SmallPtrSet<const TreeEntry *, 4> &Set : UsedTEs) { in isGatherShuffledSingleRegisterEntry()15506 if (Idx == UsedTEs.size()) { in isGatherShuffledSingleRegisterEntry()15510 if (UsedTEs.size() == 2) in isGatherShuffledSingleRegisterEntry()15512 UsedTEs.push_back(SavedVToTEs); in isGatherShuffledSingleRegisterEntry()15513 Idx = UsedTEs.size() - 1; in isGatherShuffledSingleRegisterEntry()[all …]