Searched refs:TheCache (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.h | 166 bool isTrivial(const Decl *D) const { return isTrivialImpl(D, TheCache); } in isTrivial() 167 bool isTrivial(const Stmt *S) const { return isTrivialImpl(S, TheCache); } in isTrivial() 174 mutable CacheTy TheCache{};
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 315 LazyValueInfoCache TheCache; member in llvm::LazyValueInfoImpl 434 TheCache.clear(); in clear() 445 void forgetValue(Value *V) { TheCache.eraseValue(V); } in forgetValue() 450 TheCache.eraseBlock(BB); in eraseBlock() 484 TheCache.insertResult(e.second, e.first, in solve() 503 TheCache.getCachedValueInfo(e.second, e.first); in solve() 528 TheCache.getCachedValueInfo(Val, BB)) { in getBlockValue() 564 assert(!TheCache.getCachedValueInfo(Val, BB) && in solveBlockValue() 574 TheCache.insertResult(Val, BB, *Res); in solveBlockValue() 665 return TheCache.isNonNullAtEndOfBlock(Val, BB, [](BasicBlock *BB) { in isNonNullAtEndOfBlock() [all …]
|