Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp380 LazyValueInfoCache TheCache; member in __anonaa1e11710411::LazyValueInfoImpl
455 TheCache.clear(); in clear()
467 TheCache.eraseBlock(BB); in eraseBlock()
519 TheCache.insertResult(e.second, e.first, in solve()
533 assert(TheCache.hasCachedValueInfo(e.second, e.first) && in solve()
554 return TheCache.hasCachedValueInfo(Val, BB); in hasBlockValue()
563 return TheCache.getCachedValueInfo(Val, BB); in getBlockValue()
587 if (TheCache.hasCachedValueInfo(Val, BB)) { in solveBlockValue()
590 << TheCache.getCachedValueInfo(Val, BB) << '\n'); in solveBlockValue()
605 TheCache.insertResult(Val, BB, Res); in solveBlockValue()
[all …]