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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2791     pushValue(CRI.getCleanupPad(), InstID, Vals);
lib/CodeGen/WinEHPrepare.cpp
  229   auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad();
  989         IsUnreachableCleanupret = CRI->getCleanupPad() != CleanupPad;
lib/Transforms/Utils/InlineFunction.cpp
  679         auto *CleanupPad = CRI->getCleanupPad();
lib/Transforms/Utils/Local.cpp
 2187     NewTI = CleanupReturnInst::Create(CRI->getCleanupPad(), nullptr, CRI);
lib/Transforms/Utils/SimplifyCFG.cpp
 3933   CleanupPadInst *CPInst = RI->getCleanupPad();
 4077   CleanupPadInst *PredecessorCleanupPad = RI->getCleanupPad();