Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1346 DILabel *OldLabel = LabelRecord->getLabel(); in fixupDebugInfoPostExtraction() local
1347 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()
1350 *OldLabel->getScope(), *NewSP, Ctx, Cache); in fixupDebugInfoPostExtraction()
1352 DILabel::get(Ctx, NewScope, OldLabel->getName(), OldLabel->getFile(), in fixupDebugInfoPostExtraction()
1353 OldLabel->getLine(), OldLabel->getColumn(), in fixupDebugInfoPostExtraction()
1354 OldLabel->isArtificial(), OldLabel->getCoroSuspendIdx()); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h548 const auto *OldLabel = BlockLabels[&SuccBlock]; in computeJoin() local
553 << "\told label: " << Context.print(OldLabel) << "\n"); in computeJoin()
556 if (OldLabel == &PushedLabel) in computeJoin()
559 if (OldLabel != &SuccBlock) { in computeJoin()
567 if (!OldLabel) { in computeJoin()