Searched refs:computeExitLimitFromICmp (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1702 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond,
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7667 computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit); in computeExitLimitFromCondImpl() 7672 return computeExitLimitFromICmp(L, ExitCondICmp, ExitIfTrue, ControlsExit, in computeExitLimitFromCondImpl() 7783 ScalarEvolution::computeExitLimitFromICmp(const Loop *L, in computeExitLimitFromICmp() function in ScalarEvolution
|