Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-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)
Dpasses.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()
Dgimple-low.c167 PROP_gimple_lcf, /* properties_provided */
Dtree-eh.c1706 PROP_gimple_lcf, /* properties_required */
DChangeLog-200612428 * gimple-low.c (pass_lower_cf): Do not destroy PROP_gimple_lcf.