Home
last modified time | relevance | path

Searched defs:b_node (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/common/
Dhelper.cc95 bool AnfEqualPrimitive(const AnfNodePtr &a_node, const AnfNodePtr &b_node) { in AnfEqualPrimitive()
119 bool AnfEqualValueNode(const AnfNodePtr &a_node, const AnfNodePtr &b_node) { in AnfEqualValueNode()
232 auto b_node = utils::cast<AnfNodePtr>(b); in AnfEqual() local
/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs_copy_propagation.cpp65 cmp_entry_dst_entry_dst(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_dst_entry_dst()
86 cmp_entry_src_entry_src(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_src_entry_src()
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c198 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_merge_sets() local
251 merge_node *b_node = exec_node_data(merge_node, bn, node); in merge_sets_interfere() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_opt_copy_propagation.cpp65 cmp_entry_dst_entry_dst(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_dst_entry_dst()
86 cmp_entry_src_entry_src(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_src_entry_src()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp239 const DominatorTreeNode* b_node = GetTreeNode(b); in Dominates() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.cpp239 const DominatorTreeNode* b_node = GetTreeNode(b); in Dominates() local
/third_party/spirv-tools/source/opt/
Ddominator_tree.cpp226 const DominatorTreeNode* b_node = GetTreeNode(b); in Dominates() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dhelper.cc741 auto b_node = utils::cast<AnfNodePtr>(b); in AnfEqual() local