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

References

unittests/Analysis/DomTreeUpdaterTest.cpp
   72   ASSERT_NE(SI, nullptr) << "Couldn't get SwitchInst.";
   93   for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) {
   93   for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) {
   95       SI->removeCase(i);
  133   for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
  133   for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
  137       i = SI->removeCase(i);
  138       e = SI->case_end();