Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-optimize.c98 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in execute_all_early_local_passes()
99 cgraph_state = CGRAPH_STATE_IPA_SSA; in execute_all_early_local_passes()
H A Dcgraphunit.c244 case CGRAPH_STATE_IPA_SSA: in cgraph_process_new_functions()
254 if ((cgraph_state == CGRAPH_STATE_IPA_SSA in cgraph_process_new_functions()
2064 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in ipa_passes()
2065 cgraph_state = CGRAPH_STATE_IPA_SSA; in ipa_passes()
H A Dcgraph.h457 CGRAPH_STATE_IPA_SSA, enumerator
H A Dcgraph.c2414 case CGRAPH_STATE_IPA_SSA: in cgraph_add_new_function()
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto.c2817 cgraph_state = CGRAPH_STATE_IPA_SSA; in do_whole_program_analysis()