Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SwitchInst

844   if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
852 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();