Searched refs:TheCache (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.h | 78 bool isTrivial(const Decl *D) const { return isTrivialImpl(D, TheCache); } in isTrivial() 79 bool isTrivial(const Stmt *S) const { return isTrivialImpl(S, TheCache); } in isTrivial() 86 mutable CacheTy TheCache{};
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 369 LazyValueInfoCache TheCache; member in llvm::LazyValueInfoImpl 486 TheCache.clear(); in clear() 497 void forgetValue(Value *V) { TheCache.eraseValue(V); } in forgetValue() 502 TheCache.eraseBlock(BB); in eraseBlock() 536 TheCache.insertResult(e.second, e.first, in solve() 555 TheCache.getCachedValueInfo(e.second, e.first); in solve() 580 TheCache.getCachedValueInfo(Val, BB)) { in getBlockValue() 616 assert(!TheCache.getCachedValueInfo(Val, BB) && in solveBlockValue() 626 TheCache.insertResult(Val, BB, *Res); in solveBlockValue() 708 return TheCache.isNonNullAtEndOfBlock(Val, BB, [](BasicBlock *BB) { in isNonNullAtEndOfBlock() [all …]
|