Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp245 auto *LScope = dyn_cast<DILocalScope>(S); in CloneFunctionInto() local
246 if (LScope && MappedToSelfSPs.count(LScope->getSubprogram())) in CloneFunctionInto()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1600 auto *LScope = LScopes.findLexicalScope(DL); in validThroughout() local
1602 if (!LScope) in validThroughout()
1604 auto &LSRange = LScope->getRanges(); in validThroughout()
1629 if (!PredScope || LScope->dominates(PredScope)) in validThroughout()
H A DDwarfCompileUnit.cpp1737 if (auto *LScope = dyn_cast<DILexicalBlock>(Context)) in getOrCreateContextDIE() local
1738 return getLexicalBlockDIE(LScope); in getOrCreateContextDIE()