Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h199 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
297 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp538 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Dopt.cpp1020 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()