Searched refs:ExitsInLoops (Results 1 – 1 of 1) sorted by relevance
1566 SmallVector<BasicBlock *, 4> ExitsInLoops; in rebuildLoopAfterUnswitch() local1567 ExitsInLoops.reserve(ExitBlocks.size()); in rebuildLoopAfterUnswitch()1571 ExitsInLoops.push_back(ExitBB); in rebuildLoopAfterUnswitch()1625 std::stable_sort(ExitsInLoops.begin(), ExitsInLoops.end(), in rebuildLoopAfterUnswitch()1644 while (!UnloopedBlocks.empty() && !ExitsInLoops.empty()) { in rebuildLoopAfterUnswitch()1649 BasicBlock *ExitBB = ExitsInLoops.pop_back_val(); in rebuildLoopAfterUnswitch()