Home
last modified time | relevance | path

Searched refs:scop_detection (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-scop-detection.c286 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-scop-detection.cc286 class scop_detection class
289 scop_detection () : scops (vNULL) {} in scop_detection() function in __anon453fb1600111::scop_detection
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()
[all …]
H A DChangeLog-20174279 * graphite-scop-detection.c (scop_detection::merge_sese): Make
4502 (scop_detection::stmt_has_simple_data_refs_p): Likewise.
11281 * graphite-scop-detection.c (scop_detection::stmt_simple_for_scop_p):
11397 (scop_detection::stmt_has_simple_data_refs_p): Always use
11784 (scop_detection::stmt_has_simple_data_refs_p): For a loop not
11797 (scop_detection::graphite_can_represent_scev): Add SCOP parameter,
11800 (scop_detection::graphite_can_represent_expr): Adjust.
11801 (scop_detection::stmt_has_simple_data_refs_p): For loops
11857 (scop_detection::harmful_loop_in_region): Remove premature
11859 (scop_detection::graphite_can_represent_scev): We can handle
[all …]
H A DChangeLog-2015107 (scop_detection::get_nearest_dom_with_single_entry): Check l == l2.
108 (scop_detection::get_nearest_pdom_with_single_exit): Same.
109 (scop_detection::merge_sese): Whitespace.
110 (scop_detection::add_scop): Comment.
2439 (scop_detection::get_nearest_dom_with_single_entry): Check that
2441 (scop_detection::get_nearest_pdom_with_single_exit): Check that
2443 (scop_detection::print_sese): Inlined.
2444 (scop_detection::print_edge): New.
2445 (scop_detection::merge_sese): Added dumps.
6150 * graphite-scop-detection.c (scop_detection::harmful_stmt_in_region):
[all …]
H A DChangeLog-201828536 * graphite-scop-detection.c (scop_detection::add_scop): Discard
28590 * graphite-scop-detection.c (scop_detection::stmt_simple_for_scop_p):
29218 * graphite-scop-detection.c (scop_detection::stmt_simple_for_scop_p):
31169 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
31274 * graphite-scop-detection.c (scop_detection::get_sese): Delay
31276 (scop_detection::merge_sese): Likewise.
31277 (scop_detection::add_scop): Do it here instead.
31510 (scop_detection::get_nearest_dom_with_single_entry): Remove.
31511 (scop_detection::get_nearest_pdom_with_single_exit): Likewise.
31512 (scop_detection::merge_sese): Re-implement with a flood-fill
[all …]
H A DChangeLog-201630061 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
34207 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
34226 (scop_detection::harmful_loop_in_region): Free dom and loops.
34227 (scop_detection::loop_body_is_valid_scop): Free bbs.
34248 (scop_detection::harmful_stmt_in_region): Renamed
H A DChangeLog-201934190 * graphite-scop-detection.c (scop_detection::can_represent_loop):
34192 (scop_detection::graphite_can_represent_expr: Use
34194 (scop_detection::stmt_simple_for_scop_p): Likewise.
34645 * graphite-scop-detection.c (scop_detection::can_represent_loop):
34963 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.