Searched refs:shouldEnableVectorizerAtOLevel (Results 1 – 2 of 2) sorted by relevance
261 bool shouldEnableVectorizerAtOLevel(const llvm::opt::ArgList &Args,
3216 bool tools::shouldEnableVectorizerAtOLevel(const ArgList &Args, bool isSlpVec) { in shouldEnableVectorizerAtOLevel() function in tools3248 bool EnableVec = shouldEnableVectorizerAtOLevel(Args, false); in handleVectorizeLoopsArgs()3258 bool EnableSLPVec = shouldEnableVectorizerAtOLevel(Args, true); in handleVectorizeSLPArgs()