Home
last modified time | relevance | path

Searched refs:MInsn (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp77 for (const auto &MInsn : MBB) { in extractLexicalScopes() local
80 if (MInsn.isMetaInstruction()) in extractLexicalScopes()
84 const DILocation *MIDL = MInsn.getDebugLoc(); in extractLexicalScopes()
86 PrevMI = &MInsn; in extractLexicalScopes()
92 PrevMI = &MInsn; in extractLexicalScopes()
106 RangeBeginMI = &MInsn; in extractLexicalScopes()
109 PrevMI = &MInsn; in extractLexicalScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1819 const MachineInstr *MInsn = HistoryMapEntries.front().getInstr(); in collectEntityInfo() local
1820 assert(MInsn->isDebugValue() && "History must begin with debug value"); in collectEntityInfo()
1831 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
1832 RegVar->initializeDbgValue(MInsn); in collectEntityInfo()
1842 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()