Searched refs:getValueInBlock (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 424 LVILatticeVal getValueInBlock(Value *V, BasicBlock *BB); 907 LVILatticeVal LazyValueInfoCache::getValueInBlock(Value *V, BasicBlock *BB) { in getValueInBlock() function in LazyValueInfoCache 1025 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB); in getConstant()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 501 LVILatticeVal getValueInBlock(Value *V, BasicBlock *BB, 1316 LVILatticeVal LazyValueInfoCache::getValueInBlock(Value *V, BasicBlock *BB, in getValueInBlock() function in LazyValueInfoCache 1486 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant() 1504 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange()
|