Searched refs:getValueInBlock (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 440 ValueLatticeElement getValueInBlock(Value *V, BasicBlock *BB, 1452 ValueLatticeElement LazyValueInfoImpl::getValueInBlock(Value *V, BasicBlock *BB, in getValueInBlock() function in LazyValueInfoImpl 1598 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1616 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1763 ? getImpl(PImpl, AC, M).getValueInBlock(V, CxtI->getParent(), CxtI) in getPredicateAt() 1877 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitBasicBlockStartAnnot() 1902 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitInstructionAnnot()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 454 ValueLatticeElement getValueInBlock(Value *V, BasicBlock *BB, 1555 ValueLatticeElement LazyValueInfoImpl::getValueInBlock(Value *V, BasicBlock *BB, in getValueInBlock() function in LazyValueInfoImpl 1706 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant() 1724 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange() 1992 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitBasicBlockStartAnnot() 2017 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitInstructionAnnot()
|
/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()
|