Lines Matching defs:b
197 #define SET_INTERSECT(a, b, n)\ argument
207 #define SET_SUBTRACT(a, b, n)\ argument
217 #define SET_UNION(a, b, n)\ argument
229 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
232 static void find_levels_r(b) in find_levels_r() argument
278 struct block *b; local
326 struct block *b; local
356 struct block *b; local
464 static void compute_local_ud(b) in compute_local_ud() argument
651 bpf_u_int32 a, b; local
712 static void opt_not(b) in opt_not() argument
721 static void opt_peep(b) in opt_peep() argument
1221 static void opt_deadstores(b) in opt_deadstores() argument
1242 static void opt_blk(b, do_stmts) in opt_blk() argument
1355 static int use_conflict(b, succ) in use_conflict() argument
1486 static void or_pullup(b) in or_pullup() argument
1582 static void and_pullup(b) in and_pullup() argument
1731 struct block *b; local
1750 static void opt_root(b) in opt_root() argument
2091 register struct block *b = blocks[i]; local