Searched refs:MInsn (Results 1 – 3 of 3) sorted by relevance
76 for (const auto &MInsn : MBB) { in extractLexicalScopes() local78 const DILocation *MIDL = MInsn.getDebugLoc(); in extractLexicalScopes()80 PrevMI = &MInsn; in extractLexicalScopes()86 PrevMI = &MInsn; in extractLexicalScopes()92 if (MInsn.isMetaInstruction()) in extractLexicalScopes()105 RangeBeginMI = &MInsn; in extractLexicalScopes()108 PrevMI = &MInsn; in extractLexicalScopes()
119 const MachineInstr *MInsn = nullptr; /// DBG_VALUE instruction. variable139 assert(!MInsn && "Already initialized?"); in initializeMMI()150 assert(!MInsn && "Already initialized?"); in initializeDbgValue()156 MInsn = DbgValue; in initializeDbgValue()168 assert(MInsn && FrameIndexExprs.size() <= 1); in getSingleExpression()175 const MachineInstr *getMInsn() const { return MInsn; } in getMInsn()208 assert(MInsn && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
255 assert(DebugLocListIndex == ~0U && !MInsn && "not an MMI entry"); in addMMIEntry()256 assert(V.DebugLocListIndex == ~0U && !V.MInsn && "not an MMI entry"); in addMMIEntry()1345 const MachineInstr *MInsn = Ranges.front().first; in collectEntityInfo() local1346 assert(MInsn->isDebugValue() && "History must begin with debug value"); in collectEntityInfo()1350 validThroughout(LScopes, MInsn, Ranges.front().second)) { in collectEntityInfo()1351 RegVar->initializeDbgValue(MInsn); in collectEntityInfo()1359 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()