reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1510 if (!ReachableBlocks.count(DefiningInst->getParent())) 2435 if (ReachableBlocks.insert(To).second) { 2958 ReachableBlocks.clear(); 3195 bool Result = ReachableBlocks.count(Pair.first->getBlock()); 3372 bool BlockReachable = ReachableBlocks.count(CurrBlock); 3462 ReachableBlocks.insert(&F.getEntryBlock()); 3484 return !ReachableBlocks.count(&BB); 3626 if (ReachableBlocks.count(IBlock) == 0) 3887 assert((!ReachableBlocks.count(cast<Instruction>(M)->getParent()) ||