Home
last modified time | relevance | path

Searched defs:ReplaceWith (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.cc68 void Node::ReplaceWith(const NodePtr &other_node) { in ReplaceWith() function in mindspore::opt::graphkernel::Node
/third_party/spirv-tools/source/util/
Dilist_node.h213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist_node.h213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp136 Value *ReplaceWith = S->getTrueValue(); in processSelect() local