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