reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2013 Value *SwitchCond = SI->getCondition(); 2014 BasicBlock *Parent = SI->getParent(); 2019 for (unsigned i = 0, n = SI->getNumSuccessors(); i != n; ++i) 2020 ++SwitchEdges[SI->getSuccessor(i)]; 2022 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); 2022 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();