Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree-pass.h144 #define PROP_gimple_lcf (1 << 1) /* lowered control flow */ macro
158 (PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh | PROP_gimple_lomp)
HDpasses.c698 PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh in init_optimization_passes()
702 PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh in init_optimization_passes()
HDgimple-low.c167 PROP_gimple_lcf, /* properties_provided */
HDtree-eh.c1706 PROP_gimple_lcf, /* properties_required */
HDChangeLog-200612428 * gimple-low.c (pass_lower_cf): Do not destroy PROP_gimple_lcf.