Searched refs:OrderedClonedExitsInLoops (Results 1 – 1 of 1) sorted by relevance
1586 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