Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1586 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops()
1587 llvm::sort(OrderedClonedExitsInLoops, [&](BasicBlock *LHS, BasicBlock *RHS) { in buildClonedLoops()
1594 while (!UnloopedBlockSet.empty() && !OrderedClonedExitsInLoops.empty()) { in buildClonedLoops()
1597 BasicBlock *ExitBB = OrderedClonedExitsInLoops.pop_back_val(); in buildClonedLoops()
1585 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; buildClonedLoops() local