| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager() 349 bool DebugPassManager = false; variable
|
| H A D | LTOCodeGenerator.h | 190 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | CodeGenOptions.def | 19 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 239 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 D | LTOBackend.cpp | 259 StandardInstrumentations SI(Conf.DebugPassManager); in runNewPMPasses()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 176 DebugPassManager("debug-pass-manager", cl::Hidden, variable 272 Conf.DebugPassManager = DebugPassManager; in run()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 160 bool DebugPassManager = false; member
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | LTO.cpp | 55 c.DebugPassManager = config->ltoDebugPassManager; in createLTO()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 86 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 307 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 D | llvm-lto.cpp | 260 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 D | BackendUtil.cpp | 785 StandardInstrumentations SI(CodeGenOpts.DebugPassManager || in RunOptimizationPipeline() 1104 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 151 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 665 llvm::StandardInstrumentations si(opts.DebugPassManager); in runOptimizationPipeline()
|
| H A D | CompilerInvocation.cpp | 126 opts.DebugPassManager = 1; in parseCodeGenArgs()
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 970 Conf.DebugPassManager = options::debug_pass_manager; in createLTO()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 6325 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|