Searched refs:getValueInBlock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp387 /// getValueInBlock - This is the query interface to determine the lattice
389 LVILatticeVal getValueInBlock(Value *V, BasicBlock *BB);
908 LVILatticeVal LazyValueInfoCache::getValueInBlock(Value *V, BasicBlock *BB) { function in class:LazyValueInfoCache
1033 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB);

Completed in 71 milliseconds