Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1263 SmallPtrSet<BasicBlock *, 16> BlocksInClonedLoop; in buildClonedLoops() local
1279 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1286 if (!BlocksInClonedLoop.empty()) { in buildClonedLoops()
1287 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()
1291 assert(BlocksInClonedLoop.count(BB) && in buildClonedLoops()
1301 BlocksInClonedLoop.insert(Pred).second) in buildClonedLoops()
1314 ClonedL->reserveBlocks(BlocksInClonedLoop.size()); in buildClonedLoops()
1322 if (!ClonedBB || !BlocksInClonedLoop.count(ClonedBB)) in buildClonedLoops()
1345 if (!ClonedChildHeader || !BlocksInClonedLoop.count(ClonedChildHeader)) in buildClonedLoops()
1352 assert(BlocksInClonedLoop.count( in buildClonedLoops()
[all …]