Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h230 void setUseNewPM(unsigned Enabled) { UseNewPM = Enabled; } in setUseNewPM()
353 bool UseNewPM = LLVM_ENABLE_NEW_PASS_MANAGER; variable
H A DLTOCodeGenerator.h187 void setUseNewPM(bool Value) { Config.UseNewPM = Value; } in setUseNewPM()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp146 UseNewPM("use-new-pm", variable
276 Conf.UseNewPM = UseNewPM; in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h61 bool UseNewPM = LLVM_ENABLE_NEW_PASS_MANAGER; member
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp40 c.UseNewPM = config->ltoNewPassManager; in createConfig()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp86 c.UseNewPM = config->ltoNewPassManager; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp254 static cl::opt<bool> UseNewPM( variable
593 ThinGenerator.setUseNewPM(UseNewPM); in ThinLTOProcessing()
1058 CodeGen.setUseNewPM(UseNewPM); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp490 bool UseNewPM, bool DebugPassManager) { in ProcessThinLTOModule() argument
530 if (UseNewPM) in ProcessThinLTOModule()
1206 UseNewPM, DebugPassManager); in run()
H A DLTOBackend.cpp364 if (Conf.UseNewPM || !Conf.OptPipeline.empty()) { in opt()
H A DLTO.cpp135 AddUnsigned(Conf.UseNewPM); in computeLTOCacheKey()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp151 c.UseNewPM = config->ltoNewPassManager; in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1569 Conf.UseNewPM = !CGOpts.LegacyPassManager; in runThinLTOBackend()