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

References

include/llvm/CodeGen/MachineInstr.h
 1047     return isEHLabel() || isGCLabel() || isAnnotationLabel();
lib/CodeGen/AsmPrinter/EHStreamer.cpp
  245       if (!MI.isEHLabel()) {
lib/CodeGen/AsmPrinter/WinException.cpp
  473       if (!MI.isEHLabel())
lib/CodeGen/SelectionDAG/FastISel.cpp
  236         (I.isTerminator() || (I.isEHLabel() && &I != &MBB->front()))) {
lib/Target/ARM/ARMISelLowering.cpp
 9488       if (!II->isEHLabel()) continue;
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  342     if (I.isEHLabel())
lib/Target/Hexagon/HexagonInstrInfo.cpp
  413     if (I->isEHLabel())
 2983     if (I.isEHLabel())
 3248     if (I->isEHLabel())
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
 1063   if (MI.isEHLabel() || MI.isCFIInstruction())
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  547               std::prev(MI.getIterator())->isEHLabel()) {
 1115           std::prev(RangeBegin->getIterator())->isEHLabel())
 1118           std::next(RangeEnd->getIterator())->isEHLabel())
lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
  133       if (InsertPos->isEHLabel()) // EH pad starts with an EH label
  169       if (CatchPos->isEHLabel()) // EH pad starts with an EH label
  274     if (CatchPos->isEHLabel()) // EH pad starts with an EH label
  383     if (InsertPos->isEHLabel()) // EH pad starts with an EH label
lib/Target/X86/X86ISelLowering.cpp
30955       assert(MI.isEHLabel() && "expected EH_LABEL");