Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp415 ValueLatticeElement getValueInBlock(Value *V, BasicBlock *BB,
1605 ValueLatticeElement LazyValueInfoImpl::getValueInBlock(Value *V, BasicBlock *BB, in getValueInBlock() function in LazyValueInfoImpl
1663 ValueLatticeElement VL = getValueInBlock(V, CxtI->getParent(), CxtI); in getValueAtUse()
1804 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant()
1820 getOrCreateImpl(BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange()
1935 UseBlockValue ? Impl.getValueInBlock(V, CxtI->getParent(), CxtI) in getPredicateAt()
2037 getOrCreateImpl(M).getValueInBlock(LHS, CxtI->getParent(), CxtI); in getPredicateAt()
2042 getOrCreateImpl(M).getValueInBlock(RHS, CxtI->getParent(), CxtI); in getPredicateAt()
2081 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitBasicBlockStartAnnot()
2106 ValueLatticeElement Result = LVIImpl->getValueInBlock( in emitInstructionAnnot()