Home
last modified time | relevance | path

Searched defs:scops (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-scop-detection.c430 scopdet_basic_block_info (basic_block bb, loop_p outermost_loop, in scopdet_basic_block_info()
720 build_scops_1 (basic_block current, loop_p outermost_loop, in build_scops_1()
1037 build_graphite_scops (VEC (sd_region, heap) *regions, in build_graphite_scops()
1145 print_graphite_statistics (FILE* file, VEC (scop_p, heap) *scops) in print_graphite_statistics()
1175 limit_scops (VEC (scop_p, heap) **scops) in limit_scops()
1389 build_scops (VEC (scop_p, heap) **scops) in build_scops()
1422 dot_all_scops_1 (FILE *file, VEC (scop_p, heap) *scops) in dot_all_scops_1()
1559 dot_all_scops (VEC (scop_p, heap) *scops) in dot_all_scops()
H A Dgraphite.c176 print_graphite_statistics (FILE* file, VEC (scop_p, heap) *scops) in print_graphite_statistics()
H A Dgraphite-sese-to-poly.c228 free_scops (VEC (scop_p, heap) *scops) in free_scops()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgraphite.c204 print_graphite_statistics (FILE* file, vec<scop_p> scops) in print_graphite_statistics()
216 free_scops (vec<scop_p> scops) in free_scops()
360 vec<scop_p> scops = vNULL; in graphite_transform_loops() local