Searched refs:MInsn (Results 1 – 3 of 3) sorted by relevance
69 const MachineInstr *MInsn = II; in extractLexicalScopes() local72 const DebugLoc MIDL = MInsn->getDebugLoc(); in extractLexicalScopes()74 PrevMI = MInsn; in extractLexicalScopes()80 PrevMI = MInsn; in extractLexicalScopes()85 if (MInsn->isDebugValue()) in extractLexicalScopes()98 RangeBeginMI = MInsn; in extractLexicalScopes()101 PrevMI = MInsn; in extractLexicalScopes()
130 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable. variable135 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0), in DbgVariable()146 const MachineInstr *getMInsn() const { return MInsn; } in getMInsn()147 void setMInsn(const MachineInstr *M) { MInsn = M; } in setMInsn()
1134 const MachineInstr *MInsn = History.front(); in collectVariableInfo() local1150 assert(MInsn->isDebugValue() && "History must begin with debug value"); in collectVariableInfo()1151 DbgVariable *AbsVar = findAbstractVariable(DV, MInsn->getDebugLoc()); in collectVariableInfo()1156 AbsVar->setMInsn(MInsn); in collectVariableInfo()1160 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo()1161 RegVar->setMInsn(MInsn); in collectVariableInfo()