Searched refs:opt_if_cf_list (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_if.c | 1599 opt_if_cf_list(nir_builder *b, struct exec_list *cf_list, in opt_if_cf_list() function 1610 progress |= opt_if_cf_list(b, &nif->then_list, in opt_if_cf_list() 1612 progress |= opt_if_cf_list(b, &nif->else_list, in opt_if_cf_list() 1624 progress |= opt_if_cf_list(b, &loop->body, in opt_if_cf_list() 1740 if (opt_if_cf_list(&b, &function->impl->body, options)) { in nir_opt_if()
|
Completed in 5 milliseconds