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;) { 362 ConstantInt *Case = CI->getCaseValue(); 395 BasicBlock *Succ = CI->getCaseSuccessor(); 397 CI = SI.removeCase(CI); 397 CI = SI.removeCase(CI); 421 ++CI;