1 /* { dg-options "-O2 -fdump-tree-tree_profile-blocks -fdump-tree-optimized-blocks" } */
8 for (i
= 0; i
< max
; i
++)
14 /* Loop header copying will peel away the initial conditional, so the loop body
15 is once reached directly from entry point of function, rest via loopback
17 /* { dg-final-use { scan-tree-dump "count:33333" "tree_profile"} } */
18 /* { dg-final-use { scan-tree-dump "count:33332" "optimized"} } */
19 /* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
20 /* { dg-final-use { cleanup-tree-dump "tree_profile" } } */
21 /* { dg-final-use { cleanup-tree-dump "optimized" } } */