Home
last modified time | relevance | path

Searched refs:DebugifyExport (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.h34 extern cl::opt<std::string> DebugifyExport;
H A DNewPMDriver.cpp49 DebugifyExport("debugify-export", variable
537 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
538 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Dopt.cpp1019 if (DebugifyEach && !DebugifyExport.empty()) in main()
1020 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()