Searched refs:PROP_gimple_lcf (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-pass.h212 #define PROP_gimple_lcf (1 << 1) /* lowered control flow */ macro
226 (PROP_gimple_any | PROP_gimple_lcf | PROP_gimple_leh | PROP_gimple_lomp)
H A Dgimple-low.c191 PROP_gimple_lcf, /* properties_provided */
H A Dtree-eh.c2176 PROP_gimple_lcf, /* properties_required */
3155 PROP_gimple_lcf, /* properties_required */
3346 PROP_gimple_lcf, /* properties_required */
3743 PROP_gimple_lcf, /* properties_required */
4616 PROP_gimple_lcf, /* properties_required */
H A Dpasses.c2809 if (props & PROP_gimple_lcf)
2810 fprintf (dump, "PROP_gimple_lcf\n");
H A Dcgraphunit.c1365 cfun->curr_properties |= (PROP_gimple_lcf | PROP_gimple_leh | PROP_gimple_any
H A Dtrans-mem.c1814 PROP_gimple_lcf, /* properties_required */
H A Dtree-cfg.c7289 if (fun && fun->decl == fndecl && (fun->curr_properties & PROP_gimple_lcf))

Completed in 230 milliseconds