Searched refs:off_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-address.c78 rtx * GTY ((skip)) off_p; /* The point in template where the offset should
212 &templates[i].off_p);
220 *templ->off_p = off;
H A Dtree-ssa-loop-ivopts.c3386 unsigned sym_p, var_p, off_p, rat_p, add_c; local
3436 off_p = (i >> 2) & 1;
3449 if (off_p)
3455 else if (off_p)
3478 costs[sym_p][var_p][off_p][rat_p] = acost;
3497 off_p = (i >> 1) & 1;
3500 acost = costs[0][1][off_p][rat_p] + 1;
3504 if (acost < costs[1][var_p][off_p][rat_p])
3505 costs[1][var_p][off_p][rat_p] = acost;
3516 off_p
[all...]

Completed in 105 milliseconds