Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h156 DebugifyStatsMap *StatsMap = nullptr,
163 DebugifyStatsMap *StatsMap = nullptr,
172 DebugifyStatsMap *StatsMap; variable
179 DebugifyStatsMap *StatsMap = nullptr,
185 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in NameOfWrappedPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp780 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument
800 if (StatsMap && !NameOfWrappedPass.empty()) in checkDebugifyMetadata()
801 Stats = &StatsMap->operator[](NameOfWrappedPass); in checkDebugifyMetadata()
939 "CheckModuleDebugify", Strip, StatsMap); in runOnModule()
951 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyModulePass()
957 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyModulePass()
969 DebugifyStatsMap *StatsMap; member
985 Strip, StatsMap); in runOnFunction()
997 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyFunctionPass()
1003 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyFunctionPass()
[all …]