Searched refs:OldLabel (Results 1 – 2 of 2) sorted by relevance
537 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin() local542 << "\told label: " << Context.print(OldLabel) << "\n"); in computeJoin()545 if (OldLabel == &PushedLabel) in computeJoin()548 if (OldLabel != &SuccBlock) { in computeJoin()556 if (!OldLabel) { in computeJoin()
1612 DILabel *OldLabel = LabelRecord->getLabel(); in fixupDebugInfoPostExtraction() local1613 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()1616 *OldLabel->getScope(), *NewSP, Ctx, Cache); in fixupDebugInfoPostExtraction()1617 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()1618 OldLabel->getFile(), OldLabel->getLine()); in fixupDebugInfoPostExtraction()