Searched refs:PredDL (Results 1 – 2 of 2) sorted by relevance
1631 auto PredDL = Pred->getDebugLoc(); in validThroughout() local1632 if (!PredDL || Pred->isMetaInstruction()) in validThroughout()1636 if (DL->getScope() == PredDL->getScope()) in validThroughout()1638 auto *PredScope = LScopes.findLexicalScope(PredDL); in validThroughout()
1189 if (auto &PredDL = PTI->getDebugLoc()) { in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses() local1191 if (!PredDL->getAtomGroup() && DL && DL->getAtomGroup() && in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()1192 PredDL.isSameSourceLocation(DL)) { in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()