Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DVectorUtils.h408 SmallPtrSet<InterleaveGroup<Instruction> *, 4> DelSet; in reset() local
411 DelSet.insert(I.second); in reset()
412 for (auto *Ptr : DelSet) in reset()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp1042 SmallPtrSet<InterleaveGroup<Instruction> *, 4> DelSet; in invalidateGroupsRequiringScalarEpilogue() local
1046 DelSet.insert(Group); in invalidateGroupsRequiringScalarEpilogue()
1048 for (auto *Ptr : DelSet) { in invalidateGroupsRequiringScalarEpilogue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1519 SmallPtrSet<InterleaveGroup<VPInstruction> *, 4> DelSet;
1522 DelSet.insert(I.second);
1523 for (auto *Ptr : DelSet)