Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h541 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin() local
546 << "\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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1619 DILabel *OldLabel = DLI->getLabel(); in fixupDebugInfoPostExtraction() local
1620 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()