Lines Matching defs:next_2
32 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2)
38 dependency_wait |= next_2 ? next_2->dependencies : 0;
47 staging_barrier |= next_2 ? next_2->staging_barrier : 0;
51 (next_1 == NULL && next_2 == NULL) ?
639 bi_clause *next_1, bi_clause *next_2,
668 uint64_t header = bi_pack_header(clause, next_1, next_2);
749 bi_clause *next = NULL, *next_2 = NULL;
753 next_2 = bi_next_clause(ctx, block->successors[1], NULL);
761 bi_pack_clause(ctx, clause, next, next_2, emission, ctx->stage);