Searched refs:curr_properties (Results 1 – 1 of 1) sorted by relevance
707 static unsigned int curr_properties; variable717 if (curr_properties & PROP_ssa) in execute_todo()764 if (curr_properties & PROP_trees) in execute_todo()771 else if ((curr_properties & PROP_cfg) && (dump_flags & TDF_BLOCKS)) in execute_todo()776 if (curr_properties & PROP_cfg in execute_todo()836 curr_properties = pass->properties_required; in execute_one_pass()840 in_gimple_form = (curr_properties & PROP_trees) != 0; in execute_one_pass()845 gcc_assert ((curr_properties & pass->properties_required) in execute_one_pass()889 curr_properties = (curr_properties | pass->properties_provided) in execute_one_pass()895 && (curr_properties & (PROP_cfg | PROP_rtl)) == (PROP_cfg | PROP_rtl)) in execute_one_pass()