Home
last modified time | relevance | path

Searched refs:replaceWithDistinct (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp592 NewM = MDNode::replaceWithDistinct(N.clone()); in mapDistinctNode()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h1178 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp126 auto *NewDIS = DIS->replaceWithDistinct(DIS->clone()); in resolveTopLevelMetadata()
H A DCGDebugInfo.cpp3623 llvm::MDNode::replaceWithDistinct(llvm::TempDICompositeType(RealDecl)); in CreateLimitedType()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp611 return MDNode::replaceWithDistinct(std::move(NewSP)); in createArtificialSubprogram()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp837 TEST_F(MDNodeTest, replaceWithDistinct) { in TEST_F() argument
846 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp)); in TEST_F()
859 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp)); in TEST_F()