Searched refs:BestFactor (Results 1 – 1 of 1) sorted by relevance
7124 VectorizationFactor BestFactor(ScalarVF, ScalarCost, ScalarCost); in getBestPlan() local7131 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()