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

References

unittests/IR/CFGBuilder.cpp
   78   for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt)
   78   for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt)
   79     if (CIt->getCaseSuccessor() == To) {
   80       SI->removeCase(CIt);