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 47 /// getPredicateOnEdge - Determine whether the specified value comparison
50 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 152 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
158 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
JumpThreading.cpp 344 // FIXME: change this to use the more-rich 'getPredicateOnEdge' method if
483 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
510 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
741 LVI->getPredicateOnEdge(CondCmp->getPredicate(), CondCmp->getOperand(0),
747 LVI->getPredicateOnEdge(CondCmp->getPredicate(),
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 713 milliseconds