Lines Matching defs:pass
329 * Return whether this is the first pass. The first pass is special, since we
338 * Return whether this is the code generation pass. The code generation pass is
1619 /* On the first pass anything goes */
1623 /* The codegen pass must not change anything */
1702 int pass;
1740 int pass;
1770 pass = jit_data->pass + 1;
1785 for (pass = 1; pass <= 3; pass++) {
1792 * Final pass: Allocate and generate program
1806 bpf_jit_dump(fp->len, jit.size, pass, jit.prg_buf);
1814 jit_data->pass = pass;