Searched refs:LScopes (Results 1 – 4 of 4) sorted by relevance
1043 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1260 static bool validThroughout(LexicalScopes &LScopes, in validThroughout() argument1266 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout()1290 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()1336 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo()1390 Scope = LScopes.findLexicalScope(Label->getScope()); in collectEntityInfo()1409 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo()1411 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo()1530 assert(LScopes.empty() || SP == LScopes.getCurrentFunctionScope()->getScopeNode()); in beginFunctionImpl()1573 LexicalScope *FnScope = LScopes.getCurrentFunctionScope(); in endFunctionImpl()[all …]
96 WorkList.push_back(LScopes.getCurrentFunctionScope()); in identifyScopeMarkers()197 LScopes.initialize(*MF); in beginFunction()198 if (LScopes.empty()) { in beginFunction()
1112 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMFTable()1263 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()1265 Scope = LScopes.findLexicalScope(DIVar->getScope()); in collectVariableInfo()2785 if (LexicalScope *CFS = LScopes.getCurrentFunctionScope()) in endFunctionImpl()
79 LexicalScopes LScopes; variable