Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp84 const DILocation *MIDL = MInsn.getDebugLoc(); in extractLexicalScopes() local
85 if (!MIDL) { in extractLexicalScopes()
91 if (MIDL == PrevDL) { in extractLexicalScopes()
110 PrevDL = MIDL; in extractLexicalScopes()