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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  681   bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,

References

lib/Analysis/ScalarEvolution.cpp
 1792           if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) ||
 1807           if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) ||
 2145             (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) ||
 9168          isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second,
 9192          isLoopBackedgeGuardedByCond(L, Pred, LHS->getPostIncExpr(*this), RHS);
 9313   if (!isLoopBackedgeGuardedByCond(L, P, LHS, RHS))