Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h150 DebugifyStatsMap *StatsMap = nullptr,
157 DebugifyStatsMap *StatsMap = nullptr,
166 DebugifyStatsMap *StatsMap; variable
173 DebugifyStatsMap *StatsMap = nullptr,
179 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in NameOfWrappedPass()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp709 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument
729 if (StatsMap && !NameOfWrappedPass.empty()) in checkDebugifyMetadata()
730 Stats = &StatsMap->operator[](NameOfWrappedPass); in checkDebugifyMetadata()
857 "CheckModuleDebugify", Strip, StatsMap); in runOnModule()
866 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyModulePass()
872 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyModulePass()
884 DebugifyStatsMap *StatsMap; member
899 Strip, StatsMap); in runOnFunction()
908 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyFunctionPass()
914 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyFunctionPass()
[all …]