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

References

lib/Transforms/Utils/InlineFunction.cpp
  503         assert(!isa<CleanupReturnInst>(U) && "Expected useless pad");
  504         assert((!isa<InvokeInst>(U) ||
  506                      cast<InvokeInst>(U)->getUnwindDest()->getFirstNonPHI()) ==
  509         if (isa<CatchSwitchInst>(U) || isa<CleanupPadInst>(U))
  509         if (isa<CatchSwitchInst>(U) || isa<CleanupPadInst>(U))
  510           Worklist.push_back(cast<Instruction>(U));