Home
last modified time | relevance | path

Searched defs:EphemeralValuesCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEphemeralValuesCache.h37 EphemeralValuesCache(Function &F, AssumptionCache &AC) : F(F), AC(AC) {} in EphemeralValuesCache() function
H A DInlineCost.h35 class EphemeralValuesCache; variable