Searched refs:LScope (Results 1 – 3 of 3) sorted by relevance
1502 for (auto [LScope, ScopeDIE] : LexicalBlockDIEs) in attachLexicalScopesAbstractOrigins()1503 AttachAO(LScope, ScopeDIE); in attachLexicalScopesAbstractOrigins()1504 for (auto &[LScope, ScopeDIEs] : InlinedLocalScopeDIEs) in attachLexicalScopesAbstractOrigins()1506 AttachAO(LScope, ScopeDIE); in attachLexicalScopesAbstractOrigins()1795 if (auto *LScope = dyn_cast<DILexicalBlock>(Context)) in getOrCreateContextDIE() local1796 return getLexicalBlockDIE(LScope); in getOrCreateContextDIE()
1610 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() local1612 if (!LScope) in validThroughout()1614 auto &LSRange = LScope->getRanges(); in validThroughout()1639 if (!PredScope || LScope->dominates(PredScope)) in validThroughout()
99 if (auto *LScope = dyn_cast<DILocalScope>(MD)) in createIdentityMDPredicate() local100 return ShouldKeep(LScope->getSubprogram()); in createIdentityMDPredicate()