reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt) 78 for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt) 79 if (CIt->getCaseSuccessor() == To) { 80 SI->removeCase(CIt);