Lines Matching refs:LScopes
693 createAbstractVariable(Cleansed, LScopes.getOrCreateAbstractScope( in ensureAbstractVariableIsCreated()
704 LScopes.findAbstractScope(cast_or_null<MDLocalScope>(ScopeNode))) in ensureAbstractVariableIsCreatedIfScoped()
719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable()
895 Scope = LScopes.findInlinedScope(IV.first->getScope(), IA); in collectVariableInfo()
897 Scope = LScopes.findLexicalScope(IV.first->getScope()); in collectVariableInfo()
933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo()
1038 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()
1088 LScopes.initialize(*MF); in beginFunction()
1089 if (LScopes.empty()) in beginFunction()
1100 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in beginFunction()
1173 if (!MMI->hasDebugInfo() || LScopes.empty() || in endFunction()
1186 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunction()
1199 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunction()
1213 size_t NumAbstractScopes = LScopes.getAbstractScopesList().size(); in endFunction()
1216 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunction()
1224 assert(LScopes.getAbstractScopesList().size() == NumAbstractScopes in endFunction()
1232 if (!LScopes.getAbstractScopesList().empty()) in endFunction()