Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h387 bool IsEpilogueVectorization,
H A DLoopVectorize.cpp7276 InnerLoopVectorizer &ILV, DominatorTree *DT, bool IsEpilogueVectorization, in executePlan() argument
7283 (IsEpilogueVectorization || !ExpandedSCEVs) && in executePlan()
7285 (void)IsEpilogueVectorization; in executePlan()
7308 assert(IsEpilogueVectorization && "should only re-use the existing trip " in executePlan()