Lines Matching refs:copies
8 * and/or sell copies of the Software, and to permit persons to whom the
12 * paragraph) shall be included in all copies or substantial portions of the
194 * Lower phis to parallel copies at the logical end of a given block. If a block
195 * needs parallel copies inserted, a successor of the block has a phi node. To
208 /* Phi nodes logically happen on the control flow edge, so parallel copies
232 struct agx_copy *copies = calloc(sizeof(*copies), nr_phi);
246 copies[i++] = (struct agx_copy) {
253 agx_emit_parallel_copies(&b, copies, nr_phi);
255 free(copies);
309 struct agx_copy copies[4];
317 copies[n++] = (struct agx_copy) {
324 agx_emit_parallel_copies(&b, copies, n);
344 struct agx_copy copies[4];
352 copies[n++] = (struct agx_copy) {
361 agx_emit_parallel_copies(&b, copies, n);
369 /* Insert parallel copies lowering phi nodes */