Searched refs:foldExit (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1299 static void foldExit(const Loop *L, BasicBlock *ExitingBB, bool IsTaken, in foldExit() function 1389 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount() 1421 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount() 1676 foldExit(L, ExitingBB, true, DeadInsts); in optimizeLoopExits() 1696 foldExit(L, ExitingBB, false, DeadInsts); in optimizeLoopExits() 1706 foldExit(L, ExitingBB, false, DeadInsts); in optimizeLoopExits()
|