Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp848 auto R = FuncProfileMatchCache.find({&IRFunc, ProfFunc}); in functionMatchesProfile()
849 if (R != FuncProfileMatchCache.end()) in functionMatchesProfile()
856 FuncProfileMatchCache[{&IRFunc, ProfFunc}] = Matched; in functionMatchesProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h73 FuncProfileMatchCache; variable