Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp212 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h78 mutable std::map<const Function *, FunctionPropertiesInfo> FPICache; variable