Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1720 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond,
1729 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst::Predicate Pred,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8714 computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit); in computeExitLimitFromCondImpl()
8719 return computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit, in computeExitLimitFromCondImpl()
8754 auto EL = computeExitLimitFromICmp(L, Pred, LHS, getConstant(NewRHSC), in computeExitLimitFromCondImpl()
8833 ScalarEvolution::computeExitLimitFromICmp(const Loop *L, in computeExitLimitFromICmp() function in ScalarEvolution
8849 ExitLimit EL = computeExitLimitFromICmp(L, Pred, LHS, RHS, ControlsExit, in computeExitLimitFromICmp()
8863 ScalarEvolution::computeExitLimitFromICmp(const Loop *L, in computeExitLimitFromICmp() function in ScalarEvolution