Searched refs:computeExitLimitFromICmp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolution.h | 1838 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond, 1847 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst::Predicate Pred,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 8979 computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsOnlyExit); in computeExitLimitFromCondImpl() 8984 return computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, in computeExitLimitFromCondImpl() 9019 auto EL = computeExitLimitFromICmp(L, Pred, LHS, getConstant(NewRHSC), in computeExitLimitFromCondImpl() 9110 ScalarEvolution::ExitLimit ScalarEvolution::computeExitLimitFromICmp( in computeExitLimitFromICmp() function in ScalarEvolution 9124 ExitLimit EL = computeExitLimitFromICmp(L, Pred, LHS, RHS, ControlsOnlyExit, in computeExitLimitFromICmp() 9138 ScalarEvolution::ExitLimit ScalarEvolution::computeExitLimitFromICmp( in computeExitLimitFromICmp() function in ScalarEvolution
|