1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-vrp1" } */
4 /* We should thread the if (!in_loop) completely leaving
5 just two conditionals. */
6 /* { dg-final { scan-tree-dump-times "if \\(" 2 "vrp1" } } */
10 typedef union tree_node
*tree
;
20 extern tree
size_int_kind (long, enum size_type_kind
);
36 extern unsigned char simple_iv ();
39 dr_analyze_innermost (struct loop
*loop
, tree poffset
)
42 unsigned char in_loop
= (loop
&& loop
->num
);
49 offset_iv
.step
= size_int_kind (0, SSIZETYPE
);