Searched refs:getPredicateOnEdge (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 68 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1846 LazyValueInfo::getPredicateOnEdge(unsigned Pred, Value *V, Constant *C, in getPredicateOnEdge() function in LazyValueInfo 1923 getPredicateOnEdge(Pred, Incoming, C, PredBB, BB, CxtI); in getPredicateAt() 1944 Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt() 1948 Tristate Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 600 auto Res = LVI->getPredicateOnEdge(Pred, Val, Cst, P, BB, CxtI); in computeValueKnownInPredecessorsImpl() 784 ResT = LVI->getPredicateOnEdge(Pred, LHS, in computeValueKnownInPredecessorsImpl() 810 LVI->getPredicateOnEdge(Pred, CmpLHS, in computeValueKnownInPredecessorsImpl() 2886 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1), in tryToUnfoldSelect() 2889 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2), in tryToUnfoldSelect()
|
| H A D | CorrelatedValuePropagation.cpp | 246 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, From, To, CxtI) == in getValueOnEdge() 253 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, From, To, CxtI) == in getValueOnEdge()
|