Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1656 SmallVector<BasicBlock *, 4> ExitsInLoops; in rebuildLoopAfterUnswitch() local
1657 ExitsInLoops.reserve(ExitBlocks.size()); in rebuildLoopAfterUnswitch()
1661 ExitsInLoops.push_back(ExitBB); in rebuildLoopAfterUnswitch()
1715 std::stable_sort(ExitsInLoops.begin(), ExitsInLoops.end(), in rebuildLoopAfterUnswitch()
1734 while (!UnloopedBlocks.empty() && !ExitsInLoops.empty()) { in rebuildLoopAfterUnswitch()
1739 BasicBlock *ExitBB = ExitsInLoops.pop_back_val(); in rebuildLoopAfterUnswitch()