Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h690 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet(); in compareLoops() local
691 assert(BlocksSet.size() == OtherBlocksSet.size() && in compareLoops()
693 [&OtherBlocksSet](const BlockT *BB) { in compareLoops()
694 return OtherBlocksSet.count(BB); in compareLoops()