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