Home
last modified time | relevance | path

Searched refs:replaceWithUniquedImpl (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h947 return cast<T>(N.release()->replaceWithUniquedImpl());
962 MDNode *replaceWithUniquedImpl();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h993 return cast<T>(N.release()->replaceWithUniquedImpl());
1008 MDNode *replaceWithUniquedImpl();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp664 return replaceWithUniquedImpl(); in replaceWithPermanentImpl()
667 MDNode *MDNode::replaceWithUniquedImpl() { in replaceWithUniquedImpl() function in MDNode