Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc289 AnfNodePtr arg_node = pred->ReadVariable(var); in SetPhiArgument() local
297 AnfNodePtr arg_node = nullptr; in SearchReplaceNode() local
346 AnfNodePtr arg_node = SearchReplaceNode(var, phi); in CollectRemovablePhi() local
Dparse.cc704 …auto arg_node = AstSubType(py::cast<int32_t>(ast_->CallParseModFunction(PYTHON_PARSE_GET_AST_TYPE,… in ParseArgsInCall() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c518 struct deref_node *arg_node = get_deref_node(arg_deref, state); in lower_copies_to_load_store() local
/third_party/selinux/libsepol/cil/src/
Dcil_write_ast.c477 static void write_call_args_tree(FILE *out, struct cil_tree_node *arg_node) in write_call_args_tree()
Dcil_resolve_ast.c2711 struct cil_tree_node *arg_node = NULL; in cil_build_call_args() local