Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1444 SmallVector<BasicBlock *, 4> ClonedExitsInLoops; in buildClonedLoops() local
1446 ClonedExitsInLoops.reserve(ExitBlocks.size()); in buildClonedLoops()
1451 ClonedExitsInLoops.push_back(ClonedExitBB); in buildClonedLoops()
1591 auto OrderedClonedExitsInLoops = ClonedExitsInLoops; in buildClonedLoops()
1644 ArrayRef(ClonedPH), ClonedLoopBlocks, ClonedExitsInLoops)) in buildClonedLoops()