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