Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7147 VectorizationFactor CurrentFactor(VF, Cost, ScalarCost); in getBestPlan() local
7148 if (isMoreProfitable(CurrentFactor, BestFactor)) { in getBestPlan()
7149 BestFactor = CurrentFactor; in getBestPlan()