Searched refs:OldLabel (Results 1 – 3 of 3) sorted by relevance
307 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin() local308 if (!OldLabel || (OldLabel == &PushedLabel)) { in computeJoin()
532 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin() local537 << "\told label: " << Context.print(OldLabel) << "\n"); in computeJoin()540 if (OldLabel == &PushedLabel) in computeJoin()543 if (OldLabel != &SuccBlock) { in computeJoin()551 if (!OldLabel) { in computeJoin()
1566 DILabel *OldLabel = DLI->getLabel(); in fixupDebugInfoPostExtraction() local1567 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()1570 *OldLabel->getScope(), *NewSP, Ctx, Cache); in fixupDebugInfoPostExtraction()1571 NewLabel = DILabel::get(Ctx, NewScope, OldLabel->getName(), in fixupDebugInfoPostExtraction()1572 OldLabel->getFile(), OldLabel->getLine()); in fixupDebugInfoPostExtraction()