Searched refs:LScope (Results 1 – 3 of 3) sorted by relevance
245 auto *LScope = dyn_cast<DILocalScope>(S); in CloneFunctionInto() local246 if (LScope && MappedToSelfSPs.count(LScope->getSubprogram())) in CloneFunctionInto()
1600 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() local1602 if (!LScope) in validThroughout()1604 auto &LSRange = LScope->getRanges(); in validThroughout()1629 if (!PredScope || LScope->dominates(PredScope)) in validThroughout()
1737 if (auto *LScope = dyn_cast<DILexicalBlock>(Context)) in getOrCreateContextDIE() local1738 return getLexicalBlockDIE(LScope); in getOrCreateContextDIE()