reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
98 if (reachable.count(CB->getBlockID())) 102 if (isEmptyCFGBlock(CB)) 106 if (!visited.count(CB->getBlockID())) 107 FindUnreachableEntryPoints(CB, reachable, visited); 110 if (reachable.count(CB->getBlockID())) 114 if (isInvalidPath(CB, *PM)) 121 if (const Stmt *label = CB->getLabel()) 128 if (!CB->empty()) { 130 for (CFGBlock::const_iterator ci = CB->begin(), ce = CB->end(); 130 for (CFGBlock::const_iterator ci = CB->begin(), ce = CB->end(); 149 if (const Stmt *S = getUnreachableStmt(CB)) {