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

References

include/llvm/CodeGen/MachineInstr.h
 1055   bool isPosition() const { return isLabel() || isCFIInstruction(); }
lib/Target/Hexagon/HexagonFrameLowering.cpp
  690       if (!It->isLabel())
lib/Target/Lanai/LanaiDelaySlotFiller.cpp
  164     if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() ||
lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  232       if (MI.isDebugInstr() || MI.isLabel())
  386       if (MI.isDebugInstr() || MI.isLabel())
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
  325   if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm())