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.h201 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
299 const DebugifyStatsMap &getDebugifyStatsMap() const { return *DIStatsMap; } in getDebugifyStatsMap() function
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp560 exportDebugifyStats(DebugifyExport, Debugify.getDebugifyStatsMap()); in runPassPipeline()
H A Doptdriver.cpp908 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in optMain()