Searched refs:getPredicateOnEdge (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LazyValueInfo.h | 68 Constant *getPredicateOnEdge(CmpInst::Predicate Pred, Value *V, Constant *C,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1830 Constant *LazyValueInfo::getPredicateOnEdge(CmpInst::Predicate Pred, Value *V, in getPredicateOnEdge() function in LazyValueInfo 1909 getPredicateOnEdge(Pred, Incoming, C, PredBB, BB, CxtI); in getPredicateAt() 1930 Constant *Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt() 1934 Constant *Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 600 PredCst = LVI->getPredicateOnEdge(Pred, Val, Cst, P, BB, CxtI); in computeValueKnownInPredecessorsImpl() 780 Res = LVI->getPredicateOnEdge(Pred, LHS, cast<Constant>(RHS), PredBB, in computeValueKnownInPredecessorsImpl() 801 Constant *Res = LVI->getPredicateOnEdge(Pred, CmpLHS, CmpConst, P, BB, in computeValueKnownInPredecessorsImpl() 2880 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1), in tryToUnfoldSelect() 2883 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2), in tryToUnfoldSelect()
|
H A D | CorrelatedValuePropagation.cpp | 241 LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, From, To, CxtI)); in getValueOnEdge() 249 LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, From, To, CxtI)); in getValueOnEdge()
|