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

Declarations

include/llvm/IR/Instructions.h
 3442   CaseIt removeCase(CaseIt I);

References

lib/IR/Instructions.cpp
 3949   return SI.removeCase(I);
lib/Transforms/Coroutines/CoroSplit.cpp
  377   Switch->removeCase(FinalCaseIt);
lib/Transforms/Utils/CodeExtractor.cpp
 1315     TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1));
lib/Transforms/Utils/Local.cpp
  208         i = SI->removeCase(i);
tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
   74         SwInst.removeCase(Case);
unittests/Analysis/DomTreeUpdaterTest.cpp
   95       SI->removeCase(i);
  137       i = SI->removeCase(i);
  659       SI->removeCase(i);
  687       i = SI->removeCase(i);
unittests/IR/CFGBuilder.cpp
   74     SI->removeCase(FirstC);
   80       SI->removeCase(CIt);
unittests/IR/DominatorTreeTest.cpp
  487         SwitchC->removeCase(SwitchC->case_begin());
  576         SwitchC->removeCase(SwitchC->case_begin());