Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_register_allocate.c206 unsigned nr_phi = 0; in agx_insert_parallel_copies() local
213 assert(nr_phi == 0 && "control flow graph has a critical edge"); in agx_insert_parallel_copies()
220 nr_phi++; in agx_insert_parallel_copies()
226 if (nr_phi == 0) in agx_insert_parallel_copies()
232 struct agx_copy *copies = calloc(sizeof(*copies), nr_phi); in agx_insert_parallel_copies()
253 agx_emit_parallel_copies(&b, copies, nr_phi); in agx_insert_parallel_copies()