Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp306 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin() local
307 if (!OldLabel || (OldLabel == &PushedLabel)) { in computeJoin()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1565 DILabel *OldLabel = DLI->getLabel(); in fixupDebugInfoPostExtraction() local
1566 DINode *&NewLabel = RemappedMetadata[OldLabel]; in fixupDebugInfoPostExtraction()
1568 NewLabel = DILabel::get(Ctx, NewSP, OldLabel->getName(), in fixupDebugInfoPostExtraction()
1569 OldLabel->getFile(), OldLabel->getLine()); in fixupDebugInfoPostExtraction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h508 const MCSymbol *OldLabel);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp838 const MCSymbol *OldLabel) { in duplicateJumpTable() argument
843 if (Elmt.second != OldLabel) in duplicateJumpTable()