Home
last modified time | relevance | path

Searched defs:scop (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgraphite.h238 scop_p scop; member
376 struct scop struct
379 sese_info_p scop_info; argument
387 /* All the basic blocks in this scop that contain memory references argument
392 /* All the data references in this scop. */ argument
393 vec<dr_info> drs;
419 /* The data dependence relation among the data references in this scop. */ argument
432 scop_set_region (scop_p scop, sese_info_p region) in scop_set_region()
440 scop_nb_params (scop_p scop) in scop_nb_params()
448 scop_set_nb_params (scop_p scop, graphite_dim_t nb_params) in scop_set_nb_params()
H A Dgraphite.c130 print_graphite_scop_statistics (FILE* file, scop_p scop) in print_graphite_scop_statistics()
207 scop_p scop; in print_graphite_statistics() local
219 scop_p scop; in free_scops() local
358 scop_p scop; in graphite_transform_loops() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-sese-to-poly.c216 remove_gbbs_in_scop (scop_p scop) in remove_gbbs_in_scop()
231 scop_p scop; in free_scops() local
273 try_generate_gimple_bb (scop_p scop, basic_block bb) in try_generate_gimple_bb()
347 build_scop_bbs_1 (scop_p scop, sbitmap visited, basic_block bb) in build_scop_bbs_1()
388 build_scop_bbs (scop_p scop) in build_scop_bbs()
436 scop_p scop = PBB_SCOP (pbb); in build_pbb_scattering_polyhedrons() local
534 build_scop_scattering (scop_p scop) in build_scop_scattering()
917 find_scop_parameters (scop_p scop) in find_scop_parameters()
959 add_upper_bounds_from_estimated_nit (scop_p scop, double_int nit, in add_upper_bounds_from_estimated_nit()
1024 build_loop_iteration_domains (scop_p scop, struct loop *loop, in build_loop_iteration_domains()
[all …]
H A Dgraphite-poly.c46 scop_max_loop_depth (scop_p scop) in scop_max_loop_depth()
111 unify_scattering_dimensions (scop_p scop) in unify_scattering_dimensions()
365 print_scattering_functions (FILE *file, scop_p scop, int verbosity) in print_scattering_functions()
378 print_iteration_domains (FILE *file, scop_p scop, int verbosity) in print_iteration_domains()
409 debug_scattering_functions (scop_p scop, int verbosity) in debug_scattering_functions()
418 debug_iteration_domains (scop_p scop, int verbosity) in debug_iteration_domains()
579 graphite_read_scop_file (FILE *file, scop_p scop) in graphite_read_scop_file()
729 apply_poly_transforms (scop_p scop) in apply_poly_transforms()
868 new_poly_bb (scop_p scop, void *black_box) in new_poly_bb()
1002 scop_p scop = XNEW (struct scop); in new_scop() local
[all …]
H A Dgraphite-poly.h332 scop_p scop; member
498 scop_p scop = PBB_SCOP (pbb); in pbb_dim_iter_domain() local
510 scop_p scop = PBB_SCOP (pbb); in pbb_nb_params() local
1375 struct scop struct
1383 /* All the basic blocks in this scop that contain memory references argument
1410 /* True when the scop has been converted to its polyhedral argument
1412 bool poly_scop_p; argument
1442 scop_set_region (scop_p scop, void *region) in scop_set_region()
1450 scop_nb_params (scop_p scop) in scop_nb_params()
1458 scop_set_nb_params (scop_p scop, graphite_dim_t nb_params) in scop_set_nb_params()
[all …]
H A Dgraphite-dependences.c426 scop_p scop = PBB_SCOP (pbb1); in dependence_polyhedron() local
505 scop_p scop = PBB_SCOP (PDR_PBB (pdr1)); in new_poly_ddr() local
720 graphite_legal_transform (scop_p scop) in graphite_legal_transform()
809 dot_deps_stmt_2 (FILE *file, scop_p scop, bool orig) in dot_deps_stmt_2()
842 dot_deps_stmt_1 (FILE *file, scop_p scop) in dot_deps_stmt_1()
857 dot_deps_2 (FILE *file, scop_p scop, bool orig) in dot_deps_2()
884 dot_deps_1 (FILE *file, scop_p scop) in dot_deps_1()
897 dot_deps (scop_p scop) in dot_deps()
917 dot_deps_stmt (scop_p scop) in dot_deps_stmt()
H A Dgraphite.c118 print_graphite_scop_statistics (FILE* file, scop_p scop) in print_graphite_scop_statistics()
180 scop_p scop; in print_graphite_statistics() local
251 scop_p scop; in graphite_transform_loops() local
H A Dgraphite-interchange.c585 lst_try_interchange_loops (scop_p scop, lst_p loop1, lst_p loop2) in lst_try_interchange_loops()
643 lst_interchange_select_inner (scop_p scop, lst_p outer_father, int outer, in lst_interchange_select_inner()
672 lst_interchange_select_outer (scop_p scop, lst_p loop, int outer) in lst_interchange_select_outer()
704 scop_do_interchange (scop_p scop) in scop_do_interchange()
H A Dgraphite-blocking.c255 scop_do_strip_mine (scop_p scop, int stride) in scop_do_strip_mine()
264 scop_do_block (scop_p scop) in scop_do_block()
H A Dgraphite-scop-detection.c1047 scop_p scop; in build_graphite_scops() local
1086 print_graphite_scop_statistics (FILE* file, scop_p scop) in print_graphite_scop_statistics()
1148 scop_p scop; in print_graphite_statistics() local
1180 scop_p scop; in limit_scops() local
1427 scop_p scop; in dot_all_scops_1() local
1580 dot_scop (scop_p scop) in dot_scop()
H A Dgraphite-clast-to-gimple.c750 compute_bounds_for_param (scop_p scop, int param, mpz_t low, mpz_t up) in compute_bounds_for_param()
1265 initialize_cloog_names (scop_p scop, CloogProgram *prog) in initialize_cloog_names()
1349 build_cloog_prog (scop_p scop, CloogProgram *prog, in build_cloog_prog()
1544 scop_to_clast (scop_p scop) in scop_to_clast()
1562 print_generated_program (FILE *file, scop_p scop) in print_generated_program()
1584 debug_generated_program (scop_p scop) in debug_generated_program()
1593 create_params_index (scop_p scop, htab_t index_table, CloogProgram *prog) { in create_params_index()
1620 gloog (scop_p scop, htab_t bb_pbb_mapping) in gloog()
H A Dgraphite-flattening.c455 flatten_all_loops (scop_p scop) in flatten_all_loops()