Searched refs:getEdgeValue (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 399 std::optional<ValueLatticeElement> getEdgeValue(Value *V, BasicBlock *F, 696 std::optional<ValueLatticeElement> EdgeResult = getEdgeValue(Val, Pred, BB); in solveBlockValueNonLocal() 732 getEdgeValue(PhiVal, PhiBB, BB, PN); in solveBlockValuePHINode() 1445 LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() function in LazyValueInfoImpl 1519 getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge() 1522 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
|