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.cpp7124 VectorizationFactor BestFactor(ScalarVF, ScalarCost, ScalarCost); in getBestPlan() local
7131 BestFactor.Cost = InstructionCost::getMax(); in getBestPlan()
7148 if (isMoreProfitable(CurrentFactor, BestFactor)) { in getBestPlan()
7149 BestFactor = CurrentFactor; in getBestPlan()
7154 BestPlan->setVF(BestFactor.Width); in getBestPlan()