reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  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;) {
  398         CE = SI->case_end();
  402         Cond = SI->getCondition();
  414         SI->setCondition(Case);
  415         NumDeadCases += SI->getNumCases();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  744     NewSIW->setDefaultDest(DefaultExitBB);
lib/Transforms/Utils/SimplifyCFG.cpp
  878     for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
  878     for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
 4246       for (auto i = SU->case_begin(), e = SU->case_end(); i != e;) {
 4246       for (auto i = SU->case_begin(), e = SU->case_end(); i != e;) {
 4251         BB->removePredecessor(SU->getParent());
 4253         e = SU->case_end();