Searched refs:opt_peel_loop_initial_if_cf_list (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c1447 opt_peel_loop_initial_if_cf_list(struct exec_list *cf_list) function in typeref:typename:bool
1457 progress |= opt_peel_loop_initial_if_cf_list(&nif->then_list);
1458 progress |= opt_peel_loop_initial_if_cf_list(&nif->else_list);
1464 progress |= opt_peel_loop_initial_if_cf_list(&loop->body);
1540 if (opt_peel_loop_initial_if_cf_list(&function->impl->body)) {

Completed in 4 milliseconds