HomeSort by relevance Sort by last modified time
    Searched refs:getPredicateOnEdge (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 49 /// getPredicateOnEdge - Determine whether the specified value comparison
52 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 115 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C,
174 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
180 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
230 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
JumpThreading.cpp 358 // FIXME: change this to use the more-rich 'getPredicateOnEdge' method if
497 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
524 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
757 LVI->getPredicateOnEdge(CondCmp->getPredicate(), CondCmp->getOperand(0),
763 LVI->getPredicateOnEdge(CondCmp->getPredicate(),
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 78 milliseconds