Home
last modified time | relevance | path

Searched refs:ExitsInLoops (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1746 SmallVector<BasicBlock *, 4> ExitsInLoops; in rebuildLoopAfterUnswitch() local
1747 ExitsInLoops.reserve(ExitBlocks.size()); in rebuildLoopAfterUnswitch()
1751 ExitsInLoops.push_back(ExitBB); in rebuildLoopAfterUnswitch()
1805 llvm::stable_sort(ExitsInLoops, [&](BasicBlock *LHS, BasicBlock *RHS) { in rebuildLoopAfterUnswitch()
1823 while (!UnloopedBlocks.empty() && !ExitsInLoops.empty()) { in rebuildLoopAfterUnswitch()
1828 BasicBlock *ExitBB = ExitsInLoops.pop_back_val(); in rebuildLoopAfterUnswitch()