Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h786 if (InterleaveGroups.empty()) { in invalidateGroups()
794 for (auto *Ptr : InterleaveGroups) in invalidateGroups()
796 InterleaveGroups.clear(); in invalidateGroups()
816 return make_range(InterleaveGroups.begin(), InterleaveGroups.end()); in getInterleaveGroups()
829 bool hasGroups() const { return !InterleaveGroups.empty(); } in hasGroups()
851 SmallPtrSet<InterleaveGroup<Instruction> *, 4> InterleaveGroups; variable
890 InterleaveGroups.insert(InterleaveGroupMap[Instr]); in createInterleaveGroup()
900 InterleaveGroups.erase(Group); in releaseGroup()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1500 for (auto *Group : make_early_inc_range(InterleaveGroups)) { in invalidateGroupsRequiringScalarEpilogue()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8821 SmallPtrSet<const InterleaveGroup<Instruction> *, 1> InterleaveGroups; in buildVPlanWithVPRecipes() local
8866 InterleaveGroups.insert(IG); in buildVPlanWithVPRecipes()
9119 for (const auto *IG : InterleaveGroups) { in buildVPlanWithVPRecipes()