Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp540 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Dopt.cpp909 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()