HomeSort by relevance Sort by last modified time
    Searched refs:MInsn (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 63 for (const auto &MInsn : MBB) {
65 const DebugLoc MIDL = MInsn.getDebugLoc();
67 PrevMI = &MInsn;
73 PrevMI = &MInsn;
78 if (MInsn.isDebugValue())
91 RangeBeginMI = &MInsn;
94 PrevMI = &MInsn;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 75 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable.
82 : Var(V), TheDIE(nullptr), DotDebugLocOffset(~0U), MInsn(nullptr),
89 DotDebugLocOffset(~0U), MInsn(DbgValue), FrameIndex(~0), DD(DD) {}
98 const MachineInstr *getMInsn() const { return MInsn; }
DwarfDebug.cpp     [all...]

Completed in 173 milliseconds