Searched refs:FuncProfileMatchCache (Results 1 – 2 of 2) sorted by relevance
848 auto R = FuncProfileMatchCache.find({&IRFunc, ProfFunc}); in functionMatchesProfile()849 if (R != FuncProfileMatchCache.end()) in functionMatchesProfile()856 FuncProfileMatchCache[{&IRFunc, ProfFunc}] = Matched; in functionMatchesProfile()
73 FuncProfileMatchCache; variable