Home
last modified time | relevance | path

Searched refs:LScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp219 auto *LScope = dyn_cast<DILocalScope>(S); in CloneFunctionInto() local
220 if (LScope && MappedToSelfSPs.count(LScope->getSubprogram())) in CloneFunctionInto()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1557 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() local
1559 if (!LScope) in validThroughout()
1561 auto &LSRange = LScope->getRanges(); in validThroughout()
1586 if (!PredScope || LScope->dominates(PredScope)) in validThroughout()