Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLexicalScopes.cpp66 DebugLoc PrevDL; in extractLexicalScopes() local
79 if (MIDL == PrevDL) { in extractLexicalScopes()
93 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
102 PrevDL = MIDL; in extractLexicalScopes()
106 if (RangeBeginMI && PrevMI && !PrevDL.isUnknown()) { in extractLexicalScopes()
109 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp62 const DILocation *PrevDL = nullptr; in extractLexicalScopes() local
72 if (MIDL == PrevDL) { in extractLexicalScopes()
86 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
95 PrevDL = MIDL; in extractLexicalScopes()
99 if (RangeBeginMI && PrevMI && PrevDL) { in extractLexicalScopes()
102 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLexicalScopes.cpp75 const DILocation *PrevDL = nullptr; in extractLexicalScopes() local
85 if (MIDL == PrevDL) { in extractLexicalScopes()
100 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
109 PrevDL = MIDL; in extractLexicalScopes()
113 if (RangeBeginMI && PrevMI && PrevDL) { in extractLexicalScopes()
116 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp360 DebugLoc PrevDL; member in __anona707f8570111::JITEmitter
754 if (DL.getScope(Context) != 0 && PrevDL != DL) { in processDebugLoc()
761 PrevDL = DL; in processDebugLoc()
928 PrevDL = DebugLoc(); in finishFunction()