Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h34 extern cl::opt<std::string> DebugifyExport;
H A DNewPMDriver.cpp51 DebugifyExport("debugify-export", variable
539 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
540 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Dopt.cpp908 if (DebugifyEach && !DebugifyExport.empty()) in main()
909 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()