Searched refs:getOrCreateLexicalScope (Results 1 – 2 of 2) sorted by relevance
101 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()117 MI2ScopeMap[RangeBeginMI] = getOrCreateLexicalScope(PrevDL); in extractLexicalScopes()142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() function in LexicalScopes148 return getOrCreateLexicalScope(IA); in getOrCreateLexicalScope()171 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope()201 Parent = getOrCreateLexicalScope(InlinedAt); in getOrCreateInlinedScope()285 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks()308 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates()
203 LexicalScope *getOrCreateLexicalScope(const DILocalScope *Scope,205 LexicalScope *getOrCreateLexicalScope(const DILocation *DL) { in getOrCreateLexicalScope() function206 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()