Searched refs:DebugifyExport (Results 1 – 3 of 3) sorted by relevance
35 extern cl::opt<std::string> DebugifyExport;
53 DebugifyExport("debugify-export", variable569 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()570 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
914 if (DebugifyEach && !DebugifyExport.empty()) in optMain()915 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()