Searched refs:getEdgeValue (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 1392 Optional<ValueLatticeElement> LazyValueInfoImpl::getEdgeValue( in getEdgeValue() function in LazyValueInfoImpl 1467 Optional<ValueLatticeElement> Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge() 1470 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
|