reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/LazyValueInfo.h
   71   Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,

References

lib/Analysis/LazyValueInfo.cpp
 1911           Tristate Result = getPredicateOnEdge(Pred, Incoming, C, PredBB, BB,
 1933       Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI);
 1937           Tristate Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI);
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  252         if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C,
  369         LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
lib/Transforms/Scalar/JumpThreading.cpp
  807             ResT = LVI->getPredicateOnEdge(Pred, LHS,
  837             LVI->getPredicateOnEdge(Pred, CmpLHS,
 2527         LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1),
 2530         LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2),