Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1584 auto PredDL = Pred->getDebugLoc(); in validThroughout() local
1585 if (!PredDL || Pred->isMetaInstruction()) in validThroughout()
1589 if (DL->getScope() == PredDL->getScope()) in validThroughout()
1591 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()