Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1421 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops() local
1422 llvm::sort(OrderedClonedExitsInLoops, [&](BasicBlock *LHS, BasicBlock *RHS) { in buildClonedLoops()
1429 while (!UnloopedBlockSet.empty() && !OrderedClonedExitsInLoops.empty()) { in buildClonedLoops()
1432 BasicBlock *ExitBB = OrderedClonedExitsInLoops.pop_back_val(); in buildClonedLoops()