Searched refs:getValueOnEdge (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 474 ValueLatticeElement getValueOnEdge(Value *V, BasicBlock *FromBB, 1555 getValueOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB, in getValueOnEdge() function in LazyValueInfoImpl 1757 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1775 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1851 getOrCreateImpl(M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 213 static Value *getValueOnEdge(LazyValueInfo *LVI, Value *Incoming, in getValueOnEdge() function 269 Value *V = getValueOnEdge(LVI, Incoming, P->getIncomingBlock(i), BB, P); in processPHI()
|