Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_use_dominance.c89 struct nir_use_dom_node { struct
101 struct nir_use_dom_node *dom_nodes; argument
105 static struct nir_use_dom_node *
111 static struct nir_use_dom_node *
113 struct nir_use_dom_node *node) in get_imm_dom()
124 struct nir_use_dom_node *node = &state->dom_nodes[*index]; in init_instr()
139 static struct nir_use_dom_node *
140 intersect(struct nir_use_dominance_state *state, struct nir_use_dom_node *i1, in intersect()
141 struct nir_use_dom_node *i2) in intersect()
159 struct nir_use_dom_node *pred, in update_imm_dom()
[all …]