Home
last modified time | relevance | path

Searched refs:ExitCond (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1695 ExitLimit computeExitLimitFromCond(const Loop *L, Value *ExitCond,
1723 Optional<ExitLimit> find(const Loop *L, Value *ExitCond, bool ExitIfTrue,
1726 void insert(const Loop *L, Value *ExitCond, bool ExitIfTrue,
1733 const Loop *L, Value *ExitCond,
1738 Value *ExitCond, bool ExitIfTrue,
1743 Value *ExitCond, bool ExitIfTrue,
1751 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7839 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() argument
7857 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
7902 if (ICmpInst *ExitCondICmp = dyn_cast<ICmpInst>(ExitCond)) { in computeExitLimitFromCondImpl()
7917 if (ConstantInt *CI = dyn_cast<ConstantInt>(ExitCond)) { in computeExitLimitFromCondImpl()
7971 bool PoisonSafe = isa<BinaryOperator>(ExitCond); in computeExitLimitFromCondFromBinOp()
8021 ICmpInst *ExitCond, in computeExitLimitFromICmp() argument
8028 Pred = ExitCond->getPredicate(); in computeExitLimitFromICmp()
8030 Pred = ExitCond->getInversePredicate(); in computeExitLimitFromICmp()
8042 const SCEV *LHS = getSCEV(ExitCond->getOperand(0)); in computeExitLimitFromICmp()
8043 const SCEV *RHS = getSCEV(ExitCond->getOperand(1)); in computeExitLimitFromICmp()
[all …]