Searched refs:getEdgeValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 400 std::optional<ValueLatticeElement> getEdgeValue(Value *V, BasicBlock *F, 738 std::optional<ValueLatticeElement> EdgeResult = getEdgeValue(Val, Pred, BB); in solveBlockValueNonLocal() 774 getEdgeValue(PhiVal, PhiBB, BB, PN); in solveBlockValuePHINode() 1495 LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() function in LazyValueInfoImpl 1571 getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge() 1577 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
|