Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
893 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyModulePass()
899 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyModulePass()
911 DebugifyStatsMap *StatsMap; member
931 Strip, StatsMap); in runOnFunction()
945 DebugifyStatsMap *StatsMap = nullptr, in CheckDebugifyFunctionPass()
951 StatsMap(StatsMap), DebugInfoBeforePass(DebugInfoBeforePass), Mode(Mode), in CheckDebugifyFunctionPass()
963 DebugifyStatsMap *StatsMap; member
[all …]