Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp303 class LazyValueInfoCache;
305 LazyValueInfoCache *Parent;
307 LVIValueHandle(Value *V, LazyValueInfoCache *P) in LVIValueHandle()
320 class LazyValueInfoCache { class
462 LazyValueInfoCache(AssumptionCache *AC, const DataLayout &DL, in LazyValueInfoCache() function in __anon116614ef0311::LazyValueInfoCache
485 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { in eraseBlock()
500 void LazyValueInfoCache::solve() { in solve()
520 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue()
528 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue()
556 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue()
[all …]