Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1147 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1163 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1170 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1171 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1175 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1185 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1198 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1206 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1229 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1236 assert(BlocksInClonedLoop.count( in buildClonedLoops()
[all …]