Lines Matching refs:LScopes

1508           LScopes.findAbstractScope(cast_or_null<DILocalScope>(ScopeNode)))  in ensureAbstractEntityIsCreatedIfScoped()
1540 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()
1593 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument
1600 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()
1628 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1809 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
1895 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1897 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()
1918 if (validThroughout(LScopes, MInsn, End, getInstOrdering())) { in collectEntityInfo()
1969 Scope = LScopes.findInlinedScope(LocalScope, IA); in collectEntityInfo()
1971 Scope = LScopes.findLexicalScope(LocalScope); in collectEntityInfo()
1990 LexicalScope *LexS = LScopes.findLexicalScope(LS); in collectEntityInfo()
2221 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()
2277 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()
2299 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
2310 size_t NumAbstractSubprograms = LScopes.getAbstractScopesList().size(); in endFunctionImpl()
2312 for (LexicalScope *AScope : LScopes.getAbstractScopesList()) { in endFunctionImpl()
2317 auto *LexS = LScopes.getOrCreateAbstractScope(LS); in endFunctionImpl()
2330 LScopes.getAbstractScopesList().size() == NumAbstractSubprograms && in endFunctionImpl()
2339 if (!LScopes.getAbstractScopesList().empty() && in endFunctionImpl()