Searched refs:TheCache (Results 1 – 1 of 1) sorted by relevance
379 LazyValueInfoCache TheCache; member in __anonc035c0260411::LazyValueInfoImpl452 TheCache.clear(); in clear()464 TheCache.eraseBlock(BB); in eraseBlock()516 TheCache.insertResult(e.second, e.first, in solve()530 assert(TheCache.hasCachedValueInfo(e.second, e.first) && in solve()535 << TheCache.getCachedValueInfo(e.second, e.first) << "\n"); in solve()551 return TheCache.hasCachedValueInfo(Val, BB); in hasBlockValue()560 return TheCache.getCachedValueInfo(Val, BB); in getBlockValue()584 if (TheCache.hasCachedValueInfo(Val, BB)) { in solveBlockValue()587 << TheCache.getCachedValueInfo(Val, BB) << '\n'); in solveBlockValue()[all …]