Searched refs:ForceVectorization (Results 1 – 1 of 1) sorted by relevance
4527 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor() local4528 if (ForceVectorization && in selectVectorizationFactor()4561 if (!ForceVectorization && !willGenerateVectors(*P, VF, TTI)) { in selectVectorizationFactor()4588 LLVM_DEBUG(if (ForceVectorization && !ChosenFactor.Width.isScalar() && in selectVectorizationFactor()7126 bool ForceVectorization = Hints.getForce() == LoopVectorizeHints::FK_Enabled; in getBestPlan() local7127 if (ForceVectorization) { in getBestPlan()7138 if (!ForceVectorization && !willGenerateVectors(*P, VF, TTI)) { in getBestPlan()9832 bool ForceVectorization = in processLoop() local9834 if (!ForceVectorization && in processLoop()