Searched refs:OldLabel (Results 1 – 2 of 2) sorted by relevance
541 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin() local546 << "\told label: " << Context.print(OldLabel) << "\n"); in computeJoin()549 if (OldLabel == &PushedLabel) in computeJoin()552 if (OldLabel != &SuccBlock) { in computeJoin()560 if (!OldLabel) { in computeJoin()
1619 DILabel *OldLabel = DLI->getLabel(); in fixupDebugInfoPostExtraction() local1620 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()1623 *OldLabel->getScope(), *NewSP, Ctx, Cache); in fixupDebugInfoPostExtraction()1624 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()1625 OldLabel->getFile(), OldLabel->getLine()); in fixupDebugInfoPostExtraction()