Searched refs:computeExitLimitFromICmp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1816 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond, 1825 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst::Predicate Pred,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8935 computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsOnlyExit); in computeExitLimitFromCondImpl() 8940 return computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, in computeExitLimitFromCondImpl() 8975 auto EL = computeExitLimitFromICmp(L, Pred, LHS, getConstant(NewRHSC), in computeExitLimitFromCondImpl() 9066 ScalarEvolution::ExitLimit ScalarEvolution::computeExitLimitFromICmp( in computeExitLimitFromICmp() function in ScalarEvolution 9080 ExitLimit EL = computeExitLimitFromICmp(L, Pred, LHS, RHS, ControlsOnlyExit, in computeExitLimitFromICmp() 9094 ScalarEvolution::ExitLimit ScalarEvolution::computeExitLimitFromICmp( in computeExitLimitFromICmp() function in ScalarEvolution
|