Lines Matching defs:reachable
42 CFGBlocksSet &reachable,
52 CFGBlocksSet reachable, visited;
79 reachable.insert(CB->getBlockID());
97 if (reachable.count(CB->getBlockID()))
106 FindUnreachableEntryPoints(CB, reachable, visited);
109 if (reachable.count(CB->getBlockID()))
180 CFGBlocksSet &reachable,
188 if (!reachable.count(PredBlock->getBlockID())) {
189 // If we find an unreachable predecessor, mark this block as reachable so
191 reachable.insert(CB->getBlockID());
194 FindUnreachableEntryPoints(PredBlock, reachable, visited);