Searched refs:PrevDL (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp75 const DILocation *PrevDL = nullptr; local
85 if (MIDL == PrevDL) {
100 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL);
109 PrevDL = MIDL;
113 if (RangeBeginMI && PrevMI && PrevDL) {
116 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL);

Completed in 64 milliseconds