Searched refs:OrderedClonedExitsInLoops (Results 1 – 1 of 1) sorted by relevance
1264 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops() local1265 llvm::sort(OrderedClonedExitsInLoops.begin(), OrderedClonedExitsInLoops.end(), in buildClonedLoops()1273 while (!UnloopedBlockSet.empty() && !OrderedClonedExitsInLoops.empty()) { in buildClonedLoops()1276 BasicBlock *ExitBB = OrderedClonedExitsInLoops.pop_back_val(); in buildClonedLoops()