Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp289 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin() local
290 if (!OldLabel || (OldLabel == &PushedLabel)) { in computeJoin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1507 DILabel *OldLabel = DLI->getLabel(); in fixupDebugInfoPostExtraction() local
1508 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()
1510 NewLabel = DILabel::get(Ctx, NewSP, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1511 OldLabel->getFile(), OldLabel->getLine()); in fixupDebugInfoPostExtraction()