Searched refs:bnds (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-niter.c261 bounds *bnds)
283 mpz_set_ui (bnds->below, 0);
284 mpz_set_ui (bnds->up, 0);
291 mpz_sub (bnds->up, x, y);
292 mpz_set (bnds->below, bnds->up);
297 mpz_sub (bnds->below, bnds->below, m);
299 mpz_add (bnds->up, bnds
260 bound_difference_of_offsetted_base(tree type, mpz_t x, mpz_t y, bounds *bnds) argument
310 refine_bounds_using_guard(tree type, tree varx, mpz_t offx, tree vary, mpz_t offy, tree c0, enum tree_code cmp, tree c1, bounds *bnds) argument
476 bound_difference(struct loop *loop, tree x, tree y, bounds *bnds) argument
568 bounds_add(bounds *bnds, const widest_int &delta, tree type) argument
596 bounds_negate(bounds *bnds) argument
667 number_of_iterations_ne_max(mpz_t bnd, bool no_overflow, tree c, tree s, bounds *bnds, bool exit_must_be_taken) argument
734 number_of_iterations_ne(tree type, affine_iv *iv, tree final, struct tree_niter_desc *niter, bool exit_must_be_taken, bounds *bnds) argument
823 number_of_iterations_lt_to_ne(tree type, affine_iv *iv0, affine_iv *iv1, struct tree_niter_desc *niter, tree *delta, tree step, bool exit_must_be_taken, bounds *bnds) argument
1011 assert_loop_rolls_lt(tree type, affine_iv *iv0, affine_iv *iv1, struct tree_niter_desc *niter, bounds *bnds) argument
1138 number_of_iterations_lt(tree type, affine_iv *iv0, affine_iv *iv1, struct tree_niter_desc *niter, bool exit_must_be_taken, bounds *bnds) argument
1249 number_of_iterations_le(tree type, affine_iv *iv0, affine_iv *iv1, struct tree_niter_desc *niter, bool exit_must_be_taken, bounds *bnds) argument
1349 bounds bnds; local
[all...]
H A Dsel-sched-dump.c519 dump_blist (blist_t bnds)
521 for (; bnds; bnds = BLIST_NEXT (bnds))
523 bnd_t bnd = BLIST_BND (bnds);
1002 debug_blist (blist_t bnds)
1005 dump_blist (bnds);
516 dump_blist(blist_t bnds) argument
997 debug_blist(blist_t bnds) argument
H A Dsel-sched.c1612 collect_unavailable_regs_from_bnds (expr_t expr, blist_t bnds, regset used_regs,
1616 for (; bnds; bnds = BLIST_NEXT (bnds))
1620 bnd_t bnd = BLIST_BND (bnds);
1677 find_best_reg_for_expr (expr_t expr, blist_t bnds, bool *is_orig_reg_p)
1695 collect_unavailable_regs_from_bnds (expr, bnds, used_regs, &reg_rename_data,
3734 fill_vec_av_set (av_set_t av, blist_t bnds, fence_t fence,
3742 deps_t dc = BND_DC (BLIST_BND (bnds));
3834 || ! find_best_reg_for_expr (expr, bnds,
1606 collect_unavailable_regs_from_bnds(expr_t expr, blist_t bnds, regset used_regs, struct reg_rename *reg_rename_p, def_list_t *original_insns) argument
1671 find_best_reg_for_expr(expr_t expr, blist_t bnds, bool *is_orig_reg_p) argument
3723 fill_vec_av_set(av_set_t av, blist_t bnds, fence_t fence, int *pneed_stall) argument
4031 fill_ready_list(av_set_t *av_ptr, blist_t bnds, fence_t fence, int *pneed_stall) argument
4407 find_best_expr(av_set_t *av_vliw_ptr, blist_t bnds, fence_t fence, int *pneed_stall) argument
5049 remove_insns_for_debug(blist_t bnds, av_set_t *av_vliw_p) argument
5070 compute_av_set_on_boundaries(fence_t fence, blist_t bnds, av_set_t *av_vliw_p) argument
5545 blist_t bnds = NULL, *bnds_tailp; local
[all...]
H A Dsel-sched-ir.h269 ilist_t bnds; member in struct:_fence
314 #define FENCE_BNDS(F) ((F)->bnds)

Completed in 170 milliseconds