Home
last modified time | relevance | path

Searched refs:shouldEnableVectorizerAtOLevel (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp695 static bool shouldEnableVectorizerAtOLevel(const ArgList &Args, bool isSlpVec) { in shouldEnableVectorizerAtOLevel() function
6342 bool EnableVec = shouldEnableVectorizerAtOLevel(Args, false); in ConstructJob()
6350 bool EnableSLPVec = shouldEnableVectorizerAtOLevel(Args, true); in ConstructJob()