Home
last modified time | relevance | path

Searched refs:InterleaveGroups (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h772 if (InterleaveGroups.empty()) { in invalidateGroups()
780 for (auto *Ptr : InterleaveGroups) in invalidateGroups()
782 InterleaveGroups.clear(); in invalidateGroups()
802 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()
834 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable
873 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
883 InterleaveGroups.erase(Group); in releaseGroup()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp1448 for (auto *Group : make_early_inc_range(InterleaveGroups)) { in invalidateGroupsRequiringScalarEpilogue()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8694 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local
8739 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()
8992 for (auto IG : InterleaveGroups) { in buildVPlanWithVPRecipes()