Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1304 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1320 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1327 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1328 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1332 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1342 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1355 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1363 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1386 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1393 assert(BlocksInClonedLoop.count( in buildClonedLoops()
[all …]