Searched refs:opt_if_safe_cf_list (Results 1 – 1 of 1) sorted by relevance
1407 opt_if_safe_cf_list(nir_builder *b, struct exec_list *cf_list) in opt_if_safe_cf_list() function1417 progress |= opt_if_safe_cf_list(b, &nif->then_list); in opt_if_safe_cf_list()1418 progress |= opt_if_safe_cf_list(b, &nif->else_list); in opt_if_safe_cf_list()1425 progress |= opt_if_safe_cf_list(b, &loop->body); in opt_if_safe_cf_list()1452 progress = opt_if_safe_cf_list(&b, &function->impl->body); in nir_opt_if()