Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h160 bool SLPVectorize; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp200 SLPVectorize = false; in PassManagerBuilder()
607 if (SLPVectorize) { in addVectorPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp327 PMB.SLPVectorize = true; in runOldPMPasses()
H A DThinLTOCodeGenerator.cpp250 PMB.SLPVectorize = true; in optimizeModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp383 Builder.SLPVectorize = OptLevel > 1 && SizeLevel < 2; in AddOptimizationPasses()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp686 PMBuilder.SLPVectorize = CodeGenOpts.VectorizeSLP; in CreatePasses()