/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 720 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 999 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) || in getZeroExtendExpr() 1001 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, in getZeroExtendExpr() 1013 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 1015 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, in getZeroExtendExpr() 1264 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) || in getSignExtendExpr() 1266 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this), in getSignExtendExpr() 5722 isLoopBackedgeGuardedByCond( in isKnownPredicate() 5728 isLoopBackedgeGuardedByCond( in isKnownPredicate() 5819 ScalarEvolution::isLoopBackedgeGuardedByCond(const Loop *L, in isLoopBackedgeGuardedByCond() function in ScalarEvolution
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1540 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) || in getZeroExtendExpr() 1542 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, in getZeroExtendExpr() 1555 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 1557 isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, in getZeroExtendExpr() 1776 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) || in getSignExtendExpr() 1778 isLoopBackedgeGuardedByCond(L, Pred, AR->getPostIncExpr(*this), in getSignExtendExpr() 7591 isLoopBackedgeGuardedByCond(L, Pred, LAR->getPostIncExpr(*this), RHS)) { in isKnownPredicate() 7599 isLoopBackedgeGuardedByCond(L, Pred, LHS, RAR->getPostIncExpr(*this))) { in isKnownPredicate() 7732 if (!isLoopBackedgeGuardedByCond(L, P, LHS, RHS)) in isLoopInvariantPredicate() 7870 ScalarEvolution::isLoopBackedgeGuardedByCond(const Loop *L, in isLoopBackedgeGuardedByCond() function in ScalarEvolution
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1346 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 688 bool isLoopBackedgeGuardedByCond(const Loop *L, ICmpInst::Predicate Pred,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1754 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) || in getZeroExtendExpr() 1769 if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) || in getZeroExtendExpr() 2107 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) || in getSignExtendExpr() 8896 isLoopBackedgeGuardedByCond(MDL, Pred, SplitLHS.second, in isKnownViaInduction() 8920 isLoopBackedgeGuardedByCond(L, Pred, LHS->getPostIncExpr(*this), RHS); in isKnownOnEveryIteration() 9041 if (!isLoopBackedgeGuardedByCond(L, P, LHS, RHS)) in isLoopInvariantPredicate() 9180 ScalarEvolution::isLoopBackedgeGuardedByCond(const Loop *L, in isLoopBackedgeGuardedByCond() function in ScalarEvolution
|