Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp109 UseNewPM("use-new-pm", variable
224 Conf.UseNewPM = UseNewPM; in run()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DConfig.h50 bool UseNewPM = false; member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp102 C.UseNewPM = Config->LTONewPassManager; in createConfig()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp291 else if (Conf.UseNewPM) in opt()
H A DLTO.cpp136 AddUnsigned(Conf.UseNewPM); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1232 Conf.UseNewPM = CGOpts.ExperimentalNewPassManager; in runThinLTOBackend()