Searched refs:canVectorize (Results 1 – 3 of 3) sorted by relevance
271 bool canVectorize(bool UseVPlanNativePath);
1442 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() function in llvm::LoopVectorizationLegality
9687 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()