Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h670 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet(); in compareLoops() local
671 assert(BlocksSet.size() == OtherBlocksSet.size() && in compareLoops()
673 [&OtherBlocksSet](const BlockT *BB) { in compareLoops()
674 return OtherBlocksSet.count(BB); in compareLoops()