Home | History | Annotate | Download | only in nir

Lines Matching defs:srcs

1384    foreach_list_typed(nir_phi_src, phi_src, node, &(phi)->srcs)
1386 foreach_list_typed_safe(nir_phi_src, phi_src, node, &(phi)->srcs)
1391 struct exec_list srcs; /** < list of nir_phi_src */