Searched refs:getPredicateOnEdge (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LazyValueInfo.h | 72 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 226 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C, in processPHI() 339 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ, in processSwitch()
|
| H A D | JumpThreading.cpp | 791 ResT = LVI->getPredicateOnEdge(Pred, LHS, in ComputeValueKnownInPredecessorsImpl() 821 LVI->getPredicateOnEdge(Pred, CmpLHS, in ComputeValueKnownInPredecessorsImpl() 2502 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1), in TryToUnfoldSelect() 2505 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2), in TryToUnfoldSelect()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1695 LazyValueInfo::getPredicateOnEdge(unsigned Pred, Value *V, Constant *C, in getPredicateOnEdge() function in LazyValueInfo 1767 Tristate Result = getPredicateOnEdge(Pred, Incoming, C, PredBB, BB, in getPredicateAt() 1789 Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt() 1793 Tristate Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt()
|