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