Home
last modified time | relevance | path

Searched refs:analyzed (Results 1 – 25 of 61) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
HDipa.c98 && node->analyzed in process_references()
125 && node->analyzed in cgraph_non_local_node_p_1()
194 if (node->analyzed && !node->global.inlined_to in cgraph_remove_unreachable_nodes()
214 if ((vnode->analyzed || vnode->force_output) in cgraph_remove_unreachable_nodes()
251 && node->analyzed in cgraph_remove_unreachable_nodes()
334 node->analyzed = false; in cgraph_remove_unreachable_nodes()
362 if (node->analyzed) in cgraph_remove_unreachable_nodes()
389 node->analyzed = false; in cgraph_remove_unreachable_nodes()
565 || !node->analyzed) in cgraph_comdat_can_be_unshared_p()
635 && node->analyzed) in cgraph_externally_visible_p()
[all …]
HDvarpool.c225 if (node->analyzed) in dump_varpool_node()
461 bool analyzed = node->analyzed; in varpool_analyze_pending_decls() local
463 varpool_first_unanalyzed_node->analyzed = true; in varpool_analyze_pending_decls()
470 if (!analyzed) in varpool_analyze_pending_decls()
483 n = n->analyzed ? varpool_alias_aliased_node (n) : NULL) in varpool_analyze_pending_decls()
522 record_references_in_initializer (decl, analyzed); in varpool_analyze_pending_decls()
604 if (node->analyzed in varpool_remove_unreferenced_decls()
HDcgraph.h233 unsigned analyzed : 1; member
415 unsigned analyzed : 1; member
732 if (node->analyzed) in cgraph_first_defined_function()
744 if (node->analyzed) in cgraph_next_defined_function()
765 return node->analyzed && !node->thunk.thunk_p && !node->alias; in cgraph_function_with_gimple_body_p()
967 return (vnode->analyzed in varpool_all_refs_explicit_p()
1018 if (node->alias && node->analyzed) in cgraph_function_node()
1048 if (node->alias && node->analyzed) in cgraph_function_or_thunk_node()
1076 if (node->alias && node->analyzed) in varpool_variable_node()
HDcgraphunit.c250 if (!node->analyzed) in cgraph_process_new_functions()
310 node->analyzed = false; in cgraph_reset_node()
662 if (node->analyzed && node->alias) in verify_cgraph_node()
692 if (node->analyzed && node->thunk.thunk_p) in verify_cgraph_node()
710 else if (node->analyzed && gimple_has_body_p (node->decl) in verify_cgraph_node()
848 n = n->analyzed ? cgraph_alias_aliased_node (n) : NULL) in cgraph_analyze_function()
921 node->analyzed = true; in cgraph_analyze_function()
1132 if (!node->analyzed) in cgraph_analyze_functions()
1210 gcc_assert (node->analyzed == node->local.finalized); in cgraph_analyze_functions()
1379 if (node->analyzed in cgraph_mark_functions_to_output()
[all …]
HDlto-symtab.c268 gcc_assert (!vnode->analyzed || prevailing_node->analyzed); in lto_varpool_replace_node()
272 gcc_assert (!vnode->analyzed || prevailing_node->analyzed); in lto_varpool_replace_node()
416 return (e->node && e->node->analyzed); in lto_symtab_resolve_can_prevail_p()
HDipa-reference.c442 || !ipa_ref_varpool_node (ref)->analyzed in analyze_function()
534 if (node->analyzed) in generate_summary()
893 if (!node->analyzed || node->alias) in propagate()
957 if (!node->analyzed || node->global.inlined_to) in write_node_summary_p()
1039 && vnode->analyzed in ipa_reference_write_optimization_summary()
HDtree-profile.c484 if (!node->analyzed in tree_profiling()
526 if (!node->analyzed in tree_profiling()
545 if (!node->analyzed in tree_profiling()
HDlto-cgraph.c354 if (!node->analyzed) in reachable_from_other_partition_p()
424 if (node->analyzed && !boundary_p) in lto_output_node()
443 if (boundary_p && node->analyzed) in lto_output_node()
559 bool boundary_p = !varpool_node_in_set_p (node, vset) && node->analyzed; in lto_output_varpool_node()
571 gcc_assert (node->finalized || !node->analyzed); in lto_output_varpool_node()
584 bp_pack_value (&bp, node->analyzed in lto_output_varpool_node()
912 node->analyzed = tag == LTO_cgraph_analyzed_node; in input_overwrite_node()
1075 node->analyzed = node->finalized; in input_varpool_node()
HDcgraph.c1669 gcc_assert ((node->analyzed || node->in_other_partition in cgraph_mark_reachable_node()
1811 if (node->analyzed) in dump_cgraph_node()
2123 new_node->analyzed = n->analyzed; in cgraph_clone_node()
2357 if (!node->analyzed) in cgraph_function_body_availability()
2815 gcc_assert (node->analyzed); in cgraph_propagate_frequency()
HDipa-inline-transform.c158 if (e->callee->analyzed && !DECL_EXTERNAL (e->callee->decl)) in clone_inlined_nodes()
HDipa-inline-analysis.c1182 if (node->analyzed) in dump_inline_summary()
1230 if (node->analyzed && !node->global.inlined_to) in dump_inline_summaries()
1244 else if (!callee->analyzed) in initialize_inline_failed()
2229 if (!callee || !callee->analyzed) in estimate_edge_devirt_benefit()
3186 if (lto_cgraph_encoder_deref (encoder, i)->analyzed) in inline_write_summary()
3193 if (node->analyzed) in inline_write_summary()
/dragonfly/contrib/gcc-8.0/gcc/
HDvarpool.c445 while (node->transparent_alias && node->analyzed) in ctor_for_folding()
524 if (!analyzed) in analyze()
534 record_references_in_initializer (decl, analyzed); in analyze()
535 analyzed = true; in analyze()
638 if (node->analyzed in remove_unreferenced_decls()
662 if (vnext && vnext->analyzed && !next->comdat_local_p ()) in remove_unreferenced_decls()
673 && vnode->analyzed) in remove_unreferenced_decls()
HDsymtab.c826 if (analyzed) in dump_base()
1073 if (analyzed && !definition) in verify_base()
1198 && get_alias_target()->transparent_alias && get_alias_target()->analyzed) in verify_base()
1422 if (node->alias && node->analyzed) in ultimate_alias_target_1()
1426 if (!availability || (!transparent_p && node->analyzed)) in ultimate_alias_target_1()
1428 else if (node->analyzed && !node->transparent_alias) in ultimate_alias_target_1()
1656 gcc_assert (!analyzed && !vec_safe_length (ref_list.references)); in resolve_alias()
1661 n = n->analyzed ? n->get_alias_target () : NULL) in resolve_alias()
1677 analyzed = true; in resolve_alias()
1681 while (target->transparent_alias && target->analyzed) in resolve_alias()
[all …]
HDcgraphunit.c332 if (!node->analyzed) in process_new_functions()
395 analyzed = false; in reset()
611 analyzed = true; in analyze()
627 if (!t->analyzed) in analyze()
632 if (!t->analyzed) in analyze()
691 analyzed = true; in analyze()
707 if (node->cpp_implicit_alias && !node->analyzed) in process_same_body_aliases()
1130 if (!cnode->analyzed) in analyze_functions()
1184 if (vnode && vnode->definition && !vnode->analyzed) in analyze_functions()
1275 gcc_assert (cnode->analyzed == cnode->definition); in analyze_functions()
[all …]
HDcgraphclones.c449 new_node->analyzed = analyzed; in create_clone()
888 new_version->analyzed = analyzed; in create_version_clone()
1062 if (!node->clone_of->analyzed && !node->clone_of->clones) in cgraph_materialize_clone()
1150 if (!node->analyzed && node->callees) in materialize_all_clones()
HDlto-cgraph.c402 if (node->analyzed && (!boundary_p || node->alias in lto_output_node()
422 if (boundary_p && node->analyzed in lto_output_node()
614 bp_pack_value (&bp, node->analyzed && (!boundary_p || node->alias), 1); in lto_output_varpool_node()
615 gcc_assert (node->definition || !node->analyzed); in lto_output_varpool_node()
628 bp_pack_value (&bp, node->analyzed in lto_output_varpool_node()
979 if (node->alias && node->analyzed) in compute_ltrans_boundary()
984 while (node->transparent_alias && node->analyzed) in compute_ltrans_boundary()
1178 node->analyzed = tag == LTO_symtab_analyzed_node; in input_overwrite_node()
1336 if (node->alias && !node->analyzed && node->weakref) in input_node()
1399 node->analyzed = bp_unpack_value (&bp, 1); in input_varpool_node()
[all …]
HDipa-inline.h85 || !edge->callee->analyzed); in estimate_edge_growth()
HDtree-emutls.c705 var->alias && var->analyzed in create_emultls_var()
717 if (var->alias && !var->analyzed) in create_emultls_var()
773 if (var->alias && !var->analyzed) in ipa_lower_emutls()
HDipa-visibility.c472 if (!node->analyzed) in optimize_weakref()
661 if (node->analyzed in function_and_variable_visibility()
HDipa.c372 if (node->alias && node->analyzed) in remove_unreachable_nodes()
553 node->analyzed = false; in remove_unreachable_nodes()
650 vnode->analyzed = false; in remove_unreachable_nodes()
HDcgraph.c1892 || !n->analyzed in remove()
2299 if (!analyzed) in get_availability()
3339 if (analyzed && alias) in verify_node()
3398 if (analyzed in verify_node()
3443 if (analyzed && thunk.thunk_p) in verify_node()
3467 else if (analyzed && gimple_has_body_p (decl) in verify_node()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-symtab.c124 gcc_assert (!vnode->analyzed || prevailing_node->analyzed); in lto_varpool_replace_node()
953 e->analyzed = e->body_removed = false; in lto_symtab_merge_symbols_1()
992 if (!node->analyzed && node->alias_target) in lto_symtab_merge_symbols()
1001 if (node->analyzed in lto_symtab_merge_symbols()
1019 node->analyzed = false; in lto_symtab_merge_symbols()
1030 node->analyzed = node->definition = false; in lto_symtab_merge_symbols()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c187 if (node->analyzed) in has_analyzed_clone_p()
1582 if (!node->analyzed) in partition_cgraph_node_p()
1882 gcc_assert (node->analyzed); in lto_balanced_map()
1886 if (edge->callee->analyzed) in lto_balanced_map()
1906 gcc_assert (edge->caller->analyzed); in lto_balanced_map()
1951 if (!node->analyzed) in lto_balanced_map()
1982 gcc_assert (node->analyzed); in lto_balanced_map()
2158 && !vnode->externally_visible && vnode->analyzed in lto_promote_cross_file_statics()
2214 else if (!v->externally_visible && v->analyzed) in lto_promote_cross_file_statics()
2709 if (node->analyzed) in read_cgraph_and_symbols()
/dragonfly/contrib/ncurses/progs/
HDtic.c1983 int analyzed = _nc_tparm_analyze(value, p_is_s, &popcount); in check_params() local
1984 if (analyzed < popcount) { in check_params()
1985 analyzed = popcount; in check_params()
1987 if (actual != analyzed && expected != analyzed) { in check_params()
1990 if ((user_cap == analyzed) && using_extensions) { in check_params()
1994 analyzed, name, user_cap); in check_params()
1999 analyzed, name, actual); in check_params()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDloop.texi40 At the moment, loop structures are analyzed and this information is
100 The loops are analyzed through @code{loop_optimizer_init} function. The
323 Given an SSA name, its behavior in loops can be analyzed using the
325 does not have to be fully analyzed and it may contain references to
391 All its operands are analyzed by @code{iv_analyze}, and hence they must
482 contained in the analyzed loop body, and the second vector will contain
486 analyzed loop contains side effects, such as calls that potentially can
487 interfere with the data references in the current analyzed loop, the
493 scanning of the loop body: the loop body is analyzed in execution order,

123