Home
last modified time | relevance | path

Searched defs:loop (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-12.1/contrib/gcc/
H A Dcfgloop.c120 flow_loop_dump (const struct loop *loop, FILE *file, in flow_loop_dump()
166 struct loop *loop = loops->parray[i]; in flow_loops_dump() local
180 flow_loop_free (struct loop *loop) in flow_loop_free()
201 struct loop *loop = loops->parray[i]; in flow_loops_free() local
277 struct loop *loop; in mark_single_exit_loops() local
328 establish_preds (struct loop *loop) in establish_preds()
708 struct loop *loop; in flow_loops_find() local
784 get_loop_body (const struct loop *loop) in get_loop_body()
984 struct loop *loop = bb->loop_father; in remove_bb_from_loops() local
1060 struct loop *loop; in verify_loop_structure() local
[all …]
H A Dcfgloop.h59 struct loop struct
73 /* Number of loop insns. */ argument
79 /* Number of blocks contained within the loop. */ argument
82 /* The loop nesting depth. */ argument
85 /* Superloops of the loop. */ argument
86 struct loop **pred; argument
93 struct loop *outer; argument
96 struct loop *inner; argument
99 struct loop *next; argument
102 struct loop *copy; argument
[all …]
H A Dtree-if-conv.c143 tree_if_conversion (struct loop *loop, bool for_vectorizer) in tree_if_conversion()
218 tree_if_convert_stmt (struct loop * loop, tree t, tree cond, in tree_if_convert_stmt()
302 if_convertible_phi_p (struct loop *loop, basic_block bb, tree phi) in if_convertible_phi_p()
612 add_to_dst_predicate_list (struct loop * loop, edge e, in add_to_dst_predicate_list()
661 clean_predicate_lists (struct loop *loop) in clean_predicate_lists()
683 find_phi_replacement_condition (struct loop *loop, in find_phi_replacement_condition()
853 process_phi_nodes (struct loop *loop) in process_phi_nodes()
894 combine_blocks (struct loop *loop) in combine_blocks()
1058 get_loop_body_in_if_conv_order (const struct loop *loop) in get_loop_body_in_if_conv_order()
1112 bb_with_exit_edge_p (struct loop *loop, basic_block bb) in bb_with_exit_edge_p()
[all …]
H A Dtree-ssa-loop-ivcanon.c73 create_canonical_iv (struct loop *loop, edge exit, tree niter) in create_canonical_iv()
117 tree_num_loop_insns (struct loop *loop) in tree_num_loop_insns()
163 struct loop *loop, in try_unroll_loop_completely()
276 canonicalize_loop_induction_variables (struct loops *loops, struct loop *loop, in canonicalize_loop_induction_variables()
337 struct loop *loop; in canonicalize_induction_variables() local
367 struct loop *loop; in tree_unroll_loops_completely() local
399 empty_loop_p (struct loop *loop) in empty_loop_p()
494 remove_empty_loop (struct loop *loop) in remove_empty_loop()
548 try_remove_empty_loop (struct loop *loop, bool *changed) in try_remove_empty_loop()
571 struct loop *loop; in remove_empty_loops() local
H A Dtree-ssa-loop-unswitch.c87 struct loop *loop; in tree_ssa_unswitch_loops() local
115 tree_may_unswitch_on (basic_block bb, struct loop *loop) in tree_may_unswitch_on()
151 simplify_using_entry_checks (struct loop *loop, tree cond) in simplify_using_entry_checks()
180 tree_unswitch_single_loop (struct loops *loops, struct loop *loop, int num) in tree_unswitch_single_loop()
280 tree_unswitch_loop (struct loops *loops, struct loop *loop, in tree_unswitch_loop()
H A Dtree-scalar-evolution.c895 set_nb_iterations_in_loop (struct loop *loop, in set_nb_iterations_in_loop()
966 get_loop_exit_condition (struct loop *loop) in get_loop_exit_condition()
996 get_exit_conditions_rec (struct loop *loop, in get_exit_conditions_rec()
1239 struct loop *loop, in follow_ssa_edge_in_condition_phi_branch()
2101 struct loop *loop; in loop_closed_phi_def() local
2407 instantiate_parameters (struct loop *loop, in instantiate_parameters()
2443 resolve_mixers (struct loop *loop, tree chrec) in resolve_mixers()
2472 number_of_iterations_in_loop (struct loop *loop) in number_of_iterations_in_loop()
2674 struct loop *loop; in analyze_scalar_evolution_for_all_loop_phi_nodes() local
2771 struct loop *loop; in scev_reset() local
[all …]
H A Dcfgloopmanip.c104 struct loop *loop = loops->tree_root, *act; in fix_bb_placement() local
369 add_loop (struct loops *loops, struct loop *loop) in add_loop()
420 struct loop *loop = XCNEW (struct loop); in loopify() local
564 fix_loop_placement (struct loop *loop) in fix_loop_placement()
627 place_new_loop (struct loops *loops, struct loop *loop) in place_new_loop()
737 can_duplicate_loop_p (struct loop *loop) in can_duplicate_loop_p()
753 struct loop *loop) in update_single_exits_after_duplication()
1078 struct loop *loop = single_succ (jump)->loop_father; in mfb_update_loops() local
1092 create_preheader (struct loop *loop, int flags) in create_preheader()
1190 struct loop *loop; in force_single_succ_latches() local
[all …]
H A Dloop-unroll.c147 struct loop *loop, *next; in unroll_and_peel_loops() local
214 loop_exit_at_end_p (struct loop *loop) in loop_exit_at_end_p()
236 struct loop *loop; in peel_loops_completely() local
274 struct loop *loop = loops->tree_root, *next; in decide_unrolling_and_peeling() local
478 peel_loop_completely (struct loops *loops, struct loop *loop) in peel_loop_completely()
1166 decide_peel_simple (struct loop *loop, int flags) in decide_peel_simple()
1264 peel_loop_simple (struct loops *loops, struct loop *loop) in peel_loop_simple()
1320 decide_unroll_stupid (struct loop *loop, int flags) in decide_unroll_stupid()
1414 unroll_loop_stupid (struct loops *loops, struct loop *loop) in unroll_loop_stupid()
1551 analyze_insn_to_expand_var (struct loop *loop, rtx insn) in analyze_insn_to_expand_var()
[all …]
H A Dtree-vectorizer.c228 struct loop *loop = bb->loop_father; in rename_variables_in_bb() local
251 rename_variables_in_loop (struct loop *loop) in rename_variables_in_loop()
766 slpeel_make_loop_iterate_ntimes (struct loop *loop, tree niters) in slpeel_make_loop_iterate_ntimes()
971 slpeel_can_duplicate_loop_p (struct loop *loop, edge e) in slpeel_can_duplicate_loop_p()
1229 find_loop_location (struct loop *loop) in find_loop_location()
1385 new_loop_vec_info (struct loop *loop) in new_loop_vec_info()
1443 struct loop *loop; in destroy_loop_vec_info() local
1643 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_is_simple_use() local
1812 vect_is_simple_reduction (struct loop *loop, tree phi) in vect_is_simple_reduction()
2054 struct loop *loop = loops->parray[i]; in vectorize_loops() local
[all …]
H A Dtree-ssa-loop-niter.c1008 loop_only_exit_p (struct loop *loop, edge exit) in loop_only_exit_p()
1177 find_loop_niter (struct loop *loop, edge *exit) in find_loop_niter()
1256 chain_of_csts_start (struct loop *loop, tree x) in chain_of_csts_start()
1301 get_base_for (struct loop *loop, tree x) in get_base_for()
1374 loop_niter_by_eval (struct loop *loop, edge exit) in loop_niter_by_eval()
1471 find_loop_niter_by_eval (struct loop *loop, edge *exit) in find_loop_niter_by_eval()
1711 compute_estimated_nb_iterations (struct loop *loop) in compute_estimated_nb_iterations()
1738 infer_loop_bounds_from_undefined (struct loop *loop) in infer_loop_bounds_from_undefined()
1896 struct loop *loop; in estimate_numbers_of_iterations() local
2001 tree at_stmt, struct loop *loop, in scev_probably_wraps_p()
[all …]
H A Dtree-ssa-loop-im.c301 outermost_invariant_loop (tree def, struct loop *loop) in outermost_invariant_loop()
331 outermost_invariant_loop_expr (tree expr, struct loop *loop) in outermost_invariant_loop_expr()
483 struct loop *loop = bb->loop_father; in determine_max_movement() local
792 struct loop *loop = data, *max_loop; in may_move_till() local
853 struct loop *loop; member
1206 gather_mem_refs_stmt (struct loop *loop, htab_t mem_refs, in gather_mem_refs_stmt()
1290 gather_mem_refs (struct loop *loop, bitmap clobbered_vops) in gather_mem_refs()
1365 determine_lsm_loop (struct loop *loop) in determine_lsm_loop()
1399 struct loop *loop; in determine_lsm() local
1436 fill_always_executed_in (struct loop *loop, sbitmap contains_call) in fill_always_executed_in()
[all …]
H A Dtree-ssa-loop-ch.c51 should_duplicate_loop_header_p (basic_block header, struct loop *loop, in should_duplicate_loop_header_p()
101 do_while_loop_p (struct loop *loop) in do_while_loop_p()
128 struct loop *loop; in copy_loop_headers() local
H A Dtree-vect-analyze.c98 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_determine_vectorization_factor() local
231 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_analyze_operations() local
502 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_analyze_scalar_cycles() local
586 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_analyze_data_ref_dependence() local
1385 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_analyze_data_refs() local
1544 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_stmt_relevant_p() local
1611 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_mark_stmts_to_be_vectorized() local
1789 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); in vect_can_advance_ivs_p() local
1874 vect_get_loop_niters (struct loop *loop, tree *number_of_iterations) in vect_get_loop_niters()
1910 vect_analyze_loop_form (struct loop *loop) in vect_analyze_loop_form()
[all …]
H A Dloop-unswitch.c143 struct loop *loop; in unswitch_loops() local
173 may_unswitch_on (basic_block bb, struct loop *loop, rtx *cinsn) in may_unswitch_on()
262 unswitch_single_loop (struct loops *loops, struct loop *loop, in unswitch_single_loop()
401 unswitch_loop (struct loops *loops, struct loop *loop, basic_block unswitch_on, in unswitch_loop()
H A Dloop-doloop.c156 doloop_valid_p (struct loop *loop, struct niter_desc *desc) in doloop_valid_p()
290 doloop_modify (struct loop *loop, struct niter_desc *desc, in doloop_modify()
479 doloop_optimize (struct loop *loop) in doloop_optimize()
622 struct loop *loop; in doloop_optimize_loops() local
H A Dtree-ssa-loop-manip.c51 create_iv (tree base, tree step, tree var, struct loop *loop, in create_iv()
505 ip_end_pos (struct loop *loop) in ip_end_pos()
514 ip_normal_pos (struct loop *loop) in ip_normal_pos()
544 standard_iv_increment_position (struct loop *loop, block_stmt_iterator *bsi, in standard_iv_increment_position()
592 tree_duplicate_loop_to_header_edge (struct loop *loop, edge e, in tree_duplicate_loop_to_header_edge()
640 can_unroll_loop_p (struct loop *loop, unsigned factor, in can_unroll_loop_p()
687 determine_exit_conditions (struct loop *loop, struct tree_niter_desc *desc, in determine_exit_conditions()
840 tree_unroll_loop (struct loops *loops, struct loop *loop, unsigned factor, in tree_unroll_loop()
H A Dtree-ssa-loop-prefetch.c325 struct loop *loop; /* Loop of the reference. */ member
396 analyze_ref (struct loop *loop, tree *ref_p, tree *base, in analyze_ref()
436 gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs, in gather_memory_references_ref()
455 gather_memory_references (struct loop *loop) in gather_memory_references()
877 should_unroll_loop_p (struct loop *loop, struct tree_niter_desc *desc, in should_unroll_loop_p()
901 determine_unroll_factor (struct loop *loop, struct mem_ref_group *refs, in determine_unroll_factor()
956 loop_prefetch_arrays (struct loops *loops, struct loop *loop) in loop_prefetch_arrays()
1017 struct loop *loop; in tree_ssa_prefetch_arrays() local
H A Dloop-invariant.c509 compute_always_reached (struct loop *loop, basic_block *body, in compute_always_reached()
529 find_exits (struct loop *loop, basic_block *body, in find_exits()
611 find_defs (struct loop *loop, basic_block *body) in find_defs()
859 find_invariants_body (struct loop *loop, basic_block *body, in find_invariants_body()
873 find_invariants (struct loop *loop) in find_invariants()
1130 move_invariant_reg (struct loop *loop, unsigned invno) in move_invariant_reg()
1236 move_invariants (struct loop *loop) in move_invariants()
1293 move_single_loop_invariants (struct loop *loop) in move_single_loop_invariants()
1307 free_loop_data (struct loop *loop) in free_loop_data()
1320 struct loop *loop; in move_loop_invariants() local
H A Dlambda-code.c388 lambda_loop loop; in lambda_lattice_compute_base() local
490 lambda_loop loop; in compute_nest_using_fourier_motzkin() local
637 lambda_loop loop; in lambda_compute_auxillary_space() local
1033 lambda_loop loop; in lambda_loopnest_transform() local
1210 gcc_loop_to_lambda_loop (struct loop *loop, int depth, in gcc_loop_to_lambda_loop()
1421 find_induction_var_from_exit_cond (struct loop *loop) in find_induction_var_from_exit_cond()
2021 stmt_is_bumper_for_loop (struct loop *loop, tree stmt) in stmt_is_bumper_for_loop()
2073 perfect_nest_p (struct loop *loop) in perfect_nest_p()
2209 exit_phi_for_loop_p (struct loop *loop, tree stmt) in exit_phi_for_loop_p()
2280 can_convert_to_perfect_nest (struct loop *loop) in can_convert_to_perfect_nest()
[all …]
/freebsd-12.1/crypto/openssl/crypto/bn/
H A Dbn_prime.pl30 loop: while ($#primes < $num-1) { label
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
/freebsd-12.1/lib/libc/db/hash/
H A Dhash_func.c117 u_int32_t n, loop; in hash3() local
157 u_int32_t h, loop; in hash4() local
/freebsd-12.1/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl53 sub loop() { subroutine
/freebsd-12.1/contrib/ntp/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0)) label

123456