Searched defs:MInsn (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp69 const MachineInstr *MInsn = II; local
72 const DebugLoc MIDL = MInsn->getDebugLoc();
74 PrevMI = MInsn;
80 PrevMI = MInsn;
85 if (MInsn->isDebugValue())
98 RangeBeginMI = MInsn;
101 PrevMI = MInsn;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h130 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable. member in class:llvm::DbgVariable
135 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0),
146 const MachineInstr *getMInsn() const { return MInsn; }
147 void setMInsn(const MachineInstr *M) { MInsn = M; }
H A DDwarfDebug.cpp987 const MachineInstr *MInsn = History.front(); local
996 Scope = LScopes.findLexicalScope(MInsn->getDebugLoc());
1009 assert(MInsn->isDebugValue() && "History must begin with debug value");
1010 DbgVariable *AbsVar = findAbstractVariable(DV, MInsn->getDebugLoc());
1015 AbsVar->setMInsn(MInsn);
1019 MInsn->isIdenticalTo(History.back()))) {
1020 RegVar->setMInsn(MInsn);

Completed in 92 milliseconds