Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1117 SmallVector<BasicBlock *, 4> ClonedExitsInLoops; in buildClonedLoops() local
1119 ClonedExitsInLoops.reserve(ExitBlocks.size()); in buildClonedLoops()
1124 ClonedExitsInLoops.push_back(ClonedExitBB); in buildClonedLoops()
1264 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops()
1318 makeArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()