Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp294 class LazyValueInfoCache;
296 LazyValueInfoCache *Parent;
298 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle()
314 static_cast<LazyValueInfoCache*>(0)); in getEmptyKey()
318 static_cast<LazyValueInfoCache*>(0)); in getTombstoneKey()
355 class LazyValueInfoCache { class
381 LazyValueInfoCache *Parent;
387 LazyValueInfoCache *P) in OverDefinedCacheUpdater()
468 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { in eraseBlock()
485 void LazyValueInfoCache::solve() { in solve()
[all …]
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp367 class LazyValueInfoCache;
369 LazyValueInfoCache *Parent;
371 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle()
384 class LazyValueInfoCache { class
529 LazyValueInfoCache(AssumptionCache *AC, const DataLayout &DL, in LazyValueInfoCache() function in __anon5917926d0311::LazyValueInfoCache
552 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { in eraseBlock()
567 void LazyValueInfoCache::solve() { in solve()
590 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue()
598 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue()
623 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue()
[all …]