Searched refs:foldExit (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1302 static void foldExit(const Loop *L, BasicBlock *ExitingBB, bool IsTaken, in foldExit() function 1357 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount() 1389 foldExit(L, ExitingBB, Inverted, DeadInsts); in optimizeLoopExitWithUnknownExitCount() 1505 foldExit(L, ExitingBB, true, DeadInsts); in optimizeLoopExits() 1527 foldExit(L, ExitingBB, false, DeadInsts); in optimizeLoopExits() 1537 foldExit(L, ExitingBB, false, DeadInsts); in optimizeLoopExits()
|