Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1166 auto PredDL = Pred->getDebugLoc(); in validThroughout() local
1167 if (!PredDL || Pred->isMetaInstruction()) in validThroughout()
1171 if (DL->getScope() == PredDL->getScope()) in validThroughout()
1173 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()