Searched refs:NewScope (Results 1 – 3 of 3) sorted by relevance
91 void closeInsnRange(LexicalScope *NewScope = nullptr) {98 if (Parent && (!NewScope || !Parent->dominates(NewScope)))99 Parent->closeInsnRange(NewScope);
205 auto *NewScope = in runOnFunction() local209 NewScope, FirstDIL->getInlinedAt()); in runOnFunction()
446 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local447 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()