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