Searched refs:ainc_step (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 4550 get_address_cost_ainc (poly_int64 ainc_step, poly_int64 ainc_offset, in get_address_cost_ainc() argument 4624 if (known_eq (ainc_offset, 0) && known_eq (msize, ainc_step)) in get_address_cost_ainc() 4626 if (known_eq (ainc_offset, 0) && known_eq (msize, -ainc_step)) in get_address_cost_ainc() 4628 if (known_eq (ainc_offset, msize) && known_eq (msize, ainc_step)) in get_address_cost_ainc() 4630 if (known_eq (ainc_offset, -msize) && known_eq (msize, -ainc_step)) in get_address_cost_ainc() 4713 poly_int64 ainc_step; in get_address_cost() local 4716 && ptrdiff_tree_p (cand->iv->step, &ainc_step)) in get_address_cost() 4721 ainc_offset += ainc_step; in get_address_cost() 4722 cost = get_address_cost_ainc (ainc_step, ainc_offset, in get_address_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-ivopts.cc | 4581 get_address_cost_ainc (poly_int64 ainc_step, poly_int64 ainc_offset, in get_address_cost_ainc() argument 4655 if (known_eq (ainc_offset, 0) && known_eq (msize, ainc_step)) in get_address_cost_ainc() 4657 if (known_eq (ainc_offset, 0) && known_eq (msize, -ainc_step)) in get_address_cost_ainc() 4659 if (known_eq (ainc_offset, msize) && known_eq (msize, ainc_step)) in get_address_cost_ainc() 4661 if (known_eq (ainc_offset, -msize) && known_eq (msize, -ainc_step)) in get_address_cost_ainc() 4744 poly_int64 ainc_step; in get_address_cost() local 4747 && ptrdiff_tree_p (cand->iv->step, &ainc_step)) in get_address_cost() 4752 ainc_offset += ainc_step; in get_address_cost() 4753 cost = get_address_cost_ainc (ainc_step, ainc_offset, in get_address_cost()
|