Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-loop-interchange.cc1453 bool all_seq_dr_before_p = true, all_seq_dr_after_p = true; in should_interchange_loops() local
1508 all_seq_dr_after_p = false; in should_interchange_loops()
1518 if (all_seq_dr_after_p in should_interchange_loops()
1521 all_seq_dr_after_p = false; in should_interchange_loops()
1536 all_seq_dr_after_p ? "true" : "false"); in should_interchange_loops()
1568 if ((!all_seq_dr_before_p || all_seq_dr_after_p) in should_interchange_loops()
1573 && !all_seq_dr_before_p && all_seq_dr_after_p) in should_interchange_loops()