Home
last modified time | relevance | path

Searched refs:step_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-address.c76 rtx * GTY ((skip)) step_p; /* The point in template where the step should be
100 rtx *addr, rtx **step_p, rtx **offset_p) in gen_addr_rtx() argument
105 if (step_p) in gen_addr_rtx()
106 *step_p = NULL; in gen_addr_rtx()
117 if (step_p) in gen_addr_rtx()
118 *step_p = &XEXP (act_elem, 1); in gen_addr_rtx()
211 &templates[i].step_p, in addr_for_mem_ref()
218 *templ->step_p = st; in addr_for_mem_ref()
Dtree-ssa-loop-ivopts.c1336 tree *step_p; member
1412 if (!*dta->step_p) in idx_find_step()
1413 *dta->step_p = step; in idx_find_step()
1415 *dta->step_p = fold_build2 (PLUS_EXPR, sizetype, *dta->step_p, step); in idx_find_step()
1575 ifs_ivopts_data.step_p = &step; in find_interesting_uses_address()
Dmodulo-sched.c1360 sbitmap sched_nodes, int ii, int *start_p, int *step_p, int *end_p) in get_sched_window() argument
1470 *step_p = step; in get_sched_window()