Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h201 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
299 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp565 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in printPasses()
H A Doptdriver.cpp910 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()