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

Declarations

include/llvm/CodeGen/MachineBasicBlock.h
  389   bool hasEHPadSuccessor() const;

References

lib/CodeGen/BranchFolding.cpp
 1162       if (PBB->hasEHPadSuccessor())
lib/CodeGen/MachineBasicBlock.cpp
  251   if (isReturnBlock() || hasEHPadSuccessor())
lib/CodeGen/TailDuplicator.cpp
  708     if (PredBB->hasEHPadSuccessor())
lib/Target/PowerPC/PPCBranchCoalescing.cpp
  269   if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) {
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  883       if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() ||
  921       if (MBB.hasEHPadSuccessor())