Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1923 SmallPtrSet<Type *, 16> ElementTypesInLoop; member in llvm::LoopVectorizationCostModel
4490 if (any_of(ElementTypesInLoop, [&](Type *Ty) { in getMaxLegalScalableVF()
5265 if (ElementTypesInLoop.empty() && !Legal->getReductionVars().empty()) { in getSmallestAndWidestTypes()
5279 for (Type *T : ElementTypesInLoop) { in getSmallestAndWidestTypes()
5290 ElementTypesInLoop.clear(); in collectElementTypesForWidening()
5327 ElementTypesInLoop.insert(T); in collectElementTypesForWidening()