Home
last modified time | relevance | path

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

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