Searched refs:TheCache (Results 1 – 1 of 1) sorted by relevance
383 LazyValueInfoCache TheCache; member in __anon3936ddd50411::LazyValueInfoImpl470 TheCache.clear(); in clear()482 TheCache.eraseBlock(BB); in eraseBlock()534 TheCache.insertResult(e.second, e.first, in solve()548 assert(TheCache.hasCachedValueInfo(e.second, e.first) && in solve()553 << TheCache.getCachedValueInfo(e.second, e.first) << "\n"); in solve()569 return TheCache.hasCachedValueInfo(Val, BB); in hasBlockValue()578 return TheCache.getCachedValueInfo(Val, BB); in getBlockValue()602 if (TheCache.hasCachedValueInfo(Val, BB)) { in solveBlockValue()605 << TheCache.getCachedValueInfo(Val, BB) << '\n'); in solveBlockValue()[all …]