Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7009 VectorizationFactor BestFactor = ScalarFactor; in computeBestVF() local
7016 BestFactor.Cost = InstructionCost::getMax(); in computeBestVF()
7057 if (isMoreProfitable(CurrentFactor, BestFactor, P->hasScalarTail())) in computeBestVF()
7058 BestFactor = CurrentFactor; in computeBestVF()
7072 VPlan &BestPlan = getPlanFor(BestFactor.Width); in computeBestVF()
7080 precomputeCosts(BestPlan, BestFactor.Width, CostCtx); in computeBestVF()
7084 assert((BestFactor.Width == LegacyVF.Width || BestPlan.hasEarlyExit() || in computeBestVF()
7085 planContainsAdditionalSimplifications(getPlanFor(BestFactor.Width), in computeBestVF()
7087 BestFactor.Width) || in computeBestVF()
7091 assert((BestFactor.Width.isScalar() || BestFactor.ScalarCost > 0) && in computeBestVF()
[all …]