Searched refs:getEdgeValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 399 Optional<ValueLatticeElement> getEdgeValue(Value *V, BasicBlock *F, 691 Optional<ValueLatticeElement> EdgeResult = getEdgeValue(Val, Pred, BB); in solveBlockValueNonLocal() 726 getEdgeValue(PhiVal, PhiBB, BB, PN); in solveBlockValuePHINode() 1411 Optional<ValueLatticeElement> LazyValueInfoImpl::getEdgeValue( in getEdgeValue() function in LazyValueInfoImpl 1486 Optional<ValueLatticeElement> Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge() 1489 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
|