Home
last modified time | relevance | path

Searched refs:bi_worklist_pop_tail (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c114 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_compute_liveness()
Dbi_helper_invocations.c252 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_analyze_helper_requirements()
Dbi_opt_dce.c138 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness()
Dcompiler.h1392 #define bi_worklist_pop_tail(w) u_worklist_pop_tail( w, bi_block, index) macro