Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1604 auto PredDL = Pred->getDebugLoc(); in validThroughout() local
1605 if (!PredDL || Pred->isMetaInstruction()) in validThroughout()
1609 if (DL->getScope() == PredDL->getScope()) in validThroughout()
1611 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()