Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp6393 bool EnableVec = shouldEnableVectorizerAtOLevel(Args, false); in ConstructJob() local
6395 EnableVec ? options::OPT_O_Group : options::OPT_fvectorize; in ConstructJob()
6397 options::OPT_fno_vectorize, EnableVec)) in ConstructJob()