Searched refs:OtherBlocksSet (Results 1 – 1 of 1) sorted by relevance
693 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet(); in compareLoops() local694 assert(BlocksSet.size() == OtherBlocksSet.size() && in compareLoops()696 [&OtherBlocksSet](const BlockT *BB) { in compareLoops()697 return OtherBlocksSet.count(BB); in compareLoops()