Searched refs:CurrentFactor (Results 1 – 1 of 1) sorted by relevance
7049 VectorizationFactor CurrentFactor(VF, Cost, ScalarCost); in computeBestVF() local7057 if (isMoreProfitable(CurrentFactor, BestFactor, P->hasScalarTail())) in computeBestVF()7058 BestFactor = CurrentFactor; in computeBestVF()7061 if (isMoreProfitable(CurrentFactor, ScalarFactor, P->hasScalarTail())) in computeBestVF()7062 ProfitableVFs.push_back(CurrentFactor); in computeBestVF()