Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-if-conv.c2666 ifcvt_split_critical_edges (struct loop *loop, bool aggressive_if_conv) in ifcvt_split_critical_edges() argument
2685 if (!aggressive_if_conv in ifcvt_split_critical_edges()
2830 bool aggressive_if_conv; in tree_if_conversion() local
2842 aggressive_if_conv = loop->force_vectorize; in tree_if_conversion()
2843 if (!aggressive_if_conv) in tree_if_conversion()
2847 aggressive_if_conv = true; in tree_if_conversion()
2850 if (!ifcvt_split_critical_edges (loop, aggressive_if_conv)) in tree_if_conversion()