Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp3345 static bool shouldEnableVectorizerAtOLevel(const ArgList &Args, bool isSlpVec) { in shouldEnableVectorizerAtOLevel() function
5806 bool EnableVec = shouldEnableVectorizerAtOLevel(Args, false); in ConstructJob()
5814 bool EnableSLPVec = shouldEnableVectorizerAtOLevel(Args, true); in ConstructJob()