reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
361 for (auto CI = SI->case_begin(), CE = SI->case_end(); CI != CE;) { 361 for (auto CI = SI->case_begin(), CE = SI->case_end(); CI != CE;) { 371 BB, SI); 397 CI = SI.removeCase(CI); 398 CE = SI->case_end(); 402 Cond = SI->getCondition(); 414 SI->setCondition(Case); 415 NumDeadCases += SI->getNumCases();