Searched refs:opt_if_cf_list (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_if.c | 1332 opt_if_cf_list(nir_builder *b, struct exec_list *cf_list, in opt_if_cf_list() function 1343 progress |= opt_if_cf_list(b, &nif->then_list, in opt_if_cf_list() 1345 progress |= opt_if_cf_list(b, &nif->else_list, in opt_if_cf_list() 1355 progress |= opt_if_cf_list(b, &loop->body, in opt_if_cf_list() 1458 if (opt_if_cf_list(&b, &function->impl->body, aggressive_last_continue)) { in nir_opt_if()
|