Searched defs:ControlsOnlyExit (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8914 const Loop *L, Value *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromCond() 8923 bool ExitIfTrue, bool ControlsOnlyExit, in find() 8940 bool ControlsOnlyExit, in insert() 8955 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondCached() 8969 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondImpl() 9032 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromCondFromBinOp() 9111 const Loop *L, ICmpInst *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromICmp() 9140 bool ControlsOnlyExit, bool AllowPredicates) { in computeExitLimitFromICmp() 9295 bool ControlsOnlyExit) { in computeExitLimitFromSingleExitSwitch() 10431 bool ControlsOnlyExit, in howFarToZero() [all …]
|