Home
last modified time | relevance | path

Searched refs:StatsMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp213 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument
233 if (StatsMap && !NameOfWrappedPass.empty()) in checkDebugifyMetadata()
234 Stats = &StatsMap->operator[](NameOfWrappedPass); in checkDebugifyMetadata()
352 DebugifyStatsMap *StatsMap = nullptr) in CheckDebugifyModulePass()
354 StatsMap(StatsMap) {} in CheckDebugifyModulePass()
365 DebugifyStatsMap *StatsMap; member
376 Strip, StatsMap); in runOnFunction()
381 DebugifyStatsMap *StatsMap = nullptr) in CheckDebugifyFunctionPass()
383 StatsMap(StatsMap) {} in CheckDebugifyFunctionPass()
394 DebugifyStatsMap *StatsMap; member
[all …]
H A DDebugify.h63 DebugifyStatsMap *StatsMap = nullptr);
68 DebugifyStatsMap *StatsMap = nullptr);