Searched refs:getValueInBlock (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 442 ValueLatticeElement getValueInBlock(Value *V, BasicBlock *BB, 1477 ValueLatticeElement LazyValueInfoImpl::getValueInBlock(Value *V, BasicBlock *BB, in getValueInBlock() function in LazyValueInfoImpl 1623 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1641 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1831 ? getImpl(PImpl, AC, M).getValueInBlock(V, CxtI->getParent(), CxtI) in getPredicateAt() 1936 getImpl(PImpl, AC, M).getValueInBlock(LHS, CxtI->getParent(), CxtI); in getPredicateAt() 1941 getImpl(PImpl, AC, M).getValueInBlock(RHS, CxtI->getParent(), CxtI); in getPredicateAt() 1986 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitBasicBlockStartAnnot() 2011 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitInstructionAnnot()
|