Lines Matching refs:scop_detection
286 class scop_detection
289 scop_detection () : scops (vNULL) {} in scop_detection() function
291 ~scop_detection () in ~scop_detection()
408 sese_l scop_detection::invalid_sese (NULL, NULL);
413 scop_detection::get_sese (loop_p loop) in get_sese()
430 scop_detection::merge_sese (sese_l first, sese_l second) const in merge_sese()
512 scop_detection::build_scop_depth (loop_p loop) in build_scop_depth()
552 scop_detection::can_represent_loop (loop_p loop, sese_l scop) in can_represent_loop()
577 scop_detection::region_has_one_loop (sese_l s) in region_has_one_loop()
593 scop_detection::add_scop (sese_l s) in add_scop()
648 scop_detection::harmful_loop_in_region (sese_l scop) const in harmful_loop_in_region()
744 scop_detection::subsumes (sese_l s1, sese_l s2) in subsumes()
756 scop_detection::remove_subscops (sese_l s1) in remove_subscops()
775 scop_detection::intersects (sese_l s1, sese_l s2) in intersects()
791 scop_detection::remove_intersecting_scops (sese_l s1) in remove_intersecting_scops()
811 scop_detection::graphite_can_represent_init (tree e) in graphite_can_represent_init()
859 scop_detection::graphite_can_represent_scev (sese_l scop, tree scev) in graphite_can_represent_scev()
921 scop_detection::graphite_can_represent_expr (sese_l scop, loop_p loop, in graphite_can_represent_expr()
932 scop_detection::stmt_has_simple_data_refs_p (sese_l scop, gimple *stmt) in stmt_has_simple_data_refs_p()
982 scop_detection::stmt_simple_for_scop_p (sese_l scop, gimple *stmt, in stmt_simple_for_scop_p()
1086 scop_detection::nb_pbbs_in_loops (scop_p scop) in nb_pbbs_in_loops()
1598 scop_detection sb; in build_scops()