Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h366 bool IsEpilogueVectorization,
H A DLoopVectorize.cpp7543 InnerLoopVectorizer &ILV, DominatorTree *DT, bool IsEpilogueVectorization, in executePlan() argument
7550 (IsEpilogueVectorization || !ExpandedSCEVs) && in executePlan()
7556 if (!IsEpilogueVectorization) in executePlan()
7573 assert(IsEpilogueVectorization && "should only re-use the existing trip " in executePlan()