Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1264 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops() local
1265 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()