Searched refs:InterleaveGroups (Results 1 – 2 of 2) sorted by relevance
581 for (auto *Ptr : InterleaveGroups) in reset()583 InterleaveGroups.clear(); in reset()605 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()637 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable676 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()686 InterleaveGroups.erase(Group); in releaseGroup()
7144 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local7172 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()7254 for (auto IG : InterleaveGroups) { in buildVPlanWithVPRecipes()