reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) { 93 for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) { 94 if (i->getCaseSuccessor() == BB3) { 95 SI->removeCase(i);