Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c319 path_may_be_aliased_node(struct deref_node *node, nir_deref_instr **path, in path_may_be_aliased_node() function
328 return path_may_be_aliased_node(node->children[(*path)->strct.index], in path_may_be_aliased_node()
345 path_may_be_aliased_node(node->children[index], in path_may_be_aliased_node()
350 path_may_be_aliased_node(node->wildcard, path + 1, state)) in path_may_be_aliased_node()
390 return path_may_be_aliased_node(var_node, &path->path[1], state); in path_may_be_aliased()