Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h935 return cast<T>(N.release()->replaceWithPermanentImpl());
961 MDNode *replaceWithPermanentImpl();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h981 return cast<T>(N.release()->replaceWithPermanentImpl());
1007 MDNode *replaceWithPermanentImpl();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp649 MDNode *MDNode::replaceWithPermanentImpl() { in replaceWithPermanentImpl() function in MDNode