Searched refs:DebugifyExport (Results 1 – 3 of 3) sorted by relevance
34 extern cl::opt<std::string> DebugifyExport;
49 DebugifyExport("debugify-export", variable537 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()538 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
1019 if (DebugifyEach && !DebugifyExport.empty()) in main()1020 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()