Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager()
349 bool DebugPassManager = false; variable
H A DLTOCodeGenerator.h190 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCodeGenOptions.def19 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp239 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() argument
247 StandardInstrumentations SI(DebugPassManager); in optimizeModule()
454 bool DebugPassManager) { in ProcessThinLTOModule() argument
498 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule()
923 DebugPassManager, nullptr); in optimize()
1188 DebugPassManager); in run()
H A DLTOBackend.cpp259 StandardInstrumentations SI(Conf.DebugPassManager); in runNewPMPasses()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp176 DebugPassManager("debug-pass-manager", cl::Hidden, variable
272 Conf.DebugPassManager = DebugPassManager; in run()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h160 bool DebugPassManager = false; member
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp55 c.DebugPassManager = config->ltoDebugPassManager; in createLTO()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp86 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp307 ASSERT_FALSE(Invocation.getCodeGenOpts().DebugPassManager); in TEST_F()
319 ASSERT_TRUE(Invocation.getCodeGenOpts().DebugPassManager); in TEST_F()
331 ASSERT_FALSE(Invocation.getCodeGenOpts().DebugPassManager); in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp260 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
607 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()
1017 CodeGen.setDebugPassManager(DebugPassManager); in main()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp785 StandardInstrumentations SI(CodeGenOpts.DebugPassManager || in RunOptimizationPipeline()
1104 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp151 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp665 llvm::StandardInstrumentations si(opts.DebugPassManager); in runOptimizationPipeline()
H A DCompilerInvocation.cpp126 opts.DebugPassManager = 1; in parseCodeGenArgs()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp970 Conf.DebugPassManager = options::debug_pass_manager; in createLTO()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6325 CodeGenOpts<"DebugPassManager">, DefaultFalse,