Searched refs:InterleaveGroups (Results 1 – 3 of 3) sorted by relevance
750 if (InterleaveGroups.empty()) { in invalidateGroups()758 for (auto *Ptr : InterleaveGroups) in invalidateGroups()760 InterleaveGroups.clear(); in invalidateGroups()780 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()812 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable851 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()861 InterleaveGroups.erase(Group); in releaseGroup()
1278 for (auto *Group : make_early_inc_range(InterleaveGroups)) { in invalidateGroupsRequiringScalarEpilogue()
9167 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local9209 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()9399 for (auto IG : InterleaveGroups) { in buildVPlanWithVPRecipes()