Home
last modified time | relevance | path

Searched refs:cgraph_state (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphunit.c314 switch (cgraph_state) in cgraph_process_new_functions()
335 if (cgraph_state == CGRAPH_STATE_IPA_SSA in cgraph_process_new_functions()
493 switch (cgraph_state) in cgraph_add_new_function()
834 if (cgraph_state >= CGRAPH_STATE_IPA_SSA) in varpool_finalize_decl()
838 if (cgraph_state == CGRAPH_STATE_FINISHED in varpool_finalize_decl()
942 cgraph_state = CGRAPH_STATE_CONSTRUCTION; in analyze_functions()
2056 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in ipa_passes()
2057 cgraph_state = CGRAPH_STATE_IPA_SSA; in ipa_passes()
2166 cgraph_state = CGRAPH_STATE_IPA; in compile()
2244 cgraph_state = CGRAPH_STATE_EXPANSION; in compile()
[all …]
H A Dvarpool.c169 if (cgraph_state == CGRAPH_LTO_STREAMING) in varpool_remove_node()
192 && cgraph_state != CGRAPH_LTO_STREAMING) in varpool_remove_initializer()
H A Dcgraph.h684 enum cgraph_state enum
701 extern enum cgraph_state cgraph_state;
H A Dcgraph.c91 enum cgraph_state cgraph_state = CGRAPH_STATE_PARSING; variable
1725 if (!node->used_as_abstract_origin && cgraph_state != CGRAPH_STATE_PARSING) in cgraph_release_function_body()
1810 if (cgraph_state != CGRAPH_LTO_STREAMING) in cgraph_remove_node()
2657 if (cgraph_state == CGRAPH_LTO_STREAMING) in verify_edge_corresponds_to_fndecl()
H A Dsymtab.c764 if (cgraph_state != CGRAPH_LTO_STREAMING) in verify_symtab_base()
1150 if (node->cpp_implicit_alias && cgraph_state >= CGRAPH_STATE_CONSTRUCTION) in symtab_resolve_alias()
H A Dipa.c143 && (cgraph_state < CGRAPH_STATE_IPA_SSA in process_references()
198 && (cgraph_state < CGRAPH_STATE_IPA_SSA in walk_polymorphic_call_targets()
H A Dtree-profile.c570 gcc_assert (cgraph_state == CGRAPH_STATE_IPA_SSA); in tree_profiling()
H A Dpasses.c335 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in execute_all_early_local_passes()
336 cgraph_state = CGRAPH_STATE_IPA_SSA; in execute_all_early_local_passes()
H A Dvarasm.c2299 gcc_assert (cgraph_state == CGRAPH_STATE_EXPANSION in assemble_external()
2300 || cgraph_state == CGRAPH_STATE_FINISHED); in assemble_external()
5700 || cgraph_state >= CGRAPH_STATE_EXPANSION) in assemble_alias()
7609 if (cgraph_state == CGRAPH_STATE_PARSING) in default_asm_output_ident_directive()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraphunit.c293 switch (cgraph_state) in cgraph_process_new_functions()
315 if ((cgraph_state == CGRAPH_STATE_IPA_SSA in cgraph_process_new_functions()
469 switch (cgraph_state) in cgraph_add_new_function()
846 if (cgraph_state >= CGRAPH_STATE_IPA_SSA) in varpool_finalize_decl()
850 if (cgraph_state == CGRAPH_STATE_FINISHED) in varpool_finalize_decl()
902 cgraph_state = CGRAPH_STATE_CONSTRUCTION; in cgraph_analyze_functions()
1881 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in ipa_passes()
1882 cgraph_state = CGRAPH_STATE_IPA_SSA; in ipa_passes()
1983 cgraph_state = CGRAPH_STATE_IPA; in compile()
2035 cgraph_state = CGRAPH_STATE_EXPANSION; in compile()
[all …]
H A Dcgraph.h515 enum cgraph_state enum
530 extern enum cgraph_state cgraph_state;
H A Dvarpool.c491 if (cgraph_state >= CGRAPH_STATE_IPA) in varpool_create_variable_alias()
H A Dtree-profile.c462 gcc_assert (cgraph_state == CGRAPH_STATE_IPA_SSA); in tree_profiling()
H A Dpasses.c265 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in execute_all_early_local_passes()
266 cgraph_state = CGRAPH_STATE_IPA_SSA; in execute_all_early_local_passes()
H A Dcgraph.c80 enum cgraph_state cgraph_state = CGRAPH_STATE_PARSING; variable
H A Dvarasm.c2184 gcc_assert (cgraph_state == CGRAPH_STATE_EXPANSION in assemble_external()
2185 || cgraph_state == CGRAPH_STATE_FINISHED); in assemble_external()
5608 || cgraph_state >= CGRAPH_STATE_EXPANSION) in assemble_alias()
7501 if (cgraph_state == CGRAPH_STATE_PARSING) in default_asm_output_ident_directive()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcgraphunit.c293 switch (cgraph_state) in cgraph_process_new_functions()
315 if ((cgraph_state == CGRAPH_STATE_IPA_SSA in cgraph_process_new_functions()
469 switch (cgraph_state) in cgraph_add_new_function()
846 if (cgraph_state >= CGRAPH_STATE_IPA_SSA) in varpool_finalize_decl()
850 if (cgraph_state == CGRAPH_STATE_FINISHED) in varpool_finalize_decl()
902 cgraph_state = CGRAPH_STATE_CONSTRUCTION; in cgraph_analyze_functions()
1881 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in ipa_passes()
1882 cgraph_state = CGRAPH_STATE_IPA_SSA; in ipa_passes()
1983 cgraph_state = CGRAPH_STATE_IPA; in compile()
2035 cgraph_state = CGRAPH_STATE_EXPANSION; in compile()
[all …]
H A Dcgraph.h515 enum cgraph_state enum
530 extern enum cgraph_state cgraph_state;
H A Dvarpool.c491 if (cgraph_state >= CGRAPH_STATE_IPA) in varpool_create_variable_alias()
H A Dtree-profile.c462 gcc_assert (cgraph_state == CGRAPH_STATE_IPA_SSA); in tree_profiling()
H A Dpasses.c265 if (cgraph_state < CGRAPH_STATE_IPA_SSA) in execute_all_early_local_passes()
266 cgraph_state = CGRAPH_STATE_IPA_SSA; in execute_all_early_local_passes()
H A Dcgraph.c80 enum cgraph_state cgraph_state = CGRAPH_STATE_PARSING; variable
H A Dipa.c94 && (cgraph_state < CGRAPH_STATE_IPA_SSA in process_references()
H A Dvarasm.c2179 gcc_assert (cgraph_state == CGRAPH_STATE_EXPANSION in assemble_external()
2180 || cgraph_state == CGRAPH_STATE_FINISHED); in assemble_external()
5606 || cgraph_state >= CGRAPH_STATE_EXPANSION) in assemble_alias()
7506 if (cgraph_state == CGRAPH_STATE_PARSING) in default_asm_output_ident_directive()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/lto/
H A Dlto.c2924 cgraph_state = CGRAPH_LTO_STREAMING; in read_cgraph_and_symbols()
3091 cgraph_state = CGRAPH_STATE_IPA_SSA; in read_cgraph_and_symbols()
3250 cgraph_state = CGRAPH_STATE_IPA_SSA; in do_whole_program_analysis()

1234567