Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_mailcap.py69 for entry_list in MAILCAPDICT_DEPRECATED.values():
70 for entry in entry_list:
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_if.c184 struct exec_list *continue_list, *entry_list; in opt_peel_loop_initial_if() local
187 entry_list = &nif->else_list; in opt_peel_loop_initial_if()
190 entry_list = &nif->then_list; in opt_peel_loop_initial_if()
193 /* We want to be moving the contents of entry_list to above the loop so it in opt_peel_loop_initial_if()
196 foreach_list_typed(nir_cf_node, cf_node, node, entry_list) { in opt_peel_loop_initial_if()
236 nir_cf_extract(&tmp, nir_before_cf_list(entry_list), in opt_peel_loop_initial_if()
237 nir_after_cf_list(entry_list)); in opt_peel_loop_initial_if()

Completed in 4 milliseconds