Searched refs:FPICache (Results 1 – 2 of 2) sorted by relevance
212 FPICache.clear(); in onPassEntry()262 FPICache.clear(); in onPassExit()347 auto InsertPair = FPICache.try_emplace(&F); in getCachedFPI()517 for (auto I : FPICache) { in print()
78 mutable std::map<const Function *, FunctionPropertiesInfo> FPICache; variable