/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 541 class loop *var_loop = get_loop (cfun, var); in chrec_evaluate() 722 class loop *loop = get_loop (cfun, loop_num), *chloop; in hide_evolution_in_other_loops_than_loop() 763 class loop *loop = get_loop (cfun, loop_num), *chloop; in chrec_component_in_loop_num() 845 class loop *loop = get_loop (cfun, loop_num); in reset_evolution_in_loop() 1010 loop = get_loop (cfun, loop_nb); in chrec_contains_symbols_defined_in_loop() 1118 || expr_invariant_in_loop_p (get_loop (cfun, loopnum), chrec))) in evolution_function_is_invariant_rec_p() 1124 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_invariant_rec_p() 1227 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_univariate_p() 1247 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_univariate_p()
|
H A D | tree-vectorizer.cc | 896 orig = get_loop (fun, loop->orig_loop_num); in vect_loop_dist_alias_call() 945 class loop *scalar_loop = get_loop (fun, tree_to_shwi (arg)); in set_uid_loop_bbs() 960 get_loop (fun, tree_to_shwi (arg))->dont_vectorize = true; in set_uid_loop_bbs() 1106 class loop *scalar_loop = get_loop (fun, tree_to_shwi (arg)); in try_vectorize_loop_1() 1268 = get_loop (fun, tree_to_shwi (arg)); in execute() 1298 class loop *loop = get_loop (fun, i); in execute() 1347 class loop *loop = get_loop (fun, i); in execute()
|
H A D | tree-scalar-evolution.h | 71 return get_loop (cfun, CHREC_VARIABLE (chrec)); in get_chrec_loop()
|
H A D | cfgloop.h | 522 get_loop (struct function *fn, unsigned num) in get_loop() function 778 class loop *loop = get_loop (this->list.fn, anum); in fill_curr_loop()
|
H A D | graph.cc | 253 draw_cfg_nodes_for_loop (pp, fun->funcdef_no, get_loop (fun, 0)); in draw_cfg_nodes()
|
H A D | gimple-loop-versioning.cc | 539 m_loops[i].outermost = get_loop (m_fn, 0); in loop_versioning() 1409 get_loop_info (get_loop (m_fn, 0)).rejected_p = true; in analyze_blocks()
|
H A D | cfg.cc | 1137 return get_loop (cfun, *entry); in get_loop_copy()
|
H A D | tree-ssa-loop-ivcanon.cc | 1478 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely()
|
H A D | tree-cfg.cc | 7631 class loop *loop0 = get_loop (saved_cfun, 0); in move_sese_region_to_fn() 7753 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); in move_sese_region_to_fn() 7774 get_loop (dest_cfun, 0)->num_nodes = bbs.length () + 2; in move_sese_region_to_fn() 7790 && get_loop (saved_cfun, dloop->orig_loop_num) == NULL) in move_sese_region_to_fn() 7822 && (get_loop (saved_cfun, orig_loop_num) == NULL)); in move_sese_region_to_fn() 8520 debug_loop (get_loop (cfun, num), verbosity); in debug_loop_num()
|
H A D | graphite-scop-detection.cc | 892 gcc_assert (loop_in_sese_p (get_loop (cfun, in graphite_can_represent_scev()
|
H A D | tree-data-ref.cc | 5131 if (flow_loop_nested_p (get_loop (cfun, var_a), loop)) in build_classic_dist_vector_1() 5282 if (flow_loop_nested_p (get_loop (cfun, CHREC_VARIABLE (access_fun)), in add_other_self_distances()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 541 class loop *var_loop = get_loop (cfun, var); in chrec_evaluate() 722 class loop *loop = get_loop (cfun, loop_num), *chloop; in hide_evolution_in_other_loops_than_loop() 763 class loop *loop = get_loop (cfun, loop_num), *chloop; in chrec_component_in_loop_num() 845 class loop *loop = get_loop (cfun, loop_num); in reset_evolution_in_loop() 1010 loop = get_loop (cfun, loop_nb); in chrec_contains_symbols_defined_in_loop() 1118 || expr_invariant_in_loop_p (get_loop (cfun, loopnum), chrec))) in evolution_function_is_invariant_rec_p() 1124 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_invariant_rec_p() 1229 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_univariate_p() 1249 || flow_loop_nested_p (get_loop (cfun, loopnum), in evolution_function_is_univariate_p()
|
H A D | tree-vectorizer.c | 778 orig = get_loop (cfun, loop->orig_loop_num); in vect_loop_dist_alias_call() 826 class loop *scalar_loop = get_loop (cfun, tree_to_shwi (arg)); in set_uid_loop_bbs() 841 get_loop (cfun, tree_to_shwi (arg))->dont_vectorize = true; in set_uid_loop_bbs() 1113 = get_loop (cfun, tree_to_shwi (arg)); in vectorize_loops() 1143 loop = get_loop (cfun, i); in vectorize_loops() 1169 loop = get_loop (cfun, i); in vectorize_loops()
|
H A D | tree-scalar-evolution.h | 71 return get_loop (cfun, CHREC_VARIABLE (chrec)); in get_chrec_loop()
|
H A D | cfgloop.h | 522 get_loop (struct function *fn, unsigned num) in get_loop() function 688 loop_p loop = get_loop (fn, anum); in next()
|
H A D | graph.c | 251 draw_cfg_nodes_for_loop (pp, fun->funcdef_no, get_loop (fun, 0)); in draw_cfg_nodes()
|
H A D | gimple-loop-versioning.cc | 560 m_loops[i].outermost = get_loop (m_fn, 0); in loop_versioning() 1430 get_loop_info (get_loop (m_fn, 0)).rejected_p = true; in analyze_blocks()
|
H A D | cfg.c | 1169 return get_loop (cfun, entry->index2); in get_loop_copy()
|
H A D | tree-cfg.c | 7554 class loop *loop0 = get_loop (saved_cfun, 0); in move_sese_region_to_fn() 7674 flow_loop_tree_node_add (get_loop (dest_cfun, 0), this_loop); in move_sese_region_to_fn() 7695 get_loop (dest_cfun, 0)->num_nodes = bbs.length () + 2; in move_sese_region_to_fn() 7712 && get_loop (saved_cfun, dloop->orig_loop_num) == NULL) in move_sese_region_to_fn() 7744 && (get_loop (saved_cfun, dloop->orig_loop_num) in move_sese_region_to_fn() 8426 debug_loop (get_loop (cfun, num), verbosity); in debug_loop_num()
|
H A D | tree-ssa-loop-ivcanon.c | 1480 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely()
|
H A D | graphite-scop-detection.c | 892 gcc_assert (loop_in_sese_p (get_loop (cfun, in graphite_can_represent_scev()
|
H A D | tree-data-ref.c | 4795 if (flow_loop_nested_p (get_loop (cfun, var_a), loop)) in build_classic_dist_vector_1() 4949 if (flow_loop_nested_p (get_loop (cfun, CHREC_VARIABLE (access_fun)), in add_other_self_distances()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | mshtml.d | 103 HRESULT get_loop(VARIANT*);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 610 && get_loop (cfun, is_loop_header_of) != NULL) in c_parser_gimple_compound_statement() 625 loop_father = get_loop (cfun, is_loop_header_of); in c_parser_gimple_compound_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 614 && get_loop (cfun, is_loop_header_of) != NULL) in c_parser_gimple_compound_statement() 630 loop_father = get_loop (cfun, is_loop_header_of); in c_parser_gimple_compound_statement()
|