Searched defs:ExitIfTrue (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1194 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createFoldedExitCond() local 1255 bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); in createInvariantCond() local
|
H A D | LoopPredication.cpp | 1222 const bool ExitIfTrue = !L->contains(*succ_begin(ExitingBB)); predicateLoopExits() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8796 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeBackedgeTakenCount() local 8887 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 8914 const Loop *L, Value *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromCond() 8923 bool ExitIfTrue, bool ControlsOnlyExit, in find() 8939 bool ExitIfTrue, in insert() 8954 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 8968 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 9031 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 9111 const Loop *L, ICmpInst *ExitCond, bool ExitIfTrue, bool ControlsOnlyExit, in computeExitLimitFromICmp()
|