Advertisement
Guest User

Untitled

a guest
May 1st, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DOT 150.43 KB | None | 0 0
  1. digraph call_graph {
  2.  
  3.     vconcat_length -> strlen [label="294"];
  4.     vconcat_copy -> strlen [label="294"];
  5.     vconcat_copy -> memcpy [label="294"];
  6.     concat -> __builtin_va_start [label="196"];
  7.     concat -> xmalloc [label="98"];
  8.     concat -> vconcat_length [label="98"];
  9.     concat -> __builtin_va_end [label="196"];
  10.     concat -> vconcat_copy [label="98"];
  11.     htab_mod -> htab_mod_1 [label="3291"];
  12.     htab_mod_m2 -> htab_mod_1 [label="163"];
  13.     htab_create_alloc -> higher_prime_index [label="22"];
  14.     htab_create_alloc -> alloc_f [label="44"];
  15.     htab_create -> htab_create_alloc [label="4"];
  16.     htab_delete -> htab_size [label="4"];
  17.     htab_delete -> htab [label="9"];
  18.     htab_find_with_hash -> htab_size [label="557"];
  19.     htab_find_with_hash -> htab_mod [label="557"];
  20.     htab_find_with_hash -> htab [label="614"];
  21.     htab_find_with_hash -> htab_mod_m2 [label="53"];
  22.     htab_find -> htab_find_with_hash [label="3"];
  23.     htab_find -> htab [label="3"];
  24.     htab_find_slot_with_hash -> htab_size [label="2734"];
  25.     htab_find_slot_with_hash -> htab_mod [label="2734"];
  26.     htab_find_slot_with_hash -> htab [label="2588"];
  27.     htab_find_slot_with_hash -> htab_mod_m2 [label="110"];
  28.     htab_find_slot -> htab_find_slot_with_hash [label="2490"];
  29.     htab_find_slot -> htab [label="2490"];
  30.     physmem_total -> sysconf [label="4"];
  31.     splay_tree_xmalloc_allocate -> xmalloc [label="2"];
  32.     splay_tree_new -> splay_tree_new_with_allocator [label="1"];
  33.     splay_tree_new_with_allocator -> allocate_fn [label="1"];
  34.     splay_tree_insert -> splay_tree_splay [label="1"];
  35.     splay_tree_insert -> sp [label="1"];
  36.     splay_tree_lookup -> splay_tree_splay [label="1"];
  37.     splay_tree_lookup -> sp [label="1"];
  38.     xmalloc_set_program_name -> sbrk [label="1"];
  39.     xmalloc -> malloc [label="213"];
  40.     xcalloc -> calloc [label="425"];
  41.     xrealloc -> malloc [label="84"];
  42.     xrealloc -> realloc [label="4"];
  43.     xstrdup -> strlen [label="8"];
  44.     xstrdup -> xmalloc [label="8"];
  45.     xstrdup -> memcpy [label="8"];
  46.     ustrncmp -> strncmp [label="72"];
  47.     init_iconv_desc -> strcasecmp [label="4"];
  48.     init_iconv_desc -> __builtin_alloca [label="1"];
  49.     init_iconv_desc -> strlen [label="2"];
  50.     init_iconv_desc -> strcpy [label="1"];
  51.     init_iconv_desc -> strcat [label="2"];
  52.     cpp_init_iconv -> init_iconv_desc [label="2"];
  53.     _cpp_convert_input -> init_iconv_desc [label="1"];
  54.     _cpp_convert_input -> xrealloc [label="1"];
  55.     check_eol -> _cpp_lex_token [label="5"];
  56.     end_directive -> skip_rest_of_line [label="77"];
  57.     run_directive -> cpp_push_buffer [label="77"];
  58.     run_directive -> start_directive [label="77"];
  59.     run_directive -> _cpp_clean_line [label="77"];
  60.     run_directive -> pfile [label="77"];
  61.     run_directive -> end_directive [label="77"];
  62.     run_directive -> _cpp_pop_buffer [label="77"];
  63.     lex_macro_node -> _cpp_lex_token [label="72"];
  64.     do_define -> lex_macro_node [label="72"];
  65.     do_define -> _cpp_create_definition [label="72"];
  66.     cpp_undef_all -> cpp_forall_identifiers [label="1"];
  67.     _cpp_do_file_change -> linemap_add [label="5"];
  68.     _cpp_do_file_change -> linemap_line_start [label="4"];
  69.     _cpp_do_file_change -> pfile [label="5"];
  70.     insert_pragma_entry -> _cpp_aligned_alloc [label="10"];
  71.     cpp_register_pragma -> cpp_lookup [label="13"];
  72.     cpp_register_pragma -> strlen [label="13"];
  73.     cpp_register_pragma -> lookup_pragma_entry [label="13"];
  74.     cpp_register_pragma -> insert_pragma_entry [label="10"];
  75.     _cpp_init_internal_pragmas -> cpp_register_pragma [label="4"];
  76.     parse_answer -> cpp_get_token [label="15"];
  77.     parse_assertion -> cpp_get_token [label="5"];
  78.     parse_assertion -> parse_answer [label="5"];
  79.     parse_assertion -> __builtin_alloca [label="5"];
  80.     parse_assertion -> memcpy [label="5"];
  81.     parse_assertion -> cpp_lookup [label="5"];
  82.     find_answer -> _cpp_equiv_tokens [label="3"];
  83.     do_assert -> parse_assertion [label="5"];
  84.     do_assert -> find_answer [label="2"];
  85.     do_assert -> pfile [label="5"];
  86.     do_assert -> memcpy [label="5"];
  87.     do_assert -> check_eol [label="5"];
  88.     cpp_define -> strlen [label="71"];
  89.     cpp_define -> __builtin_alloca [label="71"];
  90.     cpp_define -> memcpy [label="71"];
  91.     cpp_define -> strchr [label="71"];
  92.     cpp_define -> run_directive [label="71"];
  93.     _cpp_define_builtin -> strlen [label="1"];
  94.     _cpp_define_builtin -> __builtin_alloca [label="1"];
  95.     _cpp_define_builtin -> memcpy [label="1"];
  96.     _cpp_define_builtin -> run_directive [label="1"];
  97.     cpp_assert -> handle_assertion [label="5"];
  98.     handle_assertion -> strlen [label="5"];
  99.     handle_assertion -> strchr [label="5"];
  100.     handle_assertion -> __builtin_alloca [label="5"];
  101.     handle_assertion -> memcpy [label="5"];
  102.     handle_assertion -> run_directive [label="5"];
  103.     cpp_push_buffer -> memset [label="78"];
  104.     _cpp_pop_buffer -> free [label="78"];
  105.     _cpp_pop_buffer -> _cpp_pop_file_buffer [label="1"];
  106.     _cpp_pop_buffer -> _cpp_do_file_change [label="1"];
  107.     _cpp_init_directives -> cpp_lookup [label="19"];
  108.     cpp_classify_number -> cpp_sys_macro_p [label="1"];
  109.     cpp_classify_number -> interpret_int_suffix [label="1"];
  110.     cpp_interpret_integer -> num_positive [label="1"];
  111.     _cpp_expand_op_stack -> xrealloc [label="1"];
  112.     open_file -> open [label="1"];
  113.     open_file -> fstat [label="1"];
  114.     pch_open_file -> strlen [label="1"];
  115.     pch_open_file -> xmalloc [label="1"];
  116.     pch_open_file -> memcpy [label="2"];
  117.     pch_open_file -> stat [label="1"];
  118.     pch_open_file -> free [label="1"];
  119.     find_file_in_dir -> remap_filename [label="1"];
  120.     find_file_in_dir -> append_file_to_dir [label="1"];
  121.     find_file_in_dir -> pch_open_file [label="1"];
  122.     find_file_in_dir -> open_file [label="1"];
  123.     _cpp_find_file -> htab_find_slot_with_hash [label="1"];
  124.     _cpp_find_file -> htab_hash_string [label="1"];
  125.     _cpp_find_file -> search_cache [label="1"];
  126.     _cpp_find_file -> make_cpp_file [label="1"];
  127.     _cpp_find_file -> find_file_in_dir [label="1"];
  128.     _cpp_find_file -> new_file_hash_entry [label="1"];
  129.     read_file_guts -> xmalloc [label="1"];
  130.     read_file_guts -> read [label="1"];
  131.     read_file_guts -> _cpp_convert_input [label="1"];
  132.     read_file -> open_file [label="1"];
  133.     read_file -> read_file_guts [label="1"];
  134.     read_file -> close [label="1"];
  135.     should_stack_file -> read_file [label="1"];
  136.     should_stack_file -> check_file_against_entries [label="1"];
  137.     _cpp_stack_file -> should_stack_file [label="1"];
  138.     _cpp_stack_file -> cpp_push_buffer [label="1"];
  139.     _cpp_stack_file -> _cpp_do_file_change [label="1"];
  140.     make_cpp_file -> xcalloc [label="1"];
  141.     make_cpp_file -> xstrdup [label="1"];
  142.     allocate_file_hash_entries -> xmalloc [label="1"];
  143.     _cpp_init_files -> htab_create_alloc [label="1"];
  144.     _cpp_init_files -> allocate_file_hash_entries [label="1"];
  145.     cpp_change_file -> _cpp_do_file_change [label="3"];
  146.     _cpp_pop_file_buffer -> free [label="1"];
  147.     cpp_set_include_chains -> strlen [label="2"];
  148.     append_file_to_dir -> strlen [label="1"];
  149.     append_file_to_dir -> xmalloc [label="1"];
  150.     append_file_to_dir -> memcpy [label="2"];
  151.     _cpp_init_hashtable -> _cpp_init_directives [label="1"];
  152.     _cpp_init_hashtable -> _cpp_init_internal_pragmas [label="1"];
  153.     _cpp_init_hashtable -> cpp_lookup [label="4"];
  154.     cpp_lookup -> ht_lookup [label="49"];
  155.     cpp_forall_identifiers -> ht_forall [label="1"];
  156.     init_library -> bindtextdomain [label="1"];
  157.     cpp_create_reader -> init_library [label="1"];
  158.     cpp_create_reader -> xcalloc [label="1"];
  159.     cpp_create_reader -> cpp_set_lang [label="1"];
  160.     cpp_create_reader -> _cpp_default_encoding [label="2"];
  161.     cpp_create_reader -> _cpp_init_tokenrun [label="1"];
  162.     cpp_create_reader -> _cpp_get_buff [label="2"];
  163.     cpp_create_reader -> _cpp_expand_op_stack [label="1"];
  164.     cpp_create_reader -> _obstack_begin [label="1"];
  165.     cpp_create_reader -> _cpp_init_files [label="1"];
  166.     cpp_create_reader -> _cpp_init_hashtable [label="1"];
  167.     cpp_init_builtins -> cpp_lookup [label="8"];
  168.     cpp_init_builtins -> _cpp_define_builtin [label="1"];
  169.     cpp_post_options -> post_options [label="1"];
  170.     cpp_read_main_file -> _cpp_find_file [label="1"];
  171.     cpp_read_main_file -> _cpp_find_failed [label="1"];
  172.     cpp_read_main_file -> _cpp_stack_file [label="1"];
  173.     add_line_note -> xrealloc [label="78"];
  174.     _cpp_clean_line -> add_line_note [label="80"];
  175.     lex_identifier -> forms_identifier_p [label="97"];
  176.     lex_identifier -> ht_lookup_with_hash [label="97"];
  177.     lex_identifier -> __builtin_expect [label="97"];
  178.     lex_number -> _cpp_unaligned_alloc [label="90"];
  179.     lex_number -> memcpy [label="90"];
  180.     create_literal -> _cpp_unaligned_alloc [label="1"];
  181.     create_literal -> memcpy [label="1"];
  182.     lex_preproc_string -> create_literal [label="1"];
  183.     _cpp_init_tokenrun -> xmalloc [label="1"];
  184.     _cpp_lex_token -> _cpp_lex_direct [label="179"];
  185.     _cpp_lex_token -> _cpp_handle_directive [label="4"];
  186.     _cpp_lex_token -> pfile [label="4"];
  187.     _cpp_get_fresh_line -> _cpp_clean_line [label="3"];
  188.     _cpp_get_fresh_line -> _cpp_pop_buffer [label="1"];
  189.     _cpp_lex_direct -> _cpp_get_fresh_line [label="81"];
  190.     _cpp_lex_direct -> __builtin_expect [label="420"];
  191.     _cpp_lex_direct -> skip_whitespace [label="79"];
  192.     _cpp_lex_direct -> linemap_line_start [label="2"];
  193.     _cpp_lex_direct -> lex_number [label="90"];
  194.     _cpp_lex_direct -> lex_preproc_string [label="1"];
  195.     _cpp_lex_direct -> lex_identifier [label="97"];
  196.     new_buff -> xmalloc [label="2"];
  197.     _cpp_get_buff -> new_buff [label="2"];
  198.     linemap_add -> xrealloc [label="1"];
  199.     cpp_get_token -> _cpp_lex_token [label="30"];
  200.     cpp_get_token -> enter_macro_context [label="2"];
  201.     lex_expansion_token -> alloc_expansion_token [label="160"];
  202.     lex_expansion_token -> _cpp_lex_direct [label="160"];
  203.     create_iso_definition -> _cpp_lex_token [label="72"];
  204.     create_iso_definition -> pfile [label="72"];
  205.     create_iso_definition -> memcpy [label="72"];
  206.     create_iso_definition -> lex_expansion_token [label="160"];
  207.     create_iso_definition -> alloc_expansion_token [label="72"];
  208.     _cpp_create_definition -> pfile [label="72"];
  209.     _cpp_create_definition -> create_iso_definition [label="72"];
  210.     _cpp_create_definition -> ustrncmp [label="72"];
  211.     ht_create -> xcalloc [label="2"];
  212.     ht_create -> _obstack_begin [label="1"];
  213.     ht_lookup -> ht_lookup_with_hash [label="1650"];
  214.     ht_lookup -> calc_hash [label="1650"];
  215.     ht_lookup_with_hash -> memcmp [label="544"];
  216.     ht_lookup_with_hash -> table [label="1286"];
  217.     ht_lookup_with_hash -> _obstack_newchunk [label="3"];
  218.     ht_lookup_with_hash -> memcpy [label="1286"];
  219.     ht_forall -> cb [label="1286"];
  220.     get_stmt_ann -> stmt_ann [label="7"];
  221.     get_stmt_ann -> create_stmt_ann [label="7"];
  222.     modify_stmt -> stmt_ann [label="2"];
  223.     phi_nodes -> bb_ann [label="1"];
  224.     bsi_start -> tsi_start [label="11"];
  225.     bsi_last -> tsi_last [label="16"];
  226.     bsi_end_p -> tsi_end_p [label="35"];
  227.     bsi_next -> tsi_next [label="8"];
  228.     bsi_stmt -> tsi_stmt [label="36"];
  229.     expand_expr -> expand_expr_real [label="9"];
  230.     floor_log2 -> __builtin_clzl [label="75"];
  231.     build_tree_cfg -> tree_register_cfg_hooks [label="1"];
  232.     build_tree_cfg -> alloc_rbi_pool [label="1"];
  233.     build_tree_cfg -> init_flow [label="1"];
  234.     build_tree_cfg -> varray_init [label="2"];
  235.     build_tree_cfg -> memset [label="1"];
  236.     build_tree_cfg -> make_blocks [label="1"];
  237.     build_tree_cfg -> create_block_annotation [label="2"];
  238.     build_tree_cfg -> varray_grow [label="1"];
  239.     build_tree_cfg -> cleanup_dead_labels [label="1"];
  240.     build_tree_cfg -> group_case_labels [label="1"];
  241.     build_tree_cfg -> make_cfg_edges [label="1"];
  242.     build_tree_cfg -> dump_begin [label="1"];
  243.     execute_build_cfg -> build_tree_cfg [label="1"];
  244.     create_block_annotation -> ggc_alloc_cleared_stat [label="4"];
  245.     free_blocks_annotations -> clear_blocks_annotations [label="1"];
  246.     make_blocks -> tsi_start [label="1"];
  247.     make_blocks -> tsi_end_p [label="1"];
  248.     make_blocks -> tsi_stmt [label="4"];
  249.     make_blocks -> stmt_starts_bb_p [label="4"];
  250.     make_blocks -> tsi_split_statement_list_before [label="1"];
  251.     make_blocks -> create_basic_block [label="2"];
  252.     make_blocks -> set_bb_for_stmt [label="4"];
  253.     make_blocks -> computed_goto_p [label="4"];
  254.     make_blocks -> stmt_ends_bb_p [label="4"];
  255.     make_blocks -> tsi_next [label="4"];
  256.     create_bb -> alloc_block [label="2"];
  257.     create_bb -> memset [label="2"];
  258.     create_bb -> alloc_stmt_list [label="2"];
  259.     create_bb -> link_block [label="2"];
  260.     create_bb -> create_block_annotation [label="2"];
  261.     create_bb -> initialize_bb_rbi [label="2"];
  262.     make_cfg_edges -> make_edge [label="1"];
  263.     make_cfg_edges -> first_stmt [label="2"];
  264.     make_cfg_edges -> last_stmt [label="2"];
  265.     make_cfg_edges -> is_ctrl_stmt [label="2"];
  266.     make_cfg_edges -> make_ctrl_stmt_edges [label="2"];
  267.     make_cfg_edges -> is_ctrl_altering_stmt [label="2"];
  268.     make_cfg_edges -> remove_fake_edges [label="1"];
  269.     make_cfg_edges -> cleanup_tree_cfg [label="1"];
  270.     make_ctrl_stmt_edges -> last_stmt [label="2"];
  271.     make_ctrl_stmt_edges -> first_stmt [label="2"];
  272.     make_ctrl_stmt_edges -> make_edge [label="1"];
  273.     make_ctrl_stmt_edges -> make_goto_expr_edges [label="1"];
  274.     make_goto_expr_edges -> bsi_last [label="1"];
  275.     make_goto_expr_edges -> bsi_stmt [label="1"];
  276.     make_goto_expr_edges -> simple_goto_p [label="1"];
  277.     make_goto_expr_edges -> make_edge [label="1"];
  278.     make_goto_expr_edges -> label_to_block [label="1"];
  279.     make_goto_expr_edges -> strchr [label="1"];
  280.     make_goto_expr_edges -> bsi_remove [label="1"];
  281.     cleanup_tree_cfg -> timevar_push [label="1"];
  282.     cleanup_tree_cfg -> cleanup_control_flow [label="1"];
  283.     cleanup_tree_cfg -> thread_jumps [label="1"];
  284.     cleanup_tree_cfg -> delete_unreachable_blocks [label="1"];
  285.     cleanup_tree_cfg -> merge_seq_blocks [label="1"];
  286.     cleanup_tree_cfg -> compact_blocks [label="1"];
  287.     cleanup_tree_cfg -> timevar_pop [label="1"];
  288.     main_block_label -> label_to_block [label="1"];
  289.     cleanup_dead_labels -> xcalloc [label="1"];
  290.     cleanup_dead_labels -> bsi_next [label="1"];
  291.     cleanup_dead_labels -> bsi_stmt [label="5"];
  292.     cleanup_dead_labels -> last_stmt [label="2"];
  293.     cleanup_dead_labels -> main_block_label [label="1"];
  294.     cleanup_dead_labels -> computed_goto_p [label="1"];
  295.     cleanup_dead_labels -> for_each_eh_region [label="1"];
  296.     cleanup_dead_labels -> free [label="1"];
  297.     group_case_labels -> last_stmt [label="2"];
  298.     tree_can_merge_blocks_p -> last_stmt [label="1"];
  299.     tree_can_merge_blocks_p -> stmt_ends_bb_p [label="1"];
  300.     tree_can_merge_blocks_p -> phi_nodes [label="1"];
  301.     tree_can_merge_blocks_p -> bsi_stmt [label="2"];
  302.     tree_merge_blocks -> move_block_after [label="1"];
  303.     tree_merge_blocks -> last_stmt [label="2"];
  304.     tree_merge_blocks -> stmt_ends_bb_p [label="1"];
  305.     tree_merge_blocks -> bsi_stmt [label="3"];
  306.     tree_merge_blocks -> bsi_remove [label="1"];
  307.     tree_merge_blocks -> set_bb_for_stmt [label="1"];
  308.     tree_merge_blocks -> bsi_next [label="1"];
  309.     tree_merge_blocks -> tsi_last [label="1"];
  310.     tree_merge_blocks -> tsi_link_after [label="1"];
  311.     remove_useless_stmts_bind -> remove_useless_stmts_1 [label="1"];
  312.     remove_useless_stmts_1 -> remove_useless_stmts_bind [label="1"];
  313.     remove_useless_stmts_1 -> fold_stmt [label="2"];
  314.     remove_useless_stmts_1 -> tree_could_throw_p [label="1"];
  315.     remove_useless_stmts_1 -> tsi_start [label="1"];
  316.     remove_useless_stmts_1 -> tsi_end_p [label="1"];
  317.     remove_useless_stmts_1 -> tsi_stmt [label="4"];
  318.     remove_useless_stmts_1 -> integer_zerop [label="2"];
  319.     remove_useless_stmts_1 -> remove_useless_stmts_1 [label="2"];
  320.     remove_useless_stmts_1 -> tsi_stmt_ptr [label="2"];
  321.     remove_useless_stmts_1 -> tsi_next [label="2"];
  322.     remove_useless_stmts -> clear_special_calls [label="1"];
  323.     remove_useless_stmts -> memset [label="1"];
  324.     remove_useless_stmts -> remove_useless_stmts_1 [label="1"];
  325.     cleanup_control_flow -> bsi_last [label="2"];
  326.     cleanup_control_flow -> bsi_end_p [label="2"];
  327.     cleanup_control_flow -> bsi_stmt [label="2"];
  328.     is_ctrl_altering_stmt -> tree_can_throw_internal [label="3"];
  329.     simple_goto_p -> decl_function_context [label="1"];
  330.     stmt_ends_bb_p -> is_ctrl_stmt [label="6"];
  331.     stmt_ends_bb_p -> is_ctrl_altering_stmt [label="6"];
  332.     disband_implicit_edges -> bsi_last [label="1"];
  333.     disband_implicit_edges -> last_stmt [label="1"];
  334.     delete_tree_cfg_annotations -> free_blocks_annotations [label="1"];
  335.     delete_tree_cfg_annotations -> free_rbi_pool [label="1"];
  336.     first_stmt -> bsi_start [label="4"];
  337.     first_stmt -> bsi_end_p [label="4"];
  338.     first_stmt -> bsi_stmt [label="4"];
  339.     last_stmt -> bsi_last [label="12"];
  340.     last_stmt -> bsi_end_p [label="12"];
  341.     last_stmt -> bsi_stmt [label="12"];
  342.     set_bb_for_stmt -> get_stmt_ann [label="7"];
  343.     bsi_remove -> bsi_stmt [label="2"];
  344.     bsi_remove -> set_bb_for_stmt [label="2"];
  345.     bsi_remove -> modify_stmt [label="2"];
  346.     bsi_remove -> tsi_delink [label="2"];
  347.     tree_forwarder_block_p -> bb_ann [label="6"];
  348.     thread_jumps -> bb_ann [label="6"];
  349.     thread_jumps -> tree_forwarder_block_p [label="4"];
  350.     create_stmt_ann -> ggc_alloc_stat [label="4"];
  351.     create_stmt_ann -> memset [label="4"];
  352.     lookup_stmt_eh_region -> htab_find [label="3"];
  353.     record_in_finally_tree -> xmalloc [label="1"];
  354.     record_in_finally_tree -> htab_find_slot [label="1"];
  355.     collect_finally_tree -> record_in_finally_tree [label="1"];
  356.     collect_finally_tree -> collect_finally_tree [label="4"];
  357.     collect_finally_tree -> tsi_stmt [label="4"];
  358.     lower_eh_constructs_1 -> lower_eh_constructs_1 [label="4"];
  359.     lower_eh_constructs_1 -> tree_could_throw_p [label="1"];
  360.     lower_eh_constructs_1 -> maybe_record_in_goto_queue [label="2"];
  361.     lower_eh_constructs_1 -> tsi_stmt [label="4"];
  362.     lower_eh_constructs_1 -> tsi_stmt_ptr [label="4"];
  363.     lower_eh_constructs_1 -> tsi_next [label="4"];
  364.     lower_eh_constructs -> htab_create [label="1"];
  365.     lower_eh_constructs -> htab_create_alloc [label="1"];
  366.     lower_eh_constructs -> collect_finally_tree [label="1"];
  367.     lower_eh_constructs -> memset [label="1"];
  368.     lower_eh_constructs -> lower_eh_constructs_1 [label="1"];
  369.     lower_eh_constructs -> htab_delete [label="1"];
  370.     lower_eh_constructs -> collect_eh_region_array [label="1"];
  371.     tree_can_throw_internal -> lookup_stmt_eh_region [label="3"];
  372.     init_tree_ssa -> varray_init [label="1"];
  373.     init_tree_ssa -> bitmap_initialize [label="1"];
  374.     init_tree_ssa -> xmalloc [label="1"];
  375.     init_tree_ssa -> init_ssa_operands [label="1"];
  376.     init_tree_ssa -> init_ssanames [label="1"];
  377.     init_tree_ssa -> init_phinodes [label="1"];
  378.     delete_tree_ssa -> bsi_stmt [label="2"];
  379.     delete_tree_ssa -> fini_ssanames [label="1"];
  380.     delete_tree_ssa -> fini_phinodes [label="1"];
  381.     delete_tree_ssa -> fini_ssa_operands [label="1"];
  382.     delete_tree_ssa -> bitmap_clear [label="1"];
  383.     delete_tree_ssa -> free [label="1"];
  384.     execute_free_datastructures -> free_dominance_info [label="1"];
  385.     execute_free_datastructures -> disband_implicit_edges [label="1"];
  386.     execute_free_datastructures -> delete_tree_ssa [label="1"];
  387.     execute_free_datastructures -> alloc_stmt_list [label="1"];
  388.     execute_free_datastructures -> delete_tree_cfg_annotations [label="1"];
  389.     execute_init_datastructures -> init_tree_ssa [label="1"];
  390.     register_one_dump_file -> sprintf [label="20"];
  391.     register_one_dump_file -> concat [label="98"];
  392.     register_one_dump_file -> dump_register [label="49"];
  393.     register_dump_files -> register_one_dump_file [label="56"];
  394.     register_dump_files -> register_dump_files [label="2"];
  395.     dup_pass_1 -> xmalloc [label="13"];
  396.     dup_pass_1 -> memcpy [label="13"];
  397.     init_tree_optimization_passes -> dup_pass_1 [label="13"];
  398.     init_tree_optimization_passes -> register_dump_files [label="1"];
  399.     execute_todo -> ggc_collect [label="1"];
  400.     execute_one_pass -> pass [label="22"];
  401.     execute_one_pass -> execute_todo [label="6"];
  402.     execute_one_pass -> dump_begin [label="5"];
  403.     execute_one_pass -> timevar_push [label="4"];
  404.     execute_one_pass -> timevar_pop [label="4"];
  405.     execute_pass_list -> execute_one_pass [label="13"];
  406.     tree_rest_of_compilation -> timevar_push [label="1"];
  407.     tree_rest_of_compilation -> init_function_start [label="1"];
  408.     tree_rest_of_compilation -> cgraph_node [label="1"];
  409.     tree_rest_of_compilation -> cgraph_preserve_function_body_p [label="1"];
  410.     tree_rest_of_compilation -> timevar_pop [label="1"];
  411.     tree_rest_of_compilation -> bitmap_initialize [label="1"];
  412.     tree_rest_of_compilation -> xmalloc [label="1"];
  413.     tree_rest_of_compilation -> execute_pass_list [label="1"];
  414.     tree_rest_of_compilation -> ggc_collect [label="1"];
  415.     is_gimple_lvalue -> is_gimple_addr_expr_arg [label="1"];
  416.     is_gimple_addr_expr_arg -> is_gimple_id [label="1"];
  417.     is_gimple_stmt -> integer_zerop [label="3"];
  418.     is_gimple_id -> is_gimple_variable [label="1"];
  419.     push_gimplify_context -> xcalloc [label="1"];
  420.     push_gimplify_context -> htab_create [label="1"];
  421.     pop_gimplify_context -> declare_tmp_vars [label="1"];
  422.     pop_gimplify_context -> htab_delete [label="1"];
  423.     pop_gimplify_context -> free [label="1"];
  424.     append_to_statement_list_1 -> alloc_stmt_list [label="1"];
  425.     append_to_statement_list_1 -> tsi_last [label="4"];
  426.     append_to_statement_list_1 -> tsi_link_after [label="4"];
  427.     append_to_statement_list -> append_to_statement_list_1 [label="3"];
  428.     append_to_statement_list_force -> append_to_statement_list_1 [label="2"];
  429.     gimplify_and_add -> gimplify_stmt [label="1"];
  430.     gimplify_and_add -> append_to_statement_list [label="1"];
  431.     create_artificial_label -> build_decl_stat [label="1"];
  432.     create_tmp_var_name -> strlen [label="2"];
  433.     create_tmp_var_name -> __builtin_alloca [label="1"];
  434.     create_tmp_var_name -> sprintf [label="1"];
  435.     create_tmp_var_name -> __builtin_constant_p [label="1"];
  436.     create_tmp_var_name -> get_identifier_with_length [label="1"];
  437.     create_tmp_var_name -> get_identifier [label="1"];
  438.     create_tmp_var_raw -> build_qualified_type [label="1"];
  439.     create_tmp_var_raw -> build_decl_stat [label="1"];
  440.     create_tmp_var_raw -> create_tmp_var_name [label="1"];
  441.     create_tmp_var -> create_tmp_var_raw [label="1"];
  442.     create_tmp_var -> gimple_add_tmp_var [label="1"];
  443.     declare_tmp_vars -> nreverse [label="1"];
  444.     annotate_one_with_locus -> strchr [label="8"];
  445.     annotate_one_with_locus -> should_carry_locus_p [label="4"];
  446.     annotate_one_with_locus -> annotate_with_locus [label="1"];
  447.     annotate_all_with_locus -> tsi_stmt [label="2"];
  448.     annotate_all_with_locus -> annotate_one_with_locus [label="2"];
  449.     unshare_body -> cgraph_node [label="1"];
  450.     unshare_body -> walk_tree [label="1"];
  451.     unvisit_body -> cgraph_node [label="1"];
  452.     unvisit_body -> walk_tree [label="1"];
  453.     unshare_all_trees -> walk_tree [label="2"];
  454.     gimplify_bind_expr -> voidify_wrapper_expr [label="1"];
  455.     gimplify_bind_expr -> gimple_push_bind_expr [label="1"];
  456.     gimplify_bind_expr -> gimplify_to_stmt_list [label="1"];
  457.     gimplify_bind_expr -> gimple_pop_bind_expr [label="1"];
  458.     gimplify_return_expr -> aggregate_value_p [label="1"];
  459.     gimplify_return_expr -> create_tmp_var [label="1"];
  460.     gimplify_return_expr -> gimplify_and_add [label="1"];
  461.     gimplify_return_expr -> build2_stat [label="1"];
  462.     gimplify_modify_expr -> gimplify_modify_expr_rhs [label="2"];
  463.     gimplify_modify_expr -> gimplify_expr [label="2"];
  464.     gimplify_modify_expr -> is_gimple_tmp_var [label="1"];
  465.     gimplify_stmt -> gimplify_expr [label="3"];
  466.     gimplify_to_stmt_list -> gimplify_stmt [label="1"];
  467.     gimplify_expr -> strchr [label="7"];
  468.     gimplify_expr -> tree_ssa_useless_type_conversion [label="5"];
  469.     gimplify_expr -> lang_hooks [label="5"];
  470.     gimplify_expr -> gimplify_modify_expr [label="1"];
  471.     gimplify_expr -> gimplify_bind_expr [label="1"];
  472.     gimplify_expr -> gimplify_return_expr [label="1"];
  473.     gimplify_expr -> decl_function_context [label="1"];
  474.     gimplify_expr -> is_gimple_stmt [label="5"];
  475.     gimplify_expr -> append_to_statement_list [label="2"];
  476.     gimplify_expr -> annotate_all_with_locus [label="1"];
  477.     gimplify_expr -> annotate_one_with_locus [label="2"];
  478.     gimplify_expr -> gimple_test_f [label="2"];
  479.     gimplify_body -> timevar_push [label="1"];
  480.     gimplify_body -> push_gimplify_context [label="1"];
  481.     gimplify_body -> unshare_body [label="1"];
  482.     gimplify_body -> unvisit_body [label="1"];
  483.     gimplify_body -> gimplify_stmt [label="1"];
  484.     gimplify_body -> unshare_all_trees [label="1"];
  485.     gimplify_body -> pop_gimplify_context [label="1"];
  486.     gimplify_body -> timevar_pop [label="1"];
  487.     gimplify_function_tree -> gimplify_body [label="1"];
  488.     fold_stmt -> walk_tree [label="2"];
  489.     fold_stmt -> get_rhs [label="2"];
  490.     fold_stmt -> fold [label="2"];
  491.     fold_stmt -> tree_ssa_useless_type_conversion [label="2"];
  492.     init_ssa_operands -> varray_init [label="5"];
  493.     lower_nested_functions -> cgraph_node [label="1"];
  494.     lower_function_body -> alloc_stmt_list [label="1"];
  495.     lower_function_body -> tsi_start [label="1"];
  496.     lower_function_body -> tsi_link_after [label="3"];
  497.     lower_function_body -> lower_bind_expr [label="1"];
  498.     lower_function_body -> tsi_last [label="1"];
  499.     lower_function_body -> block_may_fallthru [label="1"];
  500.     lower_function_body -> build1_stat [label="1"];
  501.     lower_function_body -> blocks_nreverse [label="1"];
  502.     lower_function_body -> clear_block_marks [label="1"];
  503.     lower_stmt_body -> lower_stmt [label="2"];
  504.     lower_stmt -> tsi_stmt [label="2"];
  505.     lower_stmt -> strchr [label="2"];
  506.     lower_stmt -> lower_return_expr [label="1"];
  507.     lower_stmt -> tsi_next [label="1"];
  508.     lower_bind_expr -> tsi_stmt [label="1"];
  509.     lower_bind_expr -> record_vars [label="1"];
  510.     lower_bind_expr -> lower_stmt_body [label="1"];
  511.     lower_bind_expr -> tsi_link_before [label="1"];
  512.     lower_bind_expr -> tsi_delink [label="1"];
  513.     block_may_fallthru -> expr_last [label="1"];
  514.     lower_return_expr -> tsi_stmt [label="1"];
  515.     lower_return_expr -> create_artificial_label [label="1"];
  516.     lower_return_expr -> tree_cons_stat [label="1"];
  517.     lower_return_expr -> build1_stat [label="1"];
  518.     lower_return_expr -> strchr [label="1"];
  519.     lower_return_expr -> tsi_link_before [label="1"];
  520.     lower_return_expr -> tsi_delink [label="1"];
  521.     record_vars -> tree_cons_stat [label="1"];
  522.     expand_used_vars -> nreverse [label="1"];
  523.     expand_used_vars -> expand_var [label="1"];
  524.     alloc_stmt_list -> memset [label="4"];
  525.     alloc_stmt_list -> make_node_stat [label="2"];
  526.     tsi_link_before -> free_stmt_list [label="1"];
  527.     tsi_link_before -> ggc_alloc_stat [label="1"];
  528.     tsi_link_after -> free_stmt_list [label="1"];
  529.     tsi_link_after -> ggc_alloc_stat [label="7"];
  530.     tsi_split_statement_list_before -> alloc_stmt_list [label="1"];
  531.     init_ssanames -> varray_init [label="1"];
  532.     insn_variable_length_p -> recog_memoized_1 [label="13"];
  533.     insn_default_length -> recog_memoized_1 [label="13"];
  534.     insn_default_length -> get_attr_prefix_data16 [label="12"];
  535.     insn_default_length -> get_attr_length_address [label="12"];
  536.     insn_default_length -> get_attr_modrm [label="12"];
  537.     insn_default_length -> get_attr_prefix_0f [label="12"];
  538.     insn_default_length -> get_attr_prefix_rex [label="12"];
  539.     insn_default_length -> get_attr_prefix_rep [label="12"];
  540.     insn_default_length -> get_attr_length_immediate [label="12"];
  541.     get_attr_length_address -> recog_memoized_1 [label="12"];
  542.     get_attr_length_address -> extract_constrain_insn_cached [label="12"];
  543.     get_attr_length_address -> ix86_attr_length_address_default [label="12"];
  544.     get_attr_length_immediate -> recog_memoized_1 [label="12"];
  545.     get_attr_length_immediate -> extract_constrain_insn_cached [label="11"];
  546.     get_attr_length_immediate -> const0_operand [label="1"];
  547.     get_attr_length_immediate -> ix86_attr_length_immediate_default [label="11"];
  548.     get_attr_length_immediate -> get_attr_type [label="6"];
  549.     get_attr_length_immediate -> pic_symbolic_operand [label="2"];
  550.     get_attr_length_immediate -> symbolic_operand [label="3"];
  551.     get_attr_modrm -> recog_memoized_1 [label="12"];
  552.     get_attr_modrm -> extract_insn_cached [label="3"];
  553.     get_attr_modrm -> extract_constrain_insn_cached [label="4"];
  554.     get_attr_modrm -> const0_operand [label="1"];
  555.     get_attr_modrm -> register_operand [label="8"];
  556.     get_attr_modrm -> immediate_operand [label="4"];
  557.     get_attr_modrm -> get_attr_type [label="2"];
  558.     get_attr_modrm -> memory_operand [label="1"];
  559.     get_attr_modrm -> symbolic_operand [label="3"];
  560.     get_attr_mode -> recog_memoized_1 [label="2"];
  561.     get_attr_mode -> extract_constrain_insn_cached [label="2"];
  562.     get_attr_prefix_rex -> recog_memoized_1 [label="12"];
  563.     get_attr_prefix_rex -> extract_constrain_insn_cached [label="12"];
  564.     get_attr_prefix_rex -> x86_extended_reg_mentioned_p [label="12"];
  565.     get_attr_prefix_0f -> recog_memoized_1 [label="12"];
  566.     get_attr_prefix_0f -> extract_constrain_insn_cached [label="4"];
  567.     get_attr_prefix_rep -> recog_memoized_1 [label="12"];
  568.     get_attr_prefix_data16 -> recog_memoized_1 [label="12"];
  569.     get_attr_type -> recog_memoized_1 [label="28"];
  570.     get_attr_type -> extract_constrain_insn_cached [label="24"];
  571.     get_attr_type -> pic_symbolic_operand [label="10"];
  572.     get_attr_type -> incdec_operand [label="10"];
  573.     get_attr_type -> symbolic_operand [label="6"];
  574.     get_attr_type -> register_operand [label="4"];
  575.     get_attr_type -> const1_operand [label="4"];
  576.     gen_jump -> gen_rtx_fmt_ee [label="1"];
  577.     gen_jump -> gen_rtx_fmt_u00 [label="1"];
  578.     gen_return_internal -> gen_rtx_fmt_ [label="1"];
  579.     gen_leave -> gen_rtx_fmt_E [label="1"];
  580.     gen_leave -> gen_rtvec [label="1"];
  581.     gen_leave -> gen_rtx_fmt_ee [label="3"];
  582.     gen_leave -> gen_rtx_REG [label="4"];
  583.     gen_leave -> gen_rtx_MEM [label="2"];
  584.     gen_leave -> gen_rtx_fmt_e [label="1"];
  585.     gen_leave -> gen_rtx_fmt_0 [label="1"];
  586.     gen_pro_epilogue_adjust_stack_1 -> gen_rtx_fmt_E [label="1"];
  587.     gen_pro_epilogue_adjust_stack_1 -> gen_rtvec [label="1"];
  588.     gen_pro_epilogue_adjust_stack_1 -> gen_rtx_fmt_ee [label="2"];
  589.     gen_pro_epilogue_adjust_stack_1 -> gen_hard_reg_clobber [label="1"];
  590.     gen_pro_epilogue_adjust_stack_1 -> gen_rtx_fmt_e [label="1"];
  591.     gen_pro_epilogue_adjust_stack_1 -> gen_rtx_MEM [label="1"];
  592.     gen_pro_epilogue_adjust_stack_1 -> gen_rtx_fmt_0 [label="1"];
  593.     gen_movsi -> start_sequence [label="8"];
  594.     gen_movsi -> ix86_expand_move [label="8"];
  595.     gen_movsi -> get_insns [label="8"];
  596.     gen_movsi -> end_sequence [label="8"];
  597.     gen_addsi3 -> start_sequence [label="3"];
  598.     gen_addsi3 -> ix86_expand_binary_operator [label="3"];
  599.     gen_addsi3 -> get_insns [label="3"];
  600.     gen_addsi3 -> end_sequence [label="3"];
  601.     gen_subsi3 -> start_sequence [label="1"];
  602.     gen_subsi3 -> ix86_expand_binary_operator [label="1"];
  603.     gen_subsi3 -> get_insns [label="1"];
  604.     gen_subsi3 -> end_sequence [label="1"];
  605.     gen_andsi3 -> start_sequence [label="1"];
  606.     gen_andsi3 -> ix86_expand_binary_operator [label="1"];
  607.     gen_andsi3 -> get_insns [label="1"];
  608.     gen_andsi3 -> end_sequence [label="1"];
  609.     gen_ashlsi3 -> start_sequence [label="2"];
  610.     gen_ashlsi3 -> ix86_expand_binary_operator [label="2"];
  611.     gen_ashlsi3 -> get_insns [label="2"];
  612.     gen_ashlsi3 -> end_sequence [label="2"];
  613.     gen_lshrsi3 -> start_sequence [label="2"];
  614.     gen_lshrsi3 -> ix86_expand_binary_operator [label="2"];
  615.     gen_lshrsi3 -> get_insns [label="2"];
  616.     gen_lshrsi3 -> end_sequence [label="2"];
  617.     gen_prologue -> start_sequence [label="1"];
  618.     gen_prologue -> ix86_expand_prologue [label="1"];
  619.     gen_prologue -> get_insns [label="1"];
  620.     gen_prologue -> end_sequence [label="1"];
  621.     gen_epilogue -> start_sequence [label="1"];
  622.     gen_epilogue -> ix86_expand_epilogue [label="1"];
  623.     gen_epilogue -> get_insns [label="1"];
  624.     gen_epilogue -> end_sequence [label="1"];
  625.     output_43 -> get_attr_type [label="3"];
  626.     output_43 -> legitimate_pic_operand_p [label="3"];
  627.     output_201 -> get_attr_type [label="2"];
  628.     output_201 -> rtx_equal_p [label="2"];
  629.     output_290 -> get_attr_type [label="1"];
  630.     output_290 -> rtx_equal_p [label="1"];
  631.     output_407 -> get_attr_type [label="1"];
  632.     output_670 -> get_attr_type [label="1"];
  633.     output_670 -> gen_rtx_CONST_INT [label="1"];
  634.     recog_1 -> register_operand [label="77"];
  635.     recog_1 -> nonimmediate_operand [label="94"];
  636.     recog_1 -> memory_operand [label="30"];
  637.     recog_1 -> push_operand [label="2"];
  638.     recog_1 -> general_operand [label="34"];
  639.     recog_1 -> ix86_binary_operator_ok [label="15"];
  640.     recog_1 -> nonmemory_operand [label="15"];
  641.     recog_2 -> no_seg_address_operand [label="93"];
  642.     recog_3 -> register_operand [label="195"];
  643.     recog_3 -> nonimmediate_operand [label="284"];
  644.     recog_3 -> push_operand [label="3"];
  645.     recog_3 -> general_no_elim_operand [label="1"];
  646.     recog_3 -> general_operand [label="104"];
  647.     recog_3 -> nonmemory_operand [label="31"];
  648.     recog_3 -> const0_operand [label="102"];
  649.     recog_3 -> immediate_operand [label="102"];
  650.     recog_3 -> ix86_binary_operator_ok [label="31"];
  651.     recog_3 -> recog_2 [label="93"];
  652.     recog_4 -> push_operand [label="25"];
  653.     recog_4 -> nonimmediate_operand [label="67"];
  654.     recog_4 -> register_operand [label="35"];
  655.     recog_4 -> general_operand [label="25"];
  656.     recog_4 -> nonmemory_operand [label="7"];
  657.     recog_4 -> ix86_binary_operator_ok [label="7"];
  658.     recog_6 -> register_operand [label="312"];
  659.     recog_6 -> nonimmediate_operand [label="314"];
  660.     recog_6 -> nonmemory_operand [label="62"];
  661.     recog_6 -> push_operand [label="2"];
  662.     recog_6 -> const0_operand [label="95"];
  663.     recog_6 -> const_int_operand [label="95"];
  664.     recog_6 -> general_operand [label="97"];
  665.     recog_6 -> ix86_binary_operator_ok [label="31"];
  666.     recog_6 -> no_seg_address_operand [label="93"];
  667.     recog_6 -> recog_5 [label="93"];
  668.     recog_19 -> register_operand [label="1463"];
  669.     recog_19 -> recog_1 [label="49"];
  670.     recog_19 -> nonimmediate_operand [label="226"];
  671.     recog_19 -> recog_3 [label="105"];
  672.     recog_19 -> recog_4 [label="25"];
  673.     recog_19 -> recog_6 [label="97"];
  674.     recog_19 -> push_operand [label="105"];
  675.     recog_19 -> memory_operand [label="200"];
  676.     recog_19 -> general_operand [label="105"];
  677.     recog_19 -> nonmemory_operand [label="12"];
  678.     recog_19 -> index_register_operand [label="112"];
  679.     recog_19 -> const248_operand [label="112"];
  680.     recog_19 -> vector_move_operand [label="93"];
  681.     recog_20 -> nonimmediate_operand [label="6"];
  682.     recog_20 -> general_operand [label="4"];
  683.     recog_20 -> ix86_binary_operator_ok [label="6"];
  684.     recog_20 -> nonmemory_operand [label="2"];
  685.     recog_20 -> const1_operand [label="1"];
  686.     recog_21 -> nonimmediate_operand [label="6"];
  687.     recog_21 -> recog_20 [label="6"];
  688.     recog_32 -> recog_21 [label="6"];
  689.     recog_33 -> nonimmediate_operand [label="1"];
  690.     recog_33 -> memory_operand [label="1"];
  691.     recog_33 -> register_operand [label="2"];
  692.     recog_33 -> immediate_operand [label="1"];
  693.     recog_35 -> recog_33 [label="2"];
  694.     recog_39 -> recog_32 [label="6"];
  695.     recog_39 -> recog_35 [label="2"];
  696.     recog -> recog_19 [label="1065"];
  697.     recog -> recog_39 [label="8"];
  698.     split_1 -> push_operand [label="21"];
  699.     split_1 -> nonimmediate_operand [label="7"];
  700.     split_1 -> register_operand [label="7"];
  701.     split_1 -> general_operand [label="7"];
  702.     split_1 -> fp_register_operand [label="7"];
  703.     split_1 -> binary_fp_operator [label="7"];
  704.     split_2 -> register_operand [label="64"];
  705.     split_2 -> ext_register_operand [label="12"];
  706.     split_2 -> memory_operand [label="12"];
  707.     split_2 -> nonimmediate_operand [label="12"];
  708.     split_2 -> true_regnum [label="16"];
  709.     split_2 -> general_operand [label="2"];
  710.     split_2 -> nonmemory_operand [label="4"];
  711.     split_2 -> const_int_operand [label="8"];
  712.     split_2 -> rtx_equal_p [label="2"];
  713.     split_2 -> aligned_operand [label="8"];
  714.     split_2 -> promotable_binary_operator [label="12"];
  715.     split_2 -> index_register_operand [label="2"];
  716.     split_4 -> split_2 [label="12"];
  717.     split_insns -> split_1 [label="7"];
  718.     split_insns -> split_4 [label="12"];
  719.     gen_rtx_fmt_ee -> ggc_alloc_typed_stat [label="147"];
  720.     gen_rtx_fmt_ee -> memset [label="147"];
  721.     gen_rtx_fmt_E -> ggc_alloc_typed_stat [label="32"];
  722.     gen_rtx_fmt_E -> memset [label="32"];
  723.     gen_rtx_fmt_e -> ggc_alloc_typed_stat [label="48"];
  724.     gen_rtx_fmt_e -> memset [label="48"];
  725.     gen_rtx_fmt_iuuB00is -> ggc_alloc_typed_stat [label="1"];
  726.     gen_rtx_fmt_iuuB00is -> memset [label="1"];
  727.     gen_rtx_fmt_ -> ggc_alloc_typed_stat [label="3"];
  728.     gen_rtx_fmt_ -> memset [label="3"];
  729.     gen_rtx_fmt_w -> ggc_alloc_typed_stat [label="154"];
  730.     gen_rtx_fmt_w -> memset [label="154"];
  731.     gen_rtx_fmt_0 -> ggc_alloc_typed_stat [label="2"];
  732.     gen_rtx_fmt_0 -> memset [label="2"];
  733.     gen_rtx_fmt_i00 -> ggc_alloc_typed_stat [label="107"];
  734.     gen_rtx_fmt_i00 -> memset [label="107"];
  735.     gen_rtx_fmt_e0 -> ggc_alloc_typed_stat [label="295"];
  736.     gen_rtx_fmt_e0 -> memset [label="295"];
  737.     gen_rtx_fmt_u00 -> ggc_alloc_typed_stat [label="1"];
  738.     gen_rtx_fmt_u00 -> memset [label="1"];
  739.     gen_rtx_fmt_s00 -> ggc_alloc_typed_stat [label="236"];
  740.     gen_rtx_fmt_s00 -> memset [label="236"];
  741.     init_alias_once -> ix86_function_arg_regno_p [label="53"];
  742.     init_alias_once -> ix86_hard_regno_mode_ok [label="53"];
  743.     init_alias_once -> gen_rtx_fmt_e [label="7"];
  744.     init_alias_once -> gen_rtx_REG [label="3"];
  745.     bitmap_element_allocate -> _obstack_begin [label="1"];
  746.     bitmap_element_allocate -> ggc_alloc_stat [label="1"];
  747.     bitmap_element_allocate -> memset [label="67"];
  748.     bitmap_release_memory -> obstack_free [label="1"];
  749.     bitmap_clear -> bitmap_elem_to_freelist [label="40"];
  750.     bitmap_copy -> bitmap_clear [label="17"];
  751.     bitmap_copy -> bitmap_element_allocate [label="17"];
  752.     bitmap_clear_bit -> bitmap_find_bit [label="64"];
  753.     bitmap_clear_bit -> bitmap_element_zerop [label="47"];
  754.     bitmap_set_bit -> bitmap_find_bit [label="176"];
  755.     bitmap_set_bit -> bitmap_element_allocate [label="47"];
  756.     bitmap_set_bit -> bitmap_element_link [label="47"];
  757.     bitmap_bit_p -> bitmap_find_bit [label="179"];
  758.     bitmap_operation -> bitmap_elem_to_freelist [label="1"];
  759.     bitmap_operation -> bitmap_element_allocate [label="3"];
  760.     bitmap_operation -> bitmap_element_zerop [label="26"];
  761.     bitmap_operation -> bitmap_element_link [label="25"];
  762.     bitmap_equal_p -> memset [label="1"];
  763.     bitmap_equal_p -> bitmap_operation [label="1"];
  764.     bitmap_equal_p -> bitmap_clear [label="1"];
  765.     init_flow -> _obstack_begin [label="1"];
  766.     init_flow -> ggc_alloc_cleared_stat [label="2"];
  767.     clear_edges -> free_edge [label="2"];
  768.     alloc_block -> ggc_alloc_cleared_stat [label="5"];
  769.     alloc_rbi_pool -> create_alloc_pool [label="1"];
  770.     free_rbi_pool -> free_alloc_pool [label="1"];
  771.     initialize_bb_rbi -> pool_alloc [label="2"];
  772.     initialize_bb_rbi -> memset [label="2"];
  773.     expunge_block -> unlink_block [label="4"];
  774.     unchecked_make_edge -> ggc_alloc_cleared_stat [label="8"];
  775.     cached_make_edge -> unchecked_make_edge [label="8"];
  776.     make_edge -> cached_make_edge [label="6"];
  777.     make_single_succ_edge -> make_edge [label="1"];
  778.     remove_edge -> free_edge [label="6"];
  779.     alloc_aux_for_block -> memset [label="3"];
  780.     alloc_aux_for_blocks -> _obstack_begin [label="1"];
  781.     alloc_aux_for_blocks -> alloc_aux_for_block [label="3"];
  782.     free_aux_for_blocks -> clear_aux_for_blocks [label="1"];
  783.     alloc_aux_for_edge -> memset [label="2"];
  784.     alloc_aux_for_edges -> _obstack_begin [label="1"];
  785.     alloc_aux_for_edges -> alloc_aux_for_edge [label="2"];
  786.     free_aux_for_edges -> clear_aux_for_edges [label="1"];
  787.     flow_active_insn_p -> active_insn_p [label="5"];
  788.     forwarder_block_p -> flow_active_insn_p [label="11"];
  789.     find_unreachable_blocks -> xmalloc [label="4"];
  790.     find_unreachable_blocks -> free [label="4"];
  791.     remove_fake_edges -> remove_fake_successors [label="3"];
  792.     control_flow_insn_p -> can_throw_internal [label="32"];
  793.     make_label_edge -> cached_make_edge [label="1"];
  794.     make_edges -> cached_make_edge [label="6"];
  795.     make_edges -> find_reg_note [label="2"];
  796.     make_edges -> tablejump_p [label="2"];
  797.     make_edges -> make_label_edge [label="1"];
  798.     make_edges -> computed_jump_p [label="2"];
  799.     make_edges -> returnjump_p [label="2"];
  800.     find_bb_boundaries -> split_block [label="1"];
  801.     find_bb_boundaries -> remove_edge [label="1"];
  802.     find_bb_boundaries -> inside_basic_block_p [label="48"];
  803.     find_bb_boundaries -> control_flow_insn_p [label="48"];
  804.     find_bb_boundaries -> purge_dead_edges [label="4"];
  805.     find_many_sub_basic_blocks -> find_bb_boundaries [label="4"];
  806.     find_many_sub_basic_blocks -> make_edges [label="2"];
  807.     find_many_sub_basic_blocks -> compute_outgoing_frequencies [label="5"];
  808.     update_forwarder_flag -> forwarder_block_p [label="5"];
  809.     try_forward_edges -> find_reg_note [label="4"];
  810.     merge_blocks_move -> find_reg_note [label="4"];
  811.     merge_blocks_move -> merge_blocks [label="2"];
  812.     merge_blocks_move -> update_forwarder_flag [label="2"];
  813.     try_optimize_cfg -> update_forwarder_flag [label="3"];
  814.     try_optimize_cfg -> targetm [label="1"];
  815.     try_optimize_cfg -> label_is_jump_target_p [label="4"];
  816.     try_optimize_cfg -> can_merge_blocks_p [label="2"];
  817.     try_optimize_cfg -> simplejump_p [label="2"];
  818.     try_optimize_cfg -> onlyjump_p [label="6"];
  819.     try_optimize_cfg -> tablejump_p [label="2"];
  820.     try_optimize_cfg -> merge_blocks_move [label="2"];
  821.     try_optimize_cfg -> try_simplify_condjump [label="4"];
  822.     try_optimize_cfg -> find_reg_note [label="4"];
  823.     try_optimize_cfg -> try_redirect_by_replacing_jump [label="4"];
  824.     try_optimize_cfg -> try_forward_edges [label="4"];
  825.     try_optimize_cfg -> try_crossjump_bb [label="6"];
  826.     try_optimize_cfg -> clear_aux_for_blocks [label="1"];
  827.     delete_unreachable_blocks -> find_unreachable_blocks [label="4"];
  828.     delete_unreachable_blocks -> delete_basic_block [label="1"];
  829.     delete_unreachable_blocks -> tidy_fallthru_edges [label="1"];
  830.     merge_seq_blocks -> can_merge_blocks_p [label="2"];
  831.     merge_seq_blocks -> merge_blocks [label="1"];
  832.     cleanup_cfg -> timevar_push [label="1"];
  833.     cleanup_cfg -> delete_unreachable_blocks [label="2"];
  834.     cleanup_cfg -> compact_blocks [label="1"];
  835.     cleanup_cfg -> try_optimize_cfg [label="1"];
  836.     cleanup_cfg -> free_EXPR_LIST_list [label="1"];
  837.     cleanup_cfg -> timevar_pop [label="1"];
  838.     insn_locators_initialize -> varray_init [label="6"];
  839.     insn_locators_initialize -> active_insn_p [label="48"];
  840.     insn_locators_initialize -> check_block_change [label="24"];
  841.     insn_locators_initialize -> set_block_levels [label="1"];
  842.     insn_locators_initialize -> free_block_changes [label="1"];
  843.     set_block_levels -> set_block_levels [label="1"];
  844.     insn_line -> locator_line [label="13"];
  845.     insn_file -> locator_file [label="13"];
  846.     flow_loop_free -> free [label="1"];
  847.     flow_loops_free -> flow_loop_free [label="1"];
  848.     flow_loops_free -> free [label="1"];
  849.     canonicalize_loop_headers -> calculate_dominance_info [label="1"];
  850.     canonicalize_loop_headers -> alloc_aux_for_blocks [label="1"];
  851.     canonicalize_loop_headers -> alloc_aux_for_edges [label="1"];
  852.     canonicalize_loop_headers -> dominated_by_p [label="1"];
  853.     canonicalize_loop_headers -> free_dominance_info [label="1"];
  854.     canonicalize_loop_headers -> free_aux_for_blocks [label="1"];
  855.     canonicalize_loop_headers -> free_aux_for_edges [label="1"];
  856.     flow_loops_find -> memset [label="1"];
  857.     flow_loops_find -> canonicalize_loop_headers [label="1"];
  858.     flow_loops_find -> calculate_dominance_info [label="1"];
  859.     flow_loops_find -> sbitmap_alloc [label="1"];
  860.     flow_loops_find -> sbitmap_zero [label="1"];
  861.     flow_loops_find -> dominated_by_p [label="1"];
  862.     flow_loops_find -> xcalloc [label="2"];
  863.     flow_loops_find -> free_dominance_info [label="1"];
  864.     flow_loops_find -> free [label="1"];
  865.     create_loop_notes -> flow_loops_find [label="1"];
  866.     create_loop_notes -> free_dominance_info [label="1"];
  867.     create_loop_notes -> flow_loops_free [label="1"];
  868.     can_delete_label_p -> in_expr_list_p [label="2"];
  869.     delete_insn -> can_delete_label_p [label="1"];
  870.     delete_insn -> remove_node_from_expr_list [label="1"];
  871.     delete_insn -> remove_insn [label="16"];
  872.     delete_insn -> find_reg_note [label="15"];
  873.     delete_insn_and_edges -> delete_insn [label="8"];
  874.     delete_insn_chain -> can_delete_note_p [label="9"];
  875.     delete_insn_chain -> delete_insn [label="8"];
  876.     create_basic_block_structure -> alloc_block [label="3"];
  877.     create_basic_block_structure -> emit_note_after [label="1"];
  878.     create_basic_block_structure -> emit_note_before [label="2"];
  879.     create_basic_block_structure -> link_block [label="3"];
  880.     create_basic_block_structure -> update_bb_for_insn [label="3"];
  881.     rtl_create_basic_block -> varray_grow [label="2"];
  882.     rtl_create_basic_block -> create_basic_block_structure [label="3"];
  883.     rtl_delete_block -> tablejump_p [label="1"];
  884.     rtl_delete_block -> next_nonnote_insn [label="1"];
  885.     rtl_delete_block -> delete_insn_chain [label="1"];
  886.     rtl_split_block -> create_basic_block [label="1"];
  887.     rtl_merge_blocks -> delete_insn_chain [label="2"];
  888.     rtl_tidy_fallthru_edge -> onlyjump_p [label="2"];
  889.     rtl_tidy_fallthru_edge -> any_uncondjump_p [label="2"];
  890.     rtl_tidy_fallthru_edge -> delete_insn_chain [label="1"];
  891.     insert_insn_on_edge -> start_sequence [label="2"];
  892.     insert_insn_on_edge -> emit_insn [label="2"];
  893.     insert_insn_on_edge -> get_insns [label="2"];
  894.     insert_insn_on_edge -> end_sequence [label="2"];
  895.     commit_one_edge_insertion -> emit_insn_after [label="2"];
  896.     commit_one_edge_insertion -> returnjump_p [label="2"];
  897.     commit_one_edge_insertion -> emit_barrier_after [label="1"];
  898.     commit_edge_insertions -> commit_one_edge_insertion [label="2"];
  899.     commit_edge_insertions -> sbitmap_alloc [label="1"];
  900.     commit_edge_insertions -> sbitmap_zero [label="1"];
  901.     commit_edge_insertions -> find_many_sub_basic_blocks [label="1"];
  902.     commit_edge_insertions -> free [label="1"];
  903.     purge_dead_edges -> find_reg_note [label="12"];
  904.     purge_dead_edges -> can_throw_internal [label="1"];
  905.     purge_dead_edges -> remove_edge [label="1"];
  906.     purge_dead_edges -> any_condjump_p [label="6"];
  907.     purge_dead_edges -> returnjump_p [label="5"];
  908.     purge_dead_edges -> simplejump_p [label="6"];
  909.     purge_all_dead_edges -> purge_dead_edges [label="4"];
  910.     convert_to_integer -> build1_stat [label="3"];
  911.     gcov_open -> fopen [label="1"];
  912.     read_counts_file -> gcov_open [label="1"];
  913.     coverage_end_function -> gcov_is_error [label="1"];
  914.     coverage_init -> strlen [label="3"];
  915.     coverage_init -> xmalloc [label="2"];
  916.     coverage_init -> strcpy [label="2"];
  917.     coverage_init -> strcat [label="2"];
  918.     coverage_init -> read_counts_file [label="1"];
  919.     coverage_finish -> create_coverage [label="1"];
  920.     gen_lowpart_if_possible -> gen_lowpart_common [label="6"];
  921.     count_reg_usage -> count_reg_usage [label="110"];
  922.     count_reg_usage -> find_reg_equal_equiv_note [label="22"];
  923.     set_live_p -> set_noop_p [label="27"];
  924.     set_live_p -> side_effects_p [label="27"];
  925.     insn_live_p -> may_trap_p [label="29"];
  926.     insn_live_p -> set_live_p [label="27"];
  927.     delete_trivially_dead_insns -> timevar_push [label="1"];
  928.     delete_trivially_dead_insns -> xcalloc [label="1"];
  929.     delete_trivially_dead_insns -> count_reg_usage [label="22"];
  930.     delete_trivially_dead_insns -> get_last_insn [label="2"];
  931.     delete_trivially_dead_insns -> prev_real_insn [label="29"];
  932.     delete_trivially_dead_insns -> find_reg_note [label="58"];
  933.     delete_trivially_dead_insns -> insn_live_p [label="29"];
  934.     delete_trivially_dead_insns -> delete_insn_and_edges [label="5"];
  935.     delete_trivially_dead_insns -> free [label="1"];
  936.     delete_trivially_dead_insns -> timevar_pop [label="1"];
  937.     diagnostic_initialize -> xmalloc [label="1"];
  938.     diagnostic_initialize -> pp_construct [label="1"];
  939.     diagnostic_initialize -> memset [label="1"];
  940.     verbatim -> __builtin_va_start [label="1"];
  941.     verbatim -> __errno_location [label="1"];
  942.     verbatim -> pp_base_format_verbatim [label="1"];
  943.     verbatim -> pp_base_flush [label="1"];
  944.     verbatim -> __builtin_va_end [label="1"];
  945.     init_dom_info -> xcalloc [label="16"];
  946.     init_dom_info -> xmalloc [label="6"];
  947.     free_dom_info -> free [label="22"];
  948.     calc_dfs_tree_nonrec -> xmalloc [label="2"];
  949.     calc_dfs_tree_nonrec -> free [label="2"];
  950.     calc_dfs_tree -> calc_dfs_tree_nonrec [label="2"];
  951.     calc_idoms -> eval [label="2"];
  952.     calc_idoms -> link_roots [label="2"];
  953.     assign_dfs_numbers -> assign_dfs_numbers [label="2"];
  954.     compute_dom_fast_query -> assign_dfs_numbers [label="4"];
  955.     calculate_dominance_info -> et_new_tree [label="6"];
  956.     calculate_dominance_info -> init_dom_info [label="2"];
  957.     calculate_dominance_info -> calc_dfs_tree [label="2"];
  958.     calculate_dominance_info -> calc_idoms [label="2"];
  959.     calculate_dominance_info -> et_set_father [label="2"];
  960.     calculate_dominance_info -> free_dom_info [label="2"];
  961.     calculate_dominance_info -> compute_dom_fast_query [label="2"];
  962.     free_dominance_info -> delete_from_dominance_info [label="6"];
  963.     delete_from_dominance_info -> et_free_tree [label="6"];
  964.     dwarf2out_begin_prologue -> dwarf2out_do_frame [label="1"];
  965.     const_double_htab_hash -> real_hash [label="12"];
  966.     const_double_htab_eq -> real_identical [label="1"];
  967.     get_reg_attrs -> htab_find_slot [label="2"];
  968.     get_reg_attrs -> ggc_alloc_stat [label="2"];
  969.     get_reg_attrs -> memcpy [label="2"];
  970.     gen_raw_REG -> gen_rtx_fmt_i00 [label="106"];
  971.     gen_rtx_CONST_INT -> htab_find_slot_with_hash [label="50"];
  972.     gen_rtx_CONST_INT -> gen_rtx_fmt_w [label="25"];
  973.     gen_int_mode -> gen_rtx_CONST_INT [label="4"];
  974.     gen_int_mode -> trunc_int_for_mode [label="4"];
  975.     lookup_const_double -> htab_find_slot [label="12"];
  976.     const_double_from_real_value -> rtx_alloc_stat [label="12"];
  977.     const_double_from_real_value -> memcpy [label="12"];
  978.     const_double_from_real_value -> lookup_const_double [label="12"];
  979.     immed_double_const -> gen_rtx_CONST_INT [label="6"];
  980.     gen_rtx_REG -> gen_raw_REG [label="30"];
  981.     gen_rtx_MEM -> gen_rtx_fmt_e0 [label="295"];
  982.     gen_rtvec -> __builtin_va_start [label="11"];
  983.     gen_rtvec -> __builtin_alloca [label="11"];
  984.     gen_rtvec -> __builtin_va_end [label="11"];
  985.     gen_rtvec -> gen_rtvec_v [label="11"];
  986.     gen_rtvec_v -> rtvec_alloc [label="11"];
  987.     gen_reg_rtx -> gen_raw_REG [label="14"];
  988.     set_decl_rtl -> get_reg_attrs [label="2"];
  989.     gen_lowpart_common -> mode_for_size [label="4"];
  990.     gen_lowpart_common -> subreg_lowpart_offset [label="4"];
  991.     gen_lowpart_common -> simplify_gen_subreg [label="4"];
  992.     gen_label_rtx -> gen_rtx_fmt_iuuB00is [label="1"];
  993.     unshare_all_rtl_1 -> copy_rtx_if_shared [label="2"];
  994.     unshare_all_rtl_1 -> unshare_all_decls [label="2"];
  995.     unshare_all_rtl_1 -> unshare_all_rtl_in_chain [label="2"];
  996.     unshare_all_rtl_again -> reset_used_flags [label="37"];
  997.     unshare_all_rtl_again -> reset_used_decls [label="1"];
  998.     unshare_all_rtl_again -> unshare_all_rtl_1 [label="1"];
  999.     unshare_all_rtl -> unshare_all_rtl_1 [label="1"];
  1000.     unshare_all_rtl -> get_insns [label="1"];
  1001.     unshare_all_rtl_in_chain -> copy_rtx_if_shared [label="87"];
  1002.     copy_rtx_if_shared -> copy_rtx_if_shared_1 [label="89"];
  1003.     copy_rtx_if_shared_1 -> copy_rtx_if_shared_1 [label="70"];
  1004.     reset_used_flags -> reset_used_flags [label="35"];
  1005.     renumber_insns -> get_max_uid [label="1"];
  1006.     next_active_insn -> active_insn_p [label="2"];
  1007.     try_split -> any_condjump_p [label="21"];
  1008.     try_split -> find_reg_note [label="21"];
  1009.     try_split -> split_insns [label="21"];
  1010.     make_insn_raw -> rtx_alloc_stat [label="38"];
  1011.     make_jump_insn_raw -> rtx_alloc_stat [label="2"];
  1012.     remove_unnecessary_notes -> remove_insn [label="3"];
  1013.     emit_insn_before -> add_insn_before [label="13"];
  1014.     emit_note_before -> rtx_alloc_stat [label="2"];
  1015.     emit_note_before -> add_insn_before [label="2"];
  1016.     emit_insn_after -> emit_insn_after_1 [label="3"];
  1017.     emit_barrier_after -> rtx_alloc_stat [label="1"];
  1018.     emit_barrier_after -> add_insn_after [label="1"];
  1019.     emit_note_after -> rtx_alloc_stat [label="1"];
  1020.     emit_note_after -> add_insn_after [label="1"];
  1021.     emit_insn -> add_insn [label="65"];
  1022.     emit_insn -> make_insn_raw [label="38"];
  1023.     emit_jump_insn -> add_insn [label="4"];
  1024.     emit_jump_insn -> make_jump_insn_raw [label="2"];
  1025.     emit_label -> add_insn [label="1"];
  1026.     emit_barrier -> rtx_alloc_stat [label="1"];
  1027.     emit_barrier -> add_insn [label="1"];
  1028.     emit_line_note -> set_file_and_line_for_stmt [label="3"];
  1029.     emit_line_note -> strcmp [label="3"];
  1030.     emit_note -> rtx_alloc_stat [label="10"];
  1031.     emit_note -> memset [label="10"];
  1032.     emit_note -> add_insn [label="10"];
  1033.     set_unique_reg_note -> find_reg_note [label="4"];
  1034.     set_unique_reg_note -> multiple_sets [label="4"];
  1035.     set_unique_reg_note -> gen_rtx_fmt_ee [label="4"];
  1036.     start_sequence -> ggc_alloc_stat [label="3"];
  1037.     end_sequence -> memset [label="26"];
  1038.     init_emit -> ggc_alloc_stat [label="6"];
  1039.     init_emit -> ggc_alloc_cleared_stat [label="3"];
  1040.     init_emit -> memcpy [label="3"];
  1041.     init_emit -> init_virtual_regs [label="3"];
  1042.     gen_const_vector_0 -> rtvec_alloc [label="21"];
  1043.     gen_const_vector_0 -> gen_rtx_fmt_E [label="21"];
  1044.     init_emit_once -> init_reg_modes_once [label="1"];
  1045.     init_emit_once -> htab_create_alloc [label="4"];
  1046.     init_emit_once -> mode_for_size [label="1"];
  1047.     init_emit_once -> gen_rtx_fmt_ [label="2"];
  1048.     init_emit_once -> gen_raw_REG [label="62"];
  1049.     init_emit_once -> gen_rtx_fmt_w [label="129"];
  1050.     init_emit_once -> gen_rtx_CONST_INT [label="18"];
  1051.     init_emit_once -> real_from_integer [label="7"];
  1052.     init_emit_once -> real_arithmetic [label="1"];
  1053.     init_emit_once -> real_from_string [label="2"];
  1054.     init_emit_once -> const_double_from_real_value [label="12"];
  1055.     init_emit_once -> gen_const_vector_0 [label="21"];
  1056.     init_emit_once -> gen_rtx_REG [label="1"];
  1057.     gen_hard_reg_clobber -> gen_rtx_fmt_e [label="1"];
  1058.     gen_hard_reg_clobber -> gen_rtx_REG [label="1"];
  1059.     init_eh_for_function -> ggc_alloc_cleared_stat [label="3"];
  1060.     remove_fixup_regions -> find_reg_note [label="63"];
  1061.     remove_unreachable_regions -> xcalloc [label="4"];
  1062.     remove_unreachable_regions -> get_max_uid [label="2"];
  1063.     remove_unreachable_regions -> free [label="4"];
  1064.     convert_from_eh_region_ranges_1 -> find_reg_note [label="40"];
  1065.     convert_from_eh_region_ranges_1 -> may_trap_p [label="40"];
  1066.     convert_from_eh_region_ranges -> get_insns [label="2"];
  1067.     convert_from_eh_region_ranges -> collect_eh_region_array [label="2"];
  1068.     convert_from_eh_region_ranges -> resolve_fixup_regions [label="2"];
  1069.     convert_from_eh_region_ranges -> xmalloc [label="2"];
  1070.     convert_from_eh_region_ranges -> convert_from_eh_region_ranges_1 [label="2"];
  1071.     convert_from_eh_region_ranges -> free [label="2"];
  1072.     convert_from_eh_region_ranges -> remove_fixup_regions [label="2"];
  1073.     convert_from_eh_region_ranges -> remove_unreachable_regions [label="2"];
  1074.     find_exception_handler_labels -> htab_create_alloc [label="1"];
  1075.     plus_constant_wide -> gen_rtx_CONST_INT [label="2"];
  1076.     plus_constant_wide -> gen_rtx_fmt_ee [label="2"];
  1077.     plus_constant_wide -> find_constant_term_loc [label="1"];
  1078.     expr_size -> lang_hooks [label="4"];
  1079.     expr_size -> substitute_placeholder_in_expr [label="1"];
  1080.     expr_size -> expand_expr [label="1"];
  1081.     copy_to_mode_reg -> gen_reg_rtx [label="2"];
  1082.     copy_to_mode_reg -> general_operand [label="2"];
  1083.     copy_to_mode_reg -> emit_move_insn [label="2"];
  1084.     force_reg -> general_operand [label="1"];
  1085.     force_reg -> gen_reg_rtx [label="1"];
  1086.     force_reg -> emit_move_insn [label="1"];
  1087.     force_reg -> single_set_2 [label="1"];
  1088.     force_reg -> rtx_equal_p [label="1"];
  1089.     anti_adjust_stack -> protect_from_queue [label="1"];
  1090.     anti_adjust_stack -> expand_binop [label="1"];
  1091.     round_push -> gen_rtx_CONST_INT [label="3"];
  1092.     round_push -> expand_binop [label="1"];
  1093.     round_push -> expand_divmod [label="1"];
  1094.     round_push -> expand_mult [label="1"];
  1095.     allocate_dynamic_stack_space -> force_operand [label="1"];
  1096.     allocate_dynamic_stack_space -> plus_constant_wide [label="1"];
  1097.     allocate_dynamic_stack_space -> round_push [label="1"];
  1098.     allocate_dynamic_stack_space -> do_pending_stack_adjust [label="1"];
  1099.     allocate_dynamic_stack_space -> gen_reg_rtx [label="1"];
  1100.     allocate_dynamic_stack_space -> mark_reg_pointer [label="1"];
  1101.     allocate_dynamic_stack_space -> expand_binop [label="1"];
  1102.     allocate_dynamic_stack_space -> anti_adjust_stack [label="1"];
  1103.     allocate_dynamic_stack_space -> emit_move_insn [label="1"];
  1104.     allocate_dynamic_stack_space -> gen_rtx_CONST_INT [label="3"];
  1105.     allocate_dynamic_stack_space -> expand_divmod [label="1"];
  1106.     allocate_dynamic_stack_space -> expand_mult [label="1"];
  1107.     hard_function_value -> ix86_function_value [label="6"];
  1108.     init_expmed -> start_sequence [label="1"];
  1109.     init_expmed -> rtx_cost [label="132"];
  1110.     init_expmed -> init_recog [label="1"];
  1111.     init_expmed -> gen_rtx_CONST_INT [label="76"];
  1112.     init_expmed -> gen_rtx_REG [label="5"];
  1113.     init_expmed -> gen_rtx_fmt_ee [label="77"];
  1114.     init_expmed -> gen_rtx_fmt_e [label="25"];
  1115.     init_expmed -> emit_insn [label="15"];
  1116.     init_expmed -> recog [label="345"];
  1117.     init_expmed -> end_sequence [label="1"];
  1118.     expand_shift -> expand_expr [label="4"];
  1119.     expand_shift -> expand_binop [label="4"];
  1120.     synth_mult -> __builtin_alloca [label="12"];
  1121.     synth_mult -> floor_log2 [label="4"];
  1122.     synth_mult -> synth_mult [label="14"];
  1123.     synth_mult -> exact_log2_wide [label="4"];
  1124.     synth_mult -> memcpy [label="4"];
  1125.     choose_mult_variant -> synth_mult [label="6"];
  1126.     expand_mult_const -> protect_from_queue [label="2"];
  1127.     expand_mult_const -> copy_to_mode_reg [label="2"];
  1128.     expand_mult_const -> preserve_subexpressions_p [label="2"];
  1129.     expand_mult_const -> expand_shift [label="2"];
  1130.     expand_mult_const -> build_int_2_wide [label="2"];
  1131.     expand_mult_const -> gen_rtx_fmt_ee [label="2"];
  1132.     expand_mult_const -> get_last_insn [label="2"];
  1133.     expand_mult_const -> set_unique_reg_note [label="2"];
  1134.     expand_mult_const -> gen_rtx_CONST_INT [label="2"];
  1135.     expand_mult -> rtx_cost [label="2"];
  1136.     expand_mult -> gen_rtx_fmt_ee [label="2"];
  1137.     expand_mult -> choose_mult_variant [label="2"];
  1138.     expand_mult -> expand_mult_const [label="2"];
  1139.     expand_divmod -> reg_mentioned_p [label="4"];
  1140.     expand_divmod -> gen_reg_rtx [label="2"];
  1141.     expand_divmod -> force_reg [label="2"];
  1142.     expand_divmod -> get_last_insn [label="4"];
  1143.     expand_divmod -> floor_log2 [label="2"];
  1144.     expand_divmod -> rtl_hooks [label="2"];
  1145.     expand_divmod -> expand_shift [label="2"];
  1146.     expand_divmod -> build_int_2_wide [label="2"];
  1147.     expand_divmod -> gen_rtx_fmt_ee [label="2"];
  1148.     expand_divmod -> single_set_2 [label="2"];
  1149.     expand_divmod -> set_unique_reg_note [label="2"];
  1150.     init_expr_once -> gen_rtx_MEM [label="3"];
  1151.     init_expr_once -> gen_rtx_REG [label="1"];
  1152.     init_expr_once -> rtx_alloc_stat [label="1"];
  1153.     init_expr_once -> gen_rtx_fmt_ee [label="1"];
  1154.     init_expr_once -> ix86_hard_regno_mode_ok [label="2127"];
  1155.     init_expr_once -> recog [label="712"];
  1156.     init_expr_once -> gen_rtx_fmt_i00 [label="1"];
  1157.     init_expr_once -> can_extend_p [label="6"];
  1158.     init_expr_once -> insn_data [label="3"];
  1159.     init_expr -> ggc_alloc_cleared_stat [label="3"];
  1160.     emit_queue -> emit_insns_enqueued_after_mark [label="3"];
  1161.     convert_modes -> rtl_hooks [label="4"];
  1162.     convert_modes -> ix86_hard_regno_mode_ok [label="4"];
  1163.     emit_move_insn -> protect_from_queue [label="16"];
  1164.     emit_move_insn -> compress_float_constant [label="2"];
  1165.     emit_move_insn -> legitimate_constant_p [label="2"];
  1166.     emit_move_insn -> memory_address_p [label="16"];
  1167.     emit_move_insn -> push_operand [label="8"];
  1168.     emit_move_insn -> constant_address_p [label="16"];
  1169.     emit_move_insn -> emit_move_insn_1 [label="8"];
  1170.     emit_move_insn -> single_set_2 [label="8"];
  1171.     emit_move_insn -> rtx_equal_p [label="8"];
  1172.     emit_move_insn_1 -> emit_insn [label="8"];
  1173.     emit_move_insn_1 -> insn_data [label="8"];
  1174.     get_subtarget -> preserve_subexpressions_p [label="14"];
  1175.     expand_assignment -> expand_expr [label="1"];
  1176.     expand_assignment -> push_temp_slots [label="1"];
  1177.     expand_assignment -> free_temp_slots [label="1"];
  1178.     expand_assignment -> pop_temp_slots [label="1"];
  1179.     expand_assignment -> preserve_temp_slots [label="1"];
  1180.     expand_assignment -> aggregate_value_p [label="1"];
  1181.     expand_assignment -> make_decl_rtl [label="1"];
  1182.     expand_assignment -> store_expr [label="1"];
  1183.     store_expr -> mark_queue [label="1"];
  1184.     store_expr -> protect_from_queue [label="2"];
  1185.     store_expr -> queued_subexp_p [label="1"];
  1186.     store_expr -> rtx_equal_p [label="3"];
  1187.     store_expr -> side_effects_p [label="2"];
  1188.     store_expr -> expand_expr_real [label="1"];
  1189.     store_expr -> expr_size [label="1"];
  1190.     store_expr -> emit_insns_enqueued_after_mark [label="1"];
  1191.     store_expr -> emit_move_insn [label="1"];
  1192.     store_expr -> force_operand [label="1"];
  1193.     force_operand -> get_subtarget [label="4"];
  1194.     force_operand -> force_operand [label="2"];
  1195.     force_operand -> expand_simple_binop [label="1"];
  1196.     expand_var -> lang_hooks [label="1"];
  1197.     expand_expr_real -> strchr [label="11"];
  1198.     expand_expr_real -> emit_line_note [label="1"];
  1199.     expand_expr_real -> record_block_change [label="1"];
  1200.     expand_expr_real -> expand_expr_real_1 [label="10"];
  1201.     expand_expr_real_1 -> get_subtarget [label="10"];
  1202.     expand_expr_real_1 -> aggregate_value_p [label="10"];
  1203.     expand_expr_real_1 -> decl_function_context [label="2"];
  1204.     expand_expr_real_1 -> make_decl_rtl [label="24"];
  1205.     expand_expr_real_1 -> memory_address_p [label="2"];
  1206.     expand_expr_real_1 -> immed_double_const [label="6"];
  1207.     expand_expr_real_1 -> integer_onep [label="2"];
  1208.     expand_expr_real_1 -> expand_assignment [label="1"];
  1209.     expand_expr_real_1 -> expand_return [label="1"];
  1210.     init_insn_lengths -> free [label="3"];
  1211.     compute_alignments -> max_label_num [label="1"];
  1212.     compute_alignments -> get_first_label_num [label="1"];
  1213.     compute_alignments -> xcalloc [label="1"];
  1214.     shorten_branches -> get_max_uid [label="1"];
  1215.     shorten_branches -> free [label="2"];
  1216.     shorten_branches -> xmalloc [label="2"];
  1217.     shorten_branches -> max_label_num [label="1"];
  1218.     shorten_branches -> varray_init [label="1"];
  1219.     shorten_branches -> xcalloc [label="2"];
  1220.     shorten_branches -> get_last_insn [label="1"];
  1221.     shorten_branches -> asm_noperands [label="14"];
  1222.     shorten_branches -> insn_default_length [label="13"];
  1223.     shorten_branches -> insn_variable_length_p [label="13"];
  1224.     final_start_function -> locator_file [label="1"];
  1225.     final_start_function -> locator_line [label="1"];
  1226.     final_start_function -> debug_hooks [label="1"];
  1227.     final_start_function -> dwarf2out_begin_prologue [label="1"];
  1228.     final_start_function -> dwarf2out_do_frame [label="1"];
  1229.     final_start_function -> targetm [label="1"];
  1230.     final_start_function -> get_frame_size [label="1"];
  1231.     final_end_function -> app_disable [label="1"];
  1232.     final_end_function -> debug_hooks [label="2"];
  1233.     final_end_function -> targetm [label="1"];
  1234.     final_end_function -> get_frame_size [label="1"];
  1235.     final_end_function -> dwarf2out_do_frame [label="1"];
  1236.     final -> init_recog [label="1"];
  1237.     final -> final_scan_insn [label="21"];
  1238.     get_insn_template -> insn_data [label="8"];
  1239.     final_scan_insn -> in_unlikely_text_section [label="1"];
  1240.     final_scan_insn -> scan_ahead_for_unlikely_executed_note [label="1"];
  1241.     final_scan_insn -> targetm [label="2"];
  1242.     final_scan_insn -> profile_after_prologue [label="1"];
  1243.     final_scan_insn -> app_disable [label="1"];
  1244.     final_scan_insn -> debug_hooks [label="1"];
  1245.     final_scan_insn -> dwarf2out_do_frame [label="27"];
  1246.     final_scan_insn -> notice_source_line [label="13"];
  1247.     final_scan_insn -> asm_noperands [label="13"];
  1248.     final_scan_insn -> output_asm_insn [label="13"];
  1249.     final_scan_insn -> recog_memoized_1 [label="13"];
  1250.     final_scan_insn -> cleanup_subreg_operands [label="13"];
  1251.     final_scan_insn -> constrain_operands_cached [label="13"];
  1252.     final_scan_insn -> get_insn_template [label="13"];
  1253.     final_scan_insn -> find_reg_note [label="13"];
  1254.     notice_source_line -> insn_file [label="13"];
  1255.     notice_source_line -> insn_line [label="13"];
  1256.     cleanup_subreg_operands -> extract_insn_cached [label="25"];
  1257.     cleanup_subreg_operands -> walk_alter_subreg [label="1"];
  1258.     walk_alter_subreg -> walk_alter_subreg [label="1"];
  1259.     output_asm_insn -> memset [label="13"];
  1260.     output_asm_insn -> putc_unlocked [label="110"];
  1261.     output_asm_insn -> atoi [label="21"];
  1262.     output_asm_insn -> output_operand [label="21"];
  1263.     output_operand -> print_operand [label="21"];
  1264.     asm_fprintf -> __builtin_va_start [label="5"];
  1265.     asm_fprintf -> strchr [label="10"];
  1266.     asm_fprintf -> fprintf [label="5"];
  1267.     asm_fprintf -> fputs_unlocked [label="5"];
  1268.     asm_fprintf -> __builtin_va_end [label="5"];
  1269.     life_analysis -> bitmap_initialize [label="1"];
  1270.     life_analysis -> delete_noop_moves [label="1"];
  1271.     life_analysis -> notice_stack_pointer_modification [label="1"];
  1272.     life_analysis -> allocate_reg_life_data [label="1"];
  1273.     life_analysis -> allocate_bb_life_data [label="1"];
  1274.     life_analysis -> mark_regs_live_at_end [label="1"];
  1275.     life_analysis -> memset [label="2"];
  1276.     life_analysis -> update_life_info [label="1"];
  1277.     life_analysis -> delete_dead_jumptables [label="1"];
  1278.     verify_local_live_at_start -> bitmap_operation [label="1"];
  1279.     update_life_info -> bitmap_initialize [label="2"];
  1280.     update_life_info -> timevar_push [label="2"];
  1281.     update_life_info -> calculate_global_regs_live [label="1"];
  1282.     update_life_info -> bitmap_copy [label="2"];
  1283.     update_life_info -> propagate_block [label="2"];
  1284.     update_life_info -> bitmap_clear [label="2"];
  1285.     update_life_info -> verify_local_live_at_start [label="1"];
  1286.     update_life_info -> free [label="2"];
  1287.     update_life_info -> timevar_pop [label="2"];
  1288.     free_basic_block_vars -> clear_edges [label="1"];
  1289.     delete_noop_moves -> noop_move_p [label="15"];
  1290.     mark_reg_flow -> bitmap_set_bit [label="1"];
  1291.     mark_regs_live_at_end -> ix86_frame_pointer_required [label="1"];
  1292.     mark_regs_live_at_end -> bitmap_set_bit [label="2"];
  1293.     mark_regs_live_at_end -> diddle_return_value [label="1"];
  1294.     calculate_global_regs_live -> bitmap_initialize [label="5"];
  1295.     calculate_global_regs_live -> bitmap_set_bit [label="52"];
  1296.     calculate_global_regs_live -> xmalloc [label="1"];
  1297.     calculate_global_regs_live -> bitmap_clear [label="7"];
  1298.     calculate_global_regs_live -> bitmap_operation [label="2"];
  1299.     calculate_global_regs_live -> bitmap_copy [label="3"];
  1300.     calculate_global_regs_live -> propagate_block [label="1"];
  1301.     calculate_global_regs_live -> bitmap_equal_p [label="1"];
  1302.     calculate_global_regs_live -> free [label="1"];
  1303.     allocate_bb_life_data -> bitmap_initialize [label="7"];
  1304.     allocate_reg_life_data -> max_reg_num [label="2"];
  1305.     allocate_reg_life_data -> xcalloc [label="2"];
  1306.     allocate_reg_life_data -> allocate_reg_info [label="2"];
  1307.     propagate_one_insn -> find_reg_note [label="108"];
  1308.     propagate_one_insn -> insn_dead_p [label="24"];
  1309.     propagate_one_insn -> libcall_dead_p [label="24"];
  1310.     propagate_one_insn -> mark_set_regs_flow [label="36"];
  1311.     propagate_one_insn -> bitmap_clear [label="36"];
  1312.     propagate_one_insn -> mark_used_regs [label="36"];
  1313.     init_propagate_block_info -> xmalloc [label="6"];
  1314.     init_propagate_block_info -> bitmap_initialize [label="3"];
  1315.     free_propagate_block_info -> free_EXPR_LIST_list [label="3"];
  1316.     free_propagate_block_info -> bitmap_clear [label="3"];
  1317.     free_propagate_block_info -> free [label="6"];
  1318.     propagate_block -> init_propagate_block_info [label="3"];
  1319.     propagate_block -> find_reg_note [label="45"];
  1320.     propagate_block -> propagate_one_insn [label="45"];
  1321.     propagate_block -> free_propagate_block_info [label="3"];
  1322.     insn_dead_p -> may_trap_p [label="36"];
  1323.     insn_dead_p -> volatile_refs_p [label="22"];
  1324.     insn_dead_p -> bitmap_bit_p [label="22"];
  1325.     insn_dead_p -> insn_dead_p [label="24"];
  1326.     mark_set_regs_flow -> mark_set_1 [label="51"];
  1327.     mark_set_1 -> bitmap_bit_p [label="95"];
  1328.     mark_set_1 -> bitmap_clear_bit [label="44"];
  1329.     mark_set_1 -> bitmap_set_bit [label="50"];
  1330.     mark_set_1 -> alloc_EXPR_LIST [label="12"];
  1331.     mark_used_reg -> bitmap_bit_p [label="88"];
  1332.     mark_used_reg -> find_regno_note [label="16"];
  1333.     mark_used_reg -> alloc_EXPR_LIST [label="8"];
  1334.     mark_used_reg -> bitmap_set_bit [label="33"];
  1335.     mark_used_regs -> mark_used_regs [label="87"];
  1336.     mark_used_regs -> mark_used_reg [label="33"];
  1337.     recompute_reg_usage -> allocate_reg_life_data [label="1"];
  1338.     recompute_reg_usage -> update_life_info [label="1"];
  1339.     mul_double -> encode [label="42"];
  1340.     mul_double -> memset [label="21"];
  1341.     mul_double -> decode [label="42"];
  1342.     int_const_binop -> add_double [label="3"];
  1343.     int_const_binop -> mul_double [label="21"];
  1344.     int_const_binop -> size_int_type_wide [label="830"];
  1345.     size_htab_hash -> htab_hash_pointer [label="2445"];
  1346.     size_int_wide -> size_int_type_wide [label="806"];
  1347.     size_int_type_wide -> htab_create_alloc [label="1"];
  1348.     size_int_type_wide -> make_node_stat [label="39"];
  1349.     size_int_type_wide -> force_fit_type [label="2445"];
  1350.     size_int_type_wide -> htab_find_slot [label="2445"];
  1351.     size_binop -> integer_zerop [label="3242"];
  1352.     size_binop -> integer_onep [label="1621"];
  1353.     size_binop -> int_const_binop [label="830"];
  1354.     fold_convert_const -> compare_tree_int [label="3"];
  1355.     fold_convert_const -> size_int_type_wide [label="3"];
  1356.     fold -> strchr [label="4"];
  1357.     fold -> first_rtl_op [label="3"];
  1358.     fold -> commutative_tree_code [label="7"];
  1359.     fold -> tree_swap_operands_p [label="7"];
  1360.     fold -> truth_value_p [label="28"];
  1361.     fold -> integer_onep [label="14"];
  1362.     fold -> fold_convert [label="3"];
  1363.     fold -> reorder_operands_p [label="6"];
  1364.     fold -> fold_convert_const [label="3"];
  1365.     fold -> negate_expr_p [label="3"];
  1366.     fold -> integer_zerop [label="6"];
  1367.     fold -> non_lvalue [label="3"];
  1368.     free_after_parsing -> lang_hooks [label="3"];
  1369.     get_frame_size -> get_func_frame_size [label="11"];
  1370.     assign_stack_local_1 -> plus_constant_wide [label="1"];
  1371.     assign_stack_local_1 -> trunc_int_for_mode [label="1"];
  1372.     assign_stack_local_1 -> gen_rtx_MEM [label="1"];
  1373.     assign_stack_local_1 -> gen_rtx_fmt_ee [label="1"];
  1374.     assign_stack_local -> assign_stack_local_1 [label="1"];
  1375.     temp_slots_at_level -> varray_init [label="1"];
  1376.     temp_slots_at_level -> varray_grow [label="1"];
  1377.     assign_temp -> gen_reg_rtx [label="1"];
  1378.     free_temp_slots -> combine_temp_slots [label="3"];
  1379.     pop_temp_slots -> combine_temp_slots [label="2"];
  1380.     instantiate_virtual_regs -> instantiate_decls [label="2"];
  1381.     instantiate_virtual_regs -> init_recog [label="1"];
  1382.     instantiate_virtual_regs -> instantiate_virtual_regs_1 [label="34"];
  1383.     instantiate_virtual_regs -> asm_noperands [label="17"];
  1384.     instantiate_virtual_regs -> check_asm_operands [label="17"];
  1385.     instantiate_decls -> instantiate_decls_1 [label="2"];
  1386.     instantiate_virtual_regs_1 -> instantiate_new_reg [label="61"];
  1387.     instantiate_virtual_regs_1 -> instantiate_virtual_regs_1 [label="55"];
  1388.     instantiate_virtual_regs_1 -> plus_constant_wide [label="1"];
  1389.     instantiate_virtual_regs_1 -> validate_change [label="1"];
  1390.     aggregate_value_p -> targetm [label="5"];
  1391.     aggregate_value_p -> hard_function_value [label="5"];
  1392.     assign_parms_initialize_all -> memset [label="1"];
  1393.     assign_parms_initialize_all -> init_cumulative_args [label="1"];
  1394.     assign_parms_augmented_arg_list -> aggregate_value_p [label="1"];
  1395.     assign_parms_augmented_arg_list -> targetm [label="1"];
  1396.     assign_parms -> assign_parms_initialize_all [label="1"];
  1397.     assign_parms -> assign_parms_augmented_arg_list [label="1"];
  1398.     assign_parms -> make_decl_rtl [label="2"];
  1399.     assign_parms -> emit_insn [label="1"];
  1400.     assign_parms -> gen_rtx_CONST_INT [label="1"];
  1401.     assign_parms -> expand_expr [label="1"];
  1402.     assign_parms -> size_int_wide [label="2"];
  1403.     assign_parms -> size_binop [label="1"];
  1404.     assign_parms -> convert [label="1"];
  1405.     assign_parms -> ix86_return_pops_args [label="1"];
  1406.     assign_parms -> ix86_function_value [label="1"];
  1407.     clear_block_marks -> clear_block_marks [label="1"];
  1408.     allocate_struct_function -> ggc_alloc_cleared_stat [label="3"];
  1409.     allocate_struct_function -> init_stmt_for_function [label="3"];
  1410.     allocate_struct_function -> init_eh_for_function [label="3"];
  1411.     allocate_struct_function -> lang_hooks [label="3"];
  1412.     allocate_struct_function -> init_machine_status [label="3"];
  1413.     allocate_struct_function -> aggregate_value_p [label="1"];
  1414.     allocate_struct_function -> tree_last [label="1"];
  1415.     prepare_function_start -> allocate_struct_function [label="2"];
  1416.     prepare_function_start -> init_emit [label="3"];
  1417.     prepare_function_start -> init_varasm_status [label="3"];
  1418.     prepare_function_start -> init_expr [label="3"];
  1419.     init_dummy_function_start -> prepare_function_start [label="2"];
  1420.     init_function_start -> prepare_function_start [label="1"];
  1421.     init_function_start -> emit_line_note [label="1"];
  1422.     init_function_start -> emit_note [label="1"];
  1423.     init_function_for_compilation -> varray_grow [label="3"];
  1424.     expand_main_function -> start_sequence [label="1"];
  1425.     expand_main_function -> expand_simple_binop [label="1"];
  1426.     expand_main_function -> gen_rtx_CONST_INT [label="1"];
  1427.     expand_main_function -> force_reg [label="1"];
  1428.     expand_main_function -> allocate_dynamic_stack_space [label="1"];
  1429.     expand_main_function -> get_insns [label="1"];
  1430.     expand_main_function -> end_sequence [label="1"];
  1431.     expand_main_function -> emit_insn_before [label="1"];
  1432.     expand_function_start -> init_recog_no_volatile [label="1"];
  1433.     expand_function_start -> gen_label_rtx [label="1"];
  1434.     expand_function_start -> aggregate_value_p [label="1"];
  1435.     expand_function_start -> gen_reg_rtx [label="1"];
  1436.     expand_function_start -> set_decl_rtl [label="1"];
  1437.     expand_function_start -> hard_function_value [label="1"];
  1438.     expand_function_start -> assign_parms [label="1"];
  1439.     expand_function_start -> emit_note [label="2"];
  1440.     expand_function_start -> get_last_insn [label="2"];
  1441.     expand_function_start -> expand_pending_sizes [label="1"];
  1442.     expand_function_start -> nreverse [label="1"];
  1443.     expand_function_start -> get_pending_sizes [label="1"];
  1444.     expand_function_start -> force_next_line_note [label="1"];
  1445.     expand_dummy_function_end -> in_sequence_p [label="2"];
  1446.     expand_dummy_function_end -> free_after_parsing [label="2"];
  1447.     expand_dummy_function_end -> free_after_compilation [label="2"];
  1448.     diddle_return_value -> doit [label="3"];
  1449.     do_clobber_return_reg -> emit_insn [label="2"];
  1450.     do_clobber_return_reg -> gen_rtx_fmt_e [label="2"];
  1451.     clobber_return_register -> diddle_return_value [label="1"];
  1452.     clobber_return_register -> make_decl_rtl [label="1"];
  1453.     clobber_return_register -> do_clobber_return_reg [label="1"];
  1454.     do_use_return_reg -> emit_insn [label="1"];
  1455.     do_use_return_reg -> gen_rtx_fmt_e [label="1"];
  1456.     use_return_register -> diddle_return_value [label="1"];
  1457.     expand_function_end -> finish_expr_for_function [label="1"];
  1458.     expand_function_end -> get_insns [label="2"];
  1459.     expand_function_end -> start_sequence [label="1"];
  1460.     expand_function_end -> end_sequence [label="1"];
  1461.     expand_function_end -> in_sequence_p [label="1"];
  1462.     expand_function_end -> clear_pending_stack_adjust [label="1"];
  1463.     expand_function_end -> do_pending_stack_adjust [label="1"];
  1464.     expand_function_end -> emit_note [label="1"];
  1465.     expand_function_end -> force_next_line_note [label="1"];
  1466.     expand_function_end -> emit_line_note [label="1"];
  1467.     expand_function_end -> get_last_insn [label="1"];
  1468.     expand_function_end -> emit_label [label="1"];
  1469.     expand_function_end -> make_decl_rtl [label="1"];
  1470.     expand_function_end -> emit_move_insn [label="1"];
  1471.     expand_function_end -> expand_eh_return [label="1"];
  1472.     expand_function_end -> clobber_return_register [label="1"];
  1473.     expand_function_end -> emit_insn_after [label="1"];
  1474.     expand_function_end -> use_return_register [label="1"];
  1475.     expand_function_end -> expand_fixups [label="1"];
  1476.     record_insns -> varray_grow [label="2"];
  1477.     thread_prologue_and_epilogue_insns -> start_sequence [label="2"];
  1478.     thread_prologue_and_epilogue_insns -> gen_prologue [label="1"];
  1479.     thread_prologue_and_epilogue_insns -> emit_insn [label="1"];
  1480.     thread_prologue_and_epilogue_insns -> record_insns [label="2"];
  1481.     thread_prologue_and_epilogue_insns -> emit_note [label="2"];
  1482.     thread_prologue_and_epilogue_insns -> get_insns [label="2"];
  1483.     thread_prologue_and_epilogue_insns -> end_sequence [label="2"];
  1484.     thread_prologue_and_epilogue_insns -> set_insn_locators [label="2"];
  1485.     thread_prologue_and_epilogue_insns -> insert_insn_on_edge [label="2"];
  1486.     thread_prologue_and_epilogue_insns -> ix86_can_use_return_insn_p [label="1"];
  1487.     thread_prologue_and_epilogue_insns -> gen_epilogue [label="1"];
  1488.     thread_prologue_and_epilogue_insns -> emit_jump_insn [label="1"];
  1489.     thread_prologue_and_epilogue_insns -> commit_edge_insertions [label="1"];
  1490.     init_function_once -> varray_init [label="3"];
  1491.     reset_block_changes -> varray_init [label="1"];
  1492.     record_block_change -> get_max_uid [label="3"];
  1493.     finalize_block_changes -> record_block_change [label="1"];
  1494.     ggc_alloc_cleared_stat -> ggc_alloc_stat [label="945"];
  1495.     ggc_alloc_cleared_stat -> memset [label="945"];
  1496.     ggc_realloc_stat -> ggc_alloc_stat [label="4"];
  1497.     ggc_realloc_stat -> ggc_get_size [label="8"];
  1498.     ggc_realloc_stat -> memcpy [label="4"];
  1499.     ggc_realloc_stat -> ggc_free [label="4"];
  1500.     ggc_calloc -> ggc_alloc_cleared_stat [label="35"];
  1501.     ggc_rlimit_bound -> getrlimit [label="6"];
  1502.     ggc_min_expand_heuristic -> physmem_total [label="1"];
  1503.     ggc_min_expand_heuristic -> ggc_rlimit_bound [label="1"];
  1504.     ggc_min_heapsize_heuristic -> physmem_total [label="1"];
  1505.     ggc_min_heapsize_heuristic -> ggc_rlimit_bound [label="1"];
  1506.     init_ggc_heuristics -> set_param_value [label="2"];
  1507.     init_ggc_heuristics -> ggc_min_expand_heuristic [label="1"];
  1508.     init_ggc_heuristics -> ggc_min_heapsize_heuristic [label="1"];
  1509.     reg_becomes_live_global -> bitmap_set_bit [label="26"];
  1510.     reg_dies_global -> bitmap_clear_bit [label="20"];
  1511.     reg_dies_global -> bitmap_set_bit [label="8"];
  1512.     build_insn_chain -> bitmap_initialize [label="1"];
  1513.     build_insn_chain -> bitmap_clear [label="2"];
  1514.     build_insn_chain -> bitmap_set_bit [label="4"];
  1515.     build_insn_chain -> new_insn_chain [label="12"];
  1516.     build_insn_chain -> reg_dies_global [label="20"];
  1517.     build_insn_chain -> bitmap_copy [label="12"];
  1518.     build_insn_chain -> note_stores [label="12"];
  1519.     gcc_init_libintl -> setlocale [label="2"];
  1520.     gcc_init_libintl -> bindtextdomain [label="1"];
  1521.     gcc_init_libintl -> textdomain [label="1"];
  1522.     gcc_init_libintl -> strcmp [label="2"];
  1523.     gcc_init_libintl -> nl_langinfo [label="1"];
  1524.     gcc_init_libintl -> strcasecmp [label="2"];
  1525.     rebuild_jump_labels -> timevar_push [label="1"];
  1526.     rebuild_jump_labels -> init_label_info [label="1"];
  1527.     rebuild_jump_labels -> mark_all_labels [label="1"];
  1528.     rebuild_jump_labels -> timevar_pop [label="1"];
  1529.     cleanup_barriers -> prev_nonnote_insn [label="1"];
  1530.     init_label_info -> reg_mentioned_p [label="4"];
  1531.     mark_all_labels -> mark_jump_label [label="20"];
  1532.     any_uncondjump_p -> pc_set [label="1"];
  1533.     any_uncondjump_p -> find_reg_note [label="1"];
  1534.     any_condjump_p -> pc_set [label="24"];
  1535.     returnjump_p -> for_each_rtx [label="7"];
  1536.     onlyjump_p -> single_set_2 [label="1"];
  1537.     onlyjump_p -> side_effects_p [label="1"];
  1538.     mark_jump_label -> mark_jump_label [label="71"];
  1539.     lhd_expr_size -> size_in_bytes [label="3"];
  1540.     optimize_mode_switching -> clear_bb_flags [label="1"];
  1541.     alloc_EXPR_LIST -> gen_rtx_fmt_ee [label="20"];
  1542.     alloc_qty -> reg_preferred_class [label="8"];
  1543.     alloc_qty -> reg_alternate_class [label="8"];
  1544.     local_alloc -> x86_order_regs_for_local_alloc [label="1"];
  1545.     local_alloc -> xmalloc [label="8"];
  1546.     local_alloc -> memset [label="4"];
  1547.     local_alloc -> block_alloc [label="1"];
  1548.     local_alloc -> free [label="8"];
  1549.     block_alloc -> get_max_uid [label="1"];
  1550.     block_alloc -> xcalloc [label="1"];
  1551.     block_alloc -> reg_set_to_hard_reg_set [label="1"];
  1552.     block_alloc -> extract_insn [label="12"];
  1553.     block_alloc -> find_reg_note [label="58"];
  1554.     block_alloc -> single_set_2 [label="12"];
  1555.     block_alloc -> wipe_dead_reg [label="20"];
  1556.     block_alloc -> note_stores [label="12"];
  1557.     block_alloc -> xmalloc [label="1"];
  1558.     block_alloc -> qsort [label="2"];
  1559.     block_alloc -> find_free_reg [label="8"];
  1560.     block_alloc -> free [label="2"];
  1561.     qty_compare_1 -> floor_log2 [label="24"];
  1562.     qty_sugg_compare_1 -> floor_log2 [label="24"];
  1563.     reg_is_set -> reg_is_born [label="17"];
  1564.     reg_is_born -> mark_life [label="9"];
  1565.     reg_is_born -> post_mark_life [label="6"];
  1566.     reg_is_born -> alloc_qty [label="8"];
  1567.     wipe_dead_reg -> multiple_sets [label="20"];
  1568.     wipe_dead_reg -> find_regno_note [label="20"];
  1569.     wipe_dead_reg -> mark_life [label="12"];
  1570.     wipe_dead_reg -> post_mark_life [label="12"];
  1571.     find_free_reg -> cannot_change_mode_set_regs [label="8"];
  1572.     find_free_reg -> ix86_hard_regno_mode_ok [label="8"];
  1573.     find_free_reg -> post_mark_life [label="8"];
  1574.     init_loop -> gen_rtx_REG [label="1"];
  1575.     init_loop -> address_cost [label="1"];
  1576.     expand_simple_binop -> expand_binop [label="2"];
  1577.     expand_binop -> get_last_insn [label="18"];
  1578.     expand_binop -> protect_from_queue [label="22"];
  1579.     expand_binop -> rtx_equal_p [label="4"];
  1580.     expand_binop -> preserve_subexpressions_p [label="18"];
  1581.     expand_binop -> rtx_cost [label="18"];
  1582.     expand_binop -> gen_reg_rtx [label="5"];
  1583.     expand_binop -> convert_modes [label="8"];
  1584.     expand_binop -> insn_data [label="36"];
  1585.     expand_binop -> add_equal_note [label="9"];
  1586.     expand_binop -> emit_insn [label="9"];
  1587.     new_optab -> ggc_alloc_stat [label="88"];
  1588.     new_convert_optab -> ggc_alloc_stat [label="9"];
  1589.     init_optab -> new_optab [label="82"];
  1590.     init_optabv -> new_optab [label="6"];
  1591.     init_convert_optab -> new_convert_optab [label="9"];
  1592.     init_libfuncs -> strlen [label="199"];
  1593.     init_libfuncs -> __builtin_alloca [label="146"];
  1594.     init_libfuncs -> init_one_libfunc [label="146"];
  1595.     init_libfuncs -> ggc_alloc_string [label="146"];
  1596.     init_integral_libfuncs -> init_libfuncs [label="33"];
  1597.     init_integral_libfuncs -> mode_for_size [label="33"];
  1598.     init_floating_libfuncs -> init_libfuncs [label="20"];
  1599.     init_interclass_conv_libfuncs -> strlen [label="57"];
  1600.     init_interclass_conv_libfuncs -> __builtin_alloca [label="3"];
  1601.     init_interclass_conv_libfuncs -> memcpy [label="3"];
  1602.     init_interclass_conv_libfuncs -> init_one_libfunc [label="60"];
  1603.     init_interclass_conv_libfuncs -> ggc_alloc_string [label="60"];
  1604.     init_intraclass_conv_libfuncs -> strlen [label="18"];
  1605.     init_intraclass_conv_libfuncs -> __builtin_alloca [label="2"];
  1606.     init_intraclass_conv_libfuncs -> memcpy [label="2"];
  1607.     init_intraclass_conv_libfuncs -> init_one_libfunc [label="12"];
  1608.     init_intraclass_conv_libfuncs -> ggc_alloc_string [label="12"];
  1609.     init_one_libfunc -> build_decl_stat [label="234"];
  1610.     init_one_libfunc -> __builtin_constant_p [label="234"];
  1611.     init_one_libfunc -> get_identifier_with_length [label="234"];
  1612.     init_one_libfunc -> strlen [label="234"];
  1613.     init_one_libfunc -> get_identifier [label="234"];
  1614.     init_one_libfunc -> build_function_type [label="234"];
  1615.     init_one_libfunc -> make_decl_rtl [label="234"];
  1616.     init_optabs -> init_optab [label="82"];
  1617.     init_optabs -> init_optabv [label="6"];
  1618.     init_optabs -> init_convert_optab [label="9"];
  1619.     init_optabs -> init_all_optabs [label="1"];
  1620.     init_optabs -> init_integral_libfuncs [label="33"];
  1621.     init_optabs -> init_floating_libfuncs [label="20"];
  1622.     init_optabs -> init_interclass_conv_libfuncs [label="3"];
  1623.     init_optabs -> init_intraclass_conv_libfuncs [label="2"];
  1624.     init_optabs -> init_one_libfunc [label="16"];
  1625.     init_optabs -> mode_for_size [label="1"];
  1626.     init_optabs -> gen_rtx_fmt_ee [label="1"];
  1627.     init_optabs -> targetm [label="1"];
  1628.     find_opt -> strncmp [label="10"];
  1629.     handle_option -> find_opt [label="1"];
  1630.     handle_option -> lang_hooks [label="1"];
  1631.     handle_option -> common_handle_option [label="1"];
  1632.     handle_options -> add_input_filename [label="1"];
  1633.     handle_options -> handle_option [label="1"];
  1634.     add_input_filename -> xrealloc [label="1"];
  1635.     decode_options -> lang_hooks [label="2"];
  1636.     decode_options -> strcmp [label="3"];
  1637.     decode_options -> set_target_switch [label="1"];
  1638.     decode_options -> optimization_options [label="1"];
  1639.     decode_options -> handle_options [label="1"];
  1640.     add_params -> xrealloc [label="1"];
  1641.     add_params -> memcpy [label="1"];
  1642.     set_param_value -> strcmp [label="89"];
  1643.     get_zero -> memset [label="1645"];
  1644.     div_significands -> memset [label="56"];
  1645.     div_significands -> lshift_significand_1 [label="8904"];
  1646.     div_significands -> cmp_significands [label="8960"];
  1647.     div_significands -> sub_significands [label="7165"];
  1648.     div_significands -> set_significand_bit [label="7165"];
  1649.     normalize_val -> lshift_significand [label="4258"];
  1650.     do_add -> get_zero [label="756"];
  1651.     do_add -> sticky_rshift_significand [label="5049"];
  1652.     do_add -> add_significands [label="5136"];
  1653.     do_add -> normalize_val [label="5136"];
  1654.     do_multiply -> get_zero [label="818"];
  1655.     do_multiply -> memset [label="10718"];
  1656.     do_multiply -> normalize_val [label="10718"];
  1657.     do_multiply -> do_add [label="10718"];
  1658.     do_divide -> get_zero [label="56"];
  1659.     do_divide -> div_significands [label="56"];
  1660.     do_divide -> normalize_val [label="56"];
  1661.     do_compare -> cmp_significands [label="3"];
  1662.     do_fix_trunc -> clear_significand_below [label="18"];
  1663.     real_arithmetic -> do_divide [label="1"];
  1664.     rtd_divmod -> lshift_significand_1 [label="381"];
  1665.     rtd_divmod -> cmp_significands [label="551"];
  1666.     rtd_divmod -> sub_significands [label="445"];
  1667.     rtd_divmod -> normalize_val [label="170"];
  1668.     real_to_decimal -> real_digit [label="12"];
  1669.     real_to_decimal -> ten_to_ptwo [label="112"];
  1670.     real_to_decimal -> do_compare [label="94"];
  1671.     real_to_decimal -> floor_log2 [label="15"];
  1672.     real_to_decimal -> do_divide [label="39"];
  1673.     real_to_decimal -> do_fix_trunc [label="18"];
  1674.     real_to_decimal -> cmp_significands [label="18"];
  1675.     real_to_decimal -> do_multiply [label="666"];
  1676.     real_to_decimal -> ten_to_mptwo [label="51"];
  1677.     real_to_decimal -> rtd_divmod [label="209"];
  1678.     real_to_decimal -> cmp_significand_0 [label="13"];
  1679.     real_to_decimal -> sprintf [label="12"];
  1680.     real_from_string -> get_zero [label="14"];
  1681.     real_from_string -> normalize_val [label="12"];
  1682.     real_from_string -> ten_to_ptwo [label="2"];
  1683.     real_from_string -> do_multiply [label="136"];
  1684.     real_from_string -> do_add [label="129"];
  1685.     real_from_string -> real_digit [label="129"];
  1686.     real_from_string -> times_pten [label="2"];
  1687.     real_from_integer -> get_zero [label="1"];
  1688.     real_from_integer -> memset [label="19"];
  1689.     real_from_integer -> normalize_val [label="19"];
  1690.     real_from_integer -> real_convert [label="7"];
  1691.     ten_to_ptwo -> real_from_integer [label="4"];
  1692.     ten_to_ptwo -> ten_to_ptwo [label="10"];
  1693.     ten_to_ptwo -> do_multiply [label="10"];
  1694.     ten_to_mptwo -> do_divide [label="14"];
  1695.     ten_to_mptwo -> real_digit [label="14"];
  1696.     ten_to_mptwo -> ten_to_ptwo [label="14"];
  1697.     real_digit -> real_from_integer [label="9"];
  1698.     times_pten -> real_digit [label="2"];
  1699.     times_pten -> do_multiply [label="6"];
  1700.     times_pten -> ten_to_ptwo [label="6"];
  1701.     times_pten -> do_divide [label="2"];
  1702.     round_for_format -> clear_significand_below [label="6"];
  1703.     round_for_format -> test_significand_bit [label="12"];
  1704.     real_convert -> round_for_format [label="7"];
  1705.     real_convert -> normalize_val [label="6"];
  1706.     recog_memoized_1 -> recog [label="17"];
  1707.     validate_change -> rtx_equal_p [label="1"];
  1708.     validate_change -> xrealloc [label="1"];
  1709.     validate_change -> apply_change_group [label="1"];
  1710.     insn_invalid_p -> recog [label="1"];
  1711.     insn_invalid_p -> asm_noperands [label="1"];
  1712.     insn_invalid_p -> check_asm_operands [label="1"];
  1713.     apply_change_group -> insn_invalid_p [label="1"];
  1714.     general_operand -> trunc_int_for_mode [label="1640"];
  1715.     general_operand -> legitimate_pic_operand_p [label="22"];
  1716.     general_operand -> legitimate_constant_p [label="22"];
  1717.     general_operand -> legitimate_address_p [label="31"];
  1718.     address_operand -> memory_address_p [label="186"];
  1719.     immediate_operand -> trunc_int_for_mode [label="110"];
  1720.     immediate_operand -> legitimate_pic_operand_p [label="110"];
  1721.     immediate_operand -> legitimate_constant_p [label="110"];
  1722.     const_int_operand -> trunc_int_for_mode [label="8"];
  1723.     nonimmediate_operand -> general_operand [label="1128"];
  1724.     nonmemory_operand -> trunc_int_for_mode [label="125"];
  1725.     nonmemory_operand -> legitimate_pic_operand_p [label="125"];
  1726.     nonmemory_operand -> legitimate_constant_p [label="125"];
  1727.     memory_address_p -> legitimate_address_p [label="190"];
  1728.     memory_operand -> general_operand [label="224"];
  1729.     find_constant_term_loc -> find_constant_term_loc [label="2"];
  1730.     extract_insn_cached -> extract_insn [label="37"];
  1731.     extract_constrain_insn_cached -> extract_insn_cached [label="69"];
  1732.     extract_constrain_insn_cached -> constrain_operands [label="69"];
  1733.     constrain_operands_cached -> constrain_operands [label="13"];
  1734.     extract_insn -> recog_memoized_1 [label="77"];
  1735.     extract_insn -> insn_extract [label="77"];
  1736.     constrain_operands -> strtoul [label="14"];
  1737.     constrain_operands -> operands_match_p [label="14"];
  1738.     constrain_operands -> reg_fits_class_p [label="38"];
  1739.     split_insn -> try_split [label="21"];
  1740.     split_all_insns -> sbitmap_alloc [label="2"];
  1741.     split_all_insns -> sbitmap_zero [label="2"];
  1742.     split_all_insns -> single_set_2 [label="24"];
  1743.     split_all_insns -> set_noop_p [label="24"];
  1744.     split_all_insns -> find_reg_note [label="3"];
  1745.     split_all_insns -> delete_insn_and_edges [label="3"];
  1746.     split_all_insns -> split_insn [label="21"];
  1747.     split_all_insns -> free [label="2"];
  1748.     init_reg_sets -> memcpy [label="2"];
  1749.     init_reg_sets -> memset [label="1"];
  1750.     init_reg_sets_1 -> memset [label="3"];
  1751.     init_reg_sets_1 -> memcpy [label="1"];
  1752.     init_reg_sets_1 -> reg_classes_intersect_p [label="1225"];
  1753.     init_reg_sets_1 -> ix86_hard_regno_mode_ok [label="39657"];
  1754.     init_reg_sets_1 -> ix86_register_move_cost [label="3035"];
  1755.     init_reg_sets_1 -> reg_class_subset_p [label="6070"];
  1756.     init_reg_modes_once -> choose_hard_reg_mode [label="53"];
  1757.     init_regs -> init_reg_sets_1 [label="1"];
  1758.     init_regs -> init_reg_autoinc [label="1"];
  1759.     init_fake_stack_mems -> gen_rtx_MEM [label="49"];
  1760.     choose_hard_reg_mode -> ix86_hard_regno_mode_ok [label="2077"];
  1761.     record_operand_costs -> record_reg_classes [label="14"];
  1762.     scan_one_insn -> single_set_2 [label="11"];
  1763.     scan_one_insn -> extract_insn [label="11"];
  1764.     scan_one_insn -> find_reg_note [label="11"];
  1765.     scan_one_insn -> rtx_equal_p [label="22"];
  1766.     scan_one_insn -> record_operand_costs [label="11"];
  1767.     regclass -> init_recog [label="1"];
  1768.     regclass -> xmalloc [label="1"];
  1769.     regclass -> memset [label="1"];
  1770.     regclass -> scan_one_insn [label="16"];
  1771.     regclass -> invalid_mode_change_p [label="912"];
  1772.     regclass -> free [label="1"];
  1773.     record_reg_classes -> rtx_equal_p [label="10"];
  1774.     record_reg_classes -> compute_copy_cost [label="16"];
  1775.     record_reg_classes -> ix86_memory_move_cost [label="116"];
  1776.     record_reg_classes -> find_reg_note [label="7"];
  1777.     record_reg_classes -> legitimate_pic_operand_p [label="25"];
  1778.     record_reg_classes -> reg_fits_class_p [label="62"];
  1779.     record_reg_classes -> single_set_2 [label="14"];
  1780.     record_reg_classes -> find_regno_note [label="14"];
  1781.     record_reg_classes -> reg_classes_intersect_p [label="25"];
  1782.     compute_copy_cost -> ix86_preferred_reload_class [label="16"];
  1783.     allocate_reg_info -> varray_init [label="1"];
  1784.     allocate_reg_info -> xmalloc [label="2"];
  1785.     allocate_reg_info -> xcalloc [label="1"];
  1786.     free_reg_info -> free [label="3"];
  1787.     reg_scan -> timevar_push [label="1"];
  1788.     reg_scan -> allocate_reg_info [label="1"];
  1789.     reg_scan -> reg_scan_mark_refs [label="14"];
  1790.     reg_scan -> timevar_pop [label="1"];
  1791.     reg_scan_mark_refs -> reg_scan_mark_refs [label="53"];
  1792.     reg_scan_mark_refs -> find_reg_note [label="11"];
  1793.     reg_scan_mark_refs -> subreg_lowpart_p [label="11"];
  1794.     regset_release_memory -> bitmap_release_memory [label="1"];
  1795.     clear_secondary_mem -> memset [label="1"];
  1796.     find_reloads -> single_set_2 [label="12"];
  1797.     find_reloads -> ix86_register_move_cost [label="12"];
  1798.     find_reloads -> extract_insn [label="9"];
  1799.     find_reloads -> memcpy [label="16"];
  1800.     find_reloads -> strtoul [label="17"];
  1801.     find_reloads -> operands_match_p [label="17"];
  1802.     find_reloads -> reg_preferred_class [label="22"];
  1803.     find_reloads -> reg_alternate_class [label="22"];
  1804.     find_reloads -> targetm [label="30"];
  1805.     find_reloads -> legitimate_pic_operand_p [label="6"];
  1806.     find_reloads -> reg_fits_class_p [label="15"];
  1807.     find_reloads -> ix86_preferred_reload_class [label="22"];
  1808.     find_reloads -> combine_reloads [label="8"];
  1809.     init_reload -> gen_rtx_MEM [label="2"];
  1810.     init_reload -> gen_rtx_fmt_ee [label="2"];
  1811.     init_reload -> gen_rtx_REG [label="3"];
  1812.     init_reload -> gen_rtx_CONST_INT [label="1"];
  1813.     init_reload -> memory_address_p [label="3"];
  1814.     init_reload -> gen_rtx_fmt_s00 [label="1"];
  1815.     init_reload -> plus_constant_wide [label="1"];
  1816.     init_reload -> _obstack_begin [label="1"];
  1817.     init_reload -> bitmap_initialize [label="2"];
  1818.     init_reload -> varray_init [label="1"];
  1819.     new_insn_chain -> bitmap_initialize [label="24"];
  1820.     reload -> init_recog [label="1"];
  1821.     reload -> emit_note [label="1"];
  1822.     reload -> get_max_uid [label="1"];
  1823.     reload -> clear_secondary_mem [label="1"];
  1824.     reload -> memset [label="2"];
  1825.     reload -> init_save_areas [label="1"];
  1826.     reload -> mark_home_live [label="19"];
  1827.     reload -> xcalloc [label="7"];
  1828.     reload -> memcpy [label="1"];
  1829.     reload -> xmalloc [label="3"];
  1830.     reload -> single_set_2 [label="17"];
  1831.     reload -> find_reg_note [label="23"];
  1832.     reload -> function_invariant_p [label="11"];
  1833.     reload -> legitimate_pic_operand_p [label="11"];
  1834.     reload -> rtx_equal_p [label="6"];
  1835.     reload -> scan_paradoxical_subregs [label="12"];
  1836.     reload -> init_elim_table [label="1"];
  1837.     reload -> get_first_label_num [label="1"];
  1838.     reload -> max_label_num [label="1"];
  1839.     reload -> alter_reg [label="14"];
  1840.     reload -> note_stores [label="12"];
  1841.     reload -> maybe_fix_stack_asms [label="1"];
  1842.     reload -> spill_hard_reg [label="1"];
  1843.     reload -> finish_spills [label="1"];
  1844.     reload -> assign_stack_local [label="1"];
  1845.     reload -> get_frame_size [label="3"];
  1846.     reload -> set_initial_elim_offsets [label="1"];
  1847.     reload -> set_initial_label_offsets [label="1"];
  1848.     reload -> calculate_needs_all_insns [label="1"];
  1849.     reload -> bitmap_clear [label="2"];
  1850.     reload -> update_eliminables [label="1"];
  1851.     reload -> select_reload_regs [label="1"];
  1852.     reload -> cleanup_subreg_operands [label="12"];
  1853.     reload -> free [label="10"];
  1854.     reload -> varray_grow [label="1"];
  1855.     reload -> fixup_abnormal_edges [label="1"];
  1856.     reload -> unshare_all_rtl_again [label="1"];
  1857.     maybe_fix_stack_asms -> asm_noperands [label="12"];
  1858.     calculate_needs_all_insns -> set_label_offsets [label="9"];
  1859.     calculate_needs_all_insns -> single_set_2 [label="12"];
  1860.     calculate_needs_all_insns -> eliminate_regs_in_insn [label="12"];
  1861.     calculate_needs_all_insns -> find_reloads [label="12"];
  1862.     calculate_needs_all_insns -> update_eliminable_offsets [label="12"];
  1863.     elimination_effects -> elimination_effects [label="52"];
  1864.     check_eliminable_occurrences -> check_eliminable_occurrences [label="52"];
  1865.     eliminate_regs_in_insn -> recog_memoized_1 [label="12"];
  1866.     eliminate_regs_in_insn -> asm_noperands [label="12"];
  1867.     eliminate_regs_in_insn -> single_set_2 [label="12"];
  1868.     eliminate_regs_in_insn -> elimination_effects [label="11"];
  1869.     eliminate_regs_in_insn -> extract_insn [label="11"];
  1870.     eliminate_regs_in_insn -> eliminate_regs [label="28"];
  1871.     eliminate_regs_in_insn -> check_eliminable_occurrences [label="11"];
  1872.     set_initial_elim_offsets -> ix86_initial_elimination_offset [label="4"];
  1873.     set_initial_label_offsets -> memset [label="1"];
  1874.     update_eliminables -> ix86_frame_pointer_required [label="4"];
  1875.     init_elim_table -> xcalloc [label="1"];
  1876.     init_elim_table -> ix86_frame_pointer_required [label="1"];
  1877.     init_elim_table -> gen_rtx_REG [label="8"];
  1878.     finish_spills -> bitmap_operation [label="24"];
  1879.     scan_paradoxical_subregs -> scan_paradoxical_subregs [label="46"];
  1880.     fixup_abnormal_edges -> can_throw_internal [label="1"];
  1881.     rtvec_alloc -> ggc_alloc_typed_stat [label="32"];
  1882.     rtvec_alloc -> memset [label="32"];
  1883.     rtx_alloc_stat -> ggc_alloc_typed_stat [label="68"];
  1884.     rtx_alloc_stat -> memset [label="68"];
  1885.     noop_move_p -> find_reg_note [label="22"];
  1886.     noop_move_p -> set_noop_p [label="14"];
  1887.     note_stores -> fun [label="51"];
  1888.     note_stores -> note_stores [label="36"];
  1889.     find_reg_equal_equiv_note -> single_set_2 [label="6"];
  1890.     volatile_refs_p -> volatile_refs_p [label="24"];
  1891.     side_effects_p -> side_effects_p [label="6"];
  1892.     tablejump_p -> next_active_insn [label="3"];
  1893.     computed_jump_p -> find_reg_note [label="2"];
  1894.     computed_jump_p -> computed_jump_p_1 [label="2"];
  1895.     for_each_rtx -> f [label="99"];
  1896.     for_each_rtx -> for_each_rtx [label="80"];
  1897.     rtx_cost -> targetm [label="242"];
  1898.     rtx_cost -> rtx_cost [label="223"];
  1899.     address_cost -> memory_address_p [label="1"];
  1900.     address_cost -> targetm [label="1"];
  1901.     sbitmap_alloc -> xmalloc [label="5"];
  1902.     sbitmap_zero -> memset [label="4"];
  1903.     sbitmap_ones -> memset [label="1"];
  1904.     simplify_immed_subreg -> gen_int_mode [label="4"];
  1905.     simplify_subreg -> simplify_immed_subreg [label="4"];
  1906.     simplify_gen_subreg -> simplify_subreg [label="4"];
  1907.     init_stmt_for_function -> ggc_alloc_cleared_stat [label="3"];
  1908.     emit_jump -> do_pending_stack_adjust [label="1"];
  1909.     emit_jump -> emit_jump_insn [label="1"];
  1910.     emit_jump -> gen_jump [label="1"];
  1911.     emit_jump -> emit_barrier [label="1"];
  1912.     expand_goto_internal -> expand_fixup [label="1"];
  1913.     expand_goto_internal -> emit_jump [label="1"];
  1914.     expand_fixups -> fixup_gotos [label="1"];
  1915.     expand_expr_stmt -> expand_expr [label="2"];
  1916.     expand_expr_stmt -> free_temp_slots [label="2"];
  1917.     expand_expr_stmt -> emit_queue [label="2"];
  1918.     shift_return_value -> targetm [label="1"];
  1919.     expand_value_return -> return_prediction [label="1"];
  1920.     expand_value_return -> get_last_insn [label="1"];
  1921.     expand_value_return -> make_decl_rtl [label="1"];
  1922.     expand_value_return -> targetm [label="1"];
  1923.     expand_value_return -> emit_move_insn [label="1"];
  1924.     expand_value_return -> expand_null_return_1 [label="1"];
  1925.     expand_null_return_1 -> clear_pending_stack_adjust [label="1"];
  1926.     expand_null_return_1 -> do_pending_stack_adjust [label="1"];
  1927.     expand_null_return_1 -> expand_goto_internal [label="1"];
  1928.     expand_return -> expand_expr [label="1"];
  1929.     expand_return -> emit_queue [label="1"];
  1930.     expand_return -> get_last_insn [label="1"];
  1931.     expand_return -> make_decl_rtl [label="1"];
  1932.     expand_return -> expand_value_return [label="1"];
  1933.     expand_return -> build_qualified_type [label="1"];
  1934.     expand_return -> assign_temp [label="1"];
  1935.     expand_return -> force_not_mem [label="1"];
  1936.     expand_return -> shift_return_value [label="1"];
  1937.     expand_start_bindings_and_block -> ggc_alloc_stat [label="1"];
  1938.     expand_start_bindings_and_block -> emit_note [label="2"];
  1939.     expand_start_bindings_and_block -> gen_label_rtx [label="1"];
  1940.     expand_start_bindings_and_block -> push_temp_slots [label="1"];
  1941.     expand_end_bindings -> warn_about_unused_variables [label="1"];
  1942.     expand_end_bindings -> pop_temp_slots [label="1"];
  1943.     expand_decl -> set_decl_rtl [label="1"];
  1944.     expand_decl -> gen_reg_rtx [label="1"];
  1945.     expand_decl -> use_register_for_decl [label="1"];
  1946.     expand_decl -> promote_mode [label="1"];
  1947.     expand_decl -> make_decl_rtl [label="1"];
  1948.     expand_decl -> maybe_set_unchanging [label="1"];
  1949.     mode_for_size_tree -> compare_tree_int [label="3"];
  1950.     round_up -> size_int_type_wide [label="806"];
  1951.     round_up -> size_binop [label="1612"];
  1952.     layout_decl -> make_decl_rtl [label="2"];
  1953.     layout_decl -> do_type_align [label="2"];
  1954.     finalize_type_size -> get_mode_alignment [label="400"];
  1955.     finalize_type_size -> round_up [label="806"];
  1956.     layout_type -> tree_int_cst_sgn [label="19"];
  1957.     layout_type -> smallest_mode_for_size [label="19"];
  1958.     layout_type -> size_int_wide [label="800"];
  1959.     layout_type -> mode_for_size [label="369"];
  1960.     layout_type -> build_pointer_type [label="3"];
  1961.     layout_type -> size_binop [label="9"];
  1962.     layout_type -> convert [label="6"];
  1963.     layout_type -> fold [label="3"];
  1964.     layout_type -> build2_stat [label="3"];
  1965.     layout_type -> integer_zerop [label="3"];
  1966.     layout_type -> integer_onep [label="6"];
  1967.     layout_type -> host_integerp [label="3"];
  1968.     layout_type -> simple_cst_equal [label="3"];
  1969.     layout_type -> mode_for_size_tree [label="3"];
  1970.     layout_type -> get_mode_alignment [label="3"];
  1971.     layout_type -> finalize_type_size [label="404"];
  1972.     layout_type -> tree_cons_stat [label="19"];
  1973.     make_signed_type -> make_node_stat [label="10"];
  1974.     make_signed_type -> fixup_signed_type [label="10"];
  1975.     make_unsigned_type -> make_node_stat [label="8"];
  1976.     make_unsigned_type -> fixup_unsigned_type [label="8"];
  1977.     initialize_sizetypes -> make_node_stat [label="1"];
  1978.     initialize_sizetypes -> get_mode_alignment [label="1"];
  1979.     initialize_sizetypes -> build_int_2_wide [label="4"];
  1980.     initialize_sizetypes -> copy_node_stat [label="1"];
  1981.     set_sizetype -> copy_node_stat [label="3"];
  1982.     set_sizetype -> make_node_stat [label="1"];
  1983.     set_sizetype -> fixup_unsigned_type [label="1"];
  1984.     set_sizetype -> layout_type [label="1"];
  1985.     set_sizetype -> make_signed_type [label="2"];
  1986.     set_sizetype -> __builtin_constant_p [label="1"];
  1987.     set_sizetype -> get_identifier_with_length [label="1"];
  1988.     set_sizetype -> strlen [label="1"];
  1989.     set_sizetype -> get_identifier [label="1"];
  1990.     set_min_and_max_values_for_integral_type -> build_int_2_wide [label="38"];
  1991.     fixup_signed_type -> set_min_and_max_values_for_integral_type [label="10"];
  1992.     fixup_signed_type -> layout_type [label="10"];
  1993.     fixup_unsigned_type -> set_min_and_max_values_for_integral_type [label="9"];
  1994.     fixup_unsigned_type -> layout_type [label="9"];
  1995.     stringpool_ggc_alloc -> ggc_alloc_stat [label="149"];
  1996.     init_stringpool -> ht_create [label="1"];
  1997.     init_stringpool -> _obstack_begin [label="1"];
  1998.     alloc_string_node -> make_node_stat [label="1286"];
  1999.     ggc_alloc_string -> strlen [label="2"];
  2000.     ggc_alloc_string -> memcpy [label="220"];
  2001.     get_identifier -> ht_lookup [label="1595"];
  2002.     get_identifier -> strlen [label="1595"];
  2003.     get_identifier_with_length -> ht_lookup [label="1"];
  2004.     maybe_get_identifier -> ht_lookup [label="5"];
  2005.     maybe_get_identifier -> strlen [label="5"];
  2006.     default_return_in_memory -> ix86_return_in_memory [label="5"];
  2007.     get_time -> times [label="1865"];
  2008.     timevar_init -> memset [label="1"];
  2009.     timevar_init -> sysconf [label="1"];
  2010.     timevar_push -> get_time [label="931"];
  2011.     timevar_push -> timevar_accumulate [label="48"];
  2012.     timevar_push -> xmalloc [label="5"];
  2013.     timevar_pop -> get_time [label="931"];
  2014.     timevar_pop -> timevar_accumulate [label="931"];
  2015.     timevar_start -> get_time [label="1"];
  2016.     timevar_stop -> get_time [label="1"];
  2017.     timevar_stop -> timevar_accumulate [label="1"];
  2018.     timevar_print -> get_time [label="1"];
  2019.     timevar_print -> fputs_unlocked [label="2"];
  2020.     timevar_print -> fprintf [label="7"];
  2021.     timevar_print -> putc_unlocked [label="1"];
  2022.     announce_function -> verbatim [label="1"];
  2023.     announce_function -> lang_hooks [label="1"];
  2024.     announce_function -> fflush [label="1"];
  2025.     randomize -> gettimeofday [label="1"];
  2026.     randomize -> getpid [label="1"];
  2027.     randomize -> sprintf [label="1"];
  2028.     exact_log2_wide -> floor_log2_wide [label="5"];
  2029.     output_quoted_string -> putc_unlocked [label="8"];
  2030.     output_file_directive -> strlen [label="1"];
  2031.     output_file_directive -> fprintf [label="1"];
  2032.     output_file_directive -> output_quoted_string [label="1"];
  2033.     output_file_directive -> fputc_unlocked [label="1"];
  2034.     check_global_declarations -> decl_assembler_name [label="880"];
  2035.     check_global_declarations -> lang_hooks [label="880"];
  2036.     check_global_declarations -> timevar_push [label="880"];
  2037.     check_global_declarations -> debug_hooks [label="880"];
  2038.     check_global_declarations -> timevar_pop [label="880"];
  2039.     compile_file -> init_final [label="1"];
  2040.     compile_file -> coverage_init [label="1"];
  2041.     compile_file -> timevar_push [label="2"];
  2042.     compile_file -> lang_hooks [label="3"];
  2043.     compile_file -> timevar_pop [label="2"];
  2044.     compile_file -> cgraph_varpool_assemble_pending_decls [label="1"];
  2045.     compile_file -> coverage_finish [label="1"];
  2046.     compile_file -> weak_finish [label="1"];
  2047.     compile_file -> dwarf2out_do_frame [label="1"];
  2048.     compile_file -> debug_hooks [label="1"];
  2049.     compile_file -> dw2_output_indirect_constants [label="1"];
  2050.     compile_file -> fprintf [label="1"];
  2051.     compile_file -> targetm [label="1"];
  2052.     set_target_switch -> strcmp [label="58"];
  2053.     init_asm_output -> strcmp [label="1"];
  2054.     init_asm_output -> fopen [label="1"];
  2055.     init_asm_output -> targetm [label="1"];
  2056.     general_init -> strlen [label="1"];
  2057.     general_init -> xmalloc_set_program_name [label="1"];
  2058.     general_init -> hex_init [label="1"];
  2059.     general_init -> gcc_init_libintl [label="1"];
  2060.     general_init -> diagnostic_initialize [label="1"];
  2061.     general_init -> signal [label="5"];
  2062.     general_init -> host_hooks [label="1"];
  2063.     general_init -> init_ggc [label="1"];
  2064.     general_init -> init_stringpool [label="1"];
  2065.     general_init -> linemap_init [label="1"];
  2066.     general_init -> init_ttree [label="1"];
  2067.     general_init -> init_reg_sets [label="1"];
  2068.     general_init -> add_params [label="1"];
  2069.     general_init -> init_ggc_heuristics [label="1"];
  2070.     general_init -> init_tree_optimization_passes [label="1"];
  2071.     process_options -> lang_hooks [label="1"];
  2072.     process_options -> override_options [label="1"];
  2073.     process_options -> targetm [label="1"];
  2074.     process_options -> xstrdup [label="1"];
  2075.     process_options -> lbasename [label="1"];
  2076.     process_options -> strip_off_ending [label="1"];
  2077.     process_options -> strlen [label="1"];
  2078.     process_options -> floor_log2 [label="4"];
  2079.     backend_init -> init_adjust_machine_modes [label="1"];
  2080.     backend_init -> init_emit_once [label="1"];
  2081.     backend_init -> init_regs [label="1"];
  2082.     backend_init -> init_fake_stack_mems [label="1"];
  2083.     backend_init -> init_alias_once [label="1"];
  2084.     backend_init -> init_loop [label="1"];
  2085.     backend_init -> init_reload [label="1"];
  2086.     backend_init -> init_function_once [label="1"];
  2087.     backend_init -> init_varasm_once [label="1"];
  2088.     backend_init -> init_dummy_function_start [label="1"];
  2089.     backend_init -> init_expmed [label="1"];
  2090.     backend_init -> expand_dummy_function_end [label="1"];
  2091.     lang_dependent_init -> lang_hooks [label="1"];
  2092.     lang_dependent_init -> init_asm_output [label="1"];
  2093.     lang_dependent_init -> init_eh [label="1"];
  2094.     lang_dependent_init -> init_optabs [label="1"];
  2095.     lang_dependent_init -> init_optimization_passes [label="1"];
  2096.     lang_dependent_init -> init_dummy_function_start [label="1"];
  2097.     lang_dependent_init -> init_expr_once [label="1"];
  2098.     lang_dependent_init -> expand_dummy_function_end [label="1"];
  2099.     lang_dependent_init -> timevar_push [label="1"];
  2100.     lang_dependent_init -> dwarf2out_do_frame [label="1"];
  2101.     lang_dependent_init -> debug_hooks [label="1"];
  2102.     lang_dependent_init -> timevar_pop [label="1"];
  2103.     finalize_toplev -> fclose [label="1"];
  2104.     finalize_toplev -> ferror [label="1"];
  2105.     finalize_toplev -> finish_optimization_passes [label="1"];
  2106.     finalize_toplev -> free_reg_info [label="1"];
  2107.     finalize_toplev -> lang_hooks [label="1"];
  2108.     do_compile -> timevar_init [label="1"];
  2109.     do_compile -> timevar_start [label="1"];
  2110.     do_compile -> process_options [label="1"];
  2111.     do_compile -> backend_init [label="1"];
  2112.     do_compile -> lang_dependent_init [label="1"];
  2113.     do_compile -> compile_file [label="1"];
  2114.     do_compile -> finalize_toplev [label="1"];
  2115.     do_compile -> timevar_stop [label="1"];
  2116.     do_compile -> timevar_print [label="1"];
  2117.     toplev_main -> general_init [label="1"];
  2118.     toplev_main -> decode_options [label="1"];
  2119.     toplev_main -> randomize [label="1"];
  2120.     toplev_main -> do_compile [label="1"];
  2121.     init_ttree -> htab_create_alloc [label="1"];
  2122.     decl_assembler_name -> lang_hooks [label="235"];
  2123.     make_node_stat -> tree_size [label="2925"];
  2124.     make_node_stat -> ggc_alloc_zone_stat [label="2925"];
  2125.     make_node_stat -> memset [label="2925"];
  2126.     make_node_stat -> targetm [label="406"];
  2127.     copy_node_stat -> tree_size [label="197"];
  2128.     copy_node_stat -> ggc_alloc_zone_stat [label="197"];
  2129.     copy_node_stat -> memcpy [label="197"];
  2130.     build_int_2_wide -> make_node_stat [label="58"];
  2131.     integer_zerop -> integer_zerop [label="18"];
  2132.     integer_onep -> integer_onep [label="815"];
  2133.     integer_onep -> integer_zerop [label="815"];
  2134.     build_tree_list_stat -> make_node_stat [label="3"];
  2135.     tree_cons_stat -> ggc_alloc_zone_stat [label="1711"];
  2136.     tree_cons_stat -> memset [label="1711"];
  2137.     size_in_bytes -> force_fit_type [label="3"];
  2138.     build1_stat -> ggc_alloc_zone_stat [label="5"];
  2139.     build1_stat -> memset [label="5"];
  2140.     build1_stat -> first_rtl_op [label="5"];
  2141.     build2_stat -> make_node_stat [label="5"];
  2142.     build2_stat -> first_rtl_op [label="5"];
  2143.     build3_stat -> make_node_stat [label="1"];
  2144.     build3_stat -> first_rtl_op [label="1"];
  2145.     build_nt -> __builtin_va_start [label="1"];
  2146.     build_nt -> make_node_stat [label="1"];
  2147.     build_nt -> __builtin_va_end [label="1"];
  2148.     build_decl_stat -> make_node_stat [label="1118"];
  2149.     build_decl_stat -> layout_decl [label="2"];
  2150.     annotate_with_file_line -> strchr [label="7"];
  2151.     annotate_with_file_line -> strcmp [label="7"];
  2152.     annotate_with_file_line -> ggc_alloc_stat [label="3"];
  2153.     annotate_with_locus -> annotate_with_file_line [label="4"];
  2154.     build_type_attribute_variant -> attribute_list_equal [label="188"];
  2155.     build_type_attribute_variant -> copy_node_stat [label="188"];
  2156.     build_type_attribute_variant -> set_type_quals [label="188"];
  2157.     build_type_attribute_variant -> iterative_hash [label="376"];
  2158.     build_type_attribute_variant -> attribute_hash_list [label="188"];
  2159.     build_type_attribute_variant -> type_hash_list [label="188"];
  2160.     build_type_attribute_variant -> type_hash_canon [label="188"];
  2161.     build_type_attribute_variant -> build_qualified_type [label="188"];
  2162.     is_attribute_p -> strcmp [label="35826"];
  2163.     is_attribute_p -> strlen [label="68602"];
  2164.     is_attribute_p -> strncmp [label="34301"];
  2165.     lookup_attribute -> is_attribute_p [label="618"];
  2166.     check_qualified_type -> attribute_list_equal [label="3"];
  2167.     get_qualified_type -> check_qualified_type [label="3"];
  2168.     build_qualified_type -> get_qualified_type [label="192"];
  2169.     build_qualified_type -> build_type_copy [label="3"];
  2170.     build_qualified_type -> set_type_quals [label="3"];
  2171.     build_type_copy -> copy_node_stat [label="5"];
  2172.     type_hash_list -> iterative_hash [label="916"];
  2173.     type_hash_eq -> attribute_list_equal [label="450"];
  2174.     type_hash_eq -> type_list_equal [label="363"];
  2175.     type_hash_lookup -> layout_type [label="554"];
  2176.     type_hash_lookup -> htab_find_with_hash [label="554"];
  2177.     type_hash_add -> ggc_alloc_stat [label="191"];
  2178.     type_hash_add -> htab_find_slot_with_hash [label="191"];
  2179.     type_hash_canon -> type_hash_lookup [label="554"];
  2180.     type_hash_canon -> type_hash_add [label="191"];
  2181.     attribute_hash_list -> iterative_hash [label="268"];
  2182.     attribute_list_equal -> attribute_list_contained [label="1162"];
  2183.     attribute_list_contained -> simple_cst_equal [label="68"];
  2184.     type_list_equal -> simple_cst_equal [label="11"];
  2185.     tree_int_cst_lt -> tree_int_cst_sgn [label="4"];
  2186.     tree_low_cst -> host_integerp [label="1"];
  2187.     tree_int_cst_msb -> rshift_double [label="1"];
  2188.     compare_tree_int -> tree_int_cst_sgn [label="6"];
  2189.     build_pointer_type_for_mode -> make_node_stat [label="11"];
  2190.     build_pointer_type_for_mode -> layout_type [label="11"];
  2191.     build_pointer_type -> build_pointer_type_for_mode [label="15"];
  2192.     build_reference_type_for_mode -> make_node_stat [label="1"];
  2193.     build_reference_type_for_mode -> layout_type [label="1"];
  2194.     build_reference_type -> build_reference_type_for_mode [label="1"];
  2195.     build_index_type -> make_node_stat [label="1"];
  2196.     build_index_type -> convert [label="1"];
  2197.     build_index_type -> host_integerp [label="1"];
  2198.     build_index_type -> type_hash_canon [label="1"];
  2199.     build_index_type -> tree_low_cst [label="1"];
  2200.     build_array_type -> make_node_stat [label="3"];
  2201.     build_array_type -> iterative_hash [label="6"];
  2202.     build_array_type -> type_hash_canon [label="3"];
  2203.     build_function_type -> make_node_stat [label="362"];
  2204.     build_function_type -> iterative_hash [label="362"];
  2205.     build_function_type -> type_hash_list [label="362"];
  2206.     build_function_type -> type_hash_canon [label="362"];
  2207.     int_fits_type_p -> tree_int_cst_sgn [label="2"];
  2208.     int_fits_type_p -> tree_int_cst_msb [label="2"];
  2209.     int_fits_type_p -> tree_int_cst_lt [label="4"];
  2210.     make_or_reuse_type -> make_unsigned_type [label="1"];
  2211.     make_or_reuse_type -> make_signed_type [label="1"];
  2212.     build_common_tree_nodes -> make_node_stat [label="1"];
  2213.     build_common_tree_nodes -> initialize_sizetypes [label="1"];
  2214.     build_common_tree_nodes -> make_signed_type [label="6"];
  2215.     build_common_tree_nodes -> make_unsigned_type [label="7"];
  2216.     build_common_tree_nodes -> build_int_2_wide [label="1"];
  2217.     build_common_tree_nodes -> make_or_reuse_type [label="10"];
  2218.     build_common_tree_nodes -> get_identifier [label="3"];
  2219.     build_common_tree_nodes_2 -> build_int_2_wide [label="4"];
  2220.     build_common_tree_nodes_2 -> size_int_wide [label="5"];
  2221.     build_common_tree_nodes_2 -> make_node_stat [label="8"];
  2222.     build_common_tree_nodes_2 -> layout_type [label="9"];
  2223.     build_common_tree_nodes_2 -> build_pointer_type [label="7"];
  2224.     build_common_tree_nodes_2 -> build_qualified_type [label="1"];
  2225.     build_common_tree_nodes_2 -> targetm [label="1"];
  2226.     build_common_tree_nodes_2 -> build_type_copy [label="1"];
  2227.     dump_register -> xrealloc [label="2"];
  2228.     dump_register -> memset [label="49"];
  2229.     dump_begin -> get_dump_file_info [label="8"];
  2230.     dump_enabled_p -> get_dump_file_info [label="1"];
  2231.     dump_function -> dump_begin [label="1"];
  2232.     text_section -> fprintf [label="2"];
  2233.     in_named_entry_eq -> strcmp [label="1"];
  2234.     named_section_first_declaration -> htab_find_slot_with_hash [label="1"];
  2235.     named_section_first_declaration -> htab_hash_string [label="1"];
  2236.     set_named_section_flags -> htab_find_slot_with_hash [label="1"];
  2237.     set_named_section_flags -> htab_hash_string [label="1"];
  2238.     set_named_section_flags -> ggc_alloc_stat [label="1"];
  2239.     set_named_section_flags -> ggc_alloc_string [label="1"];
  2240.     named_section_flags -> strcmp [label="1"];
  2241.     named_section_flags -> set_named_section_flags [label="1"];
  2242.     named_section_flags -> targetm [label="1"];
  2243.     named_section_flags -> ggc_alloc_string [label="1"];
  2244.     function_section -> scan_ahead_for_unlikely_executed_note [label="1"];
  2245.     function_section -> get_insns [label="1"];
  2246.     function_section -> text_section [label="1"];
  2247.     make_decl_rtl -> make_decl_rtl [label="235"];
  2248.     make_decl_rtl -> set_decl_rtl [label="235"];
  2249.     make_decl_rtl -> targetm [label="235"];
  2250.     make_decl_rtl -> decode_reg_name [label="235"];
  2251.     make_decl_rtl -> decl_assembler_name [label="235"];
  2252.     make_decl_rtl -> gen_rtx_fmt_s00 [label="235"];
  2253.     make_decl_rtl -> gen_rtx_MEM [label="235"];
  2254.     notice_global_symbol -> make_decl_rtl [label="4"];
  2255.     notice_global_symbol -> targetm [label="1"];
  2256.     notice_global_symbol -> xstrdup [label="1"];
  2257.     assemble_start_function -> app_disable [label="1"];
  2258.     assemble_start_function -> output_constant_pool [label="1"];
  2259.     assemble_start_function -> resolve_unique_section [label="1"];
  2260.     assemble_start_function -> function_section [label="1"];
  2261.     assemble_start_function -> floor_log2 [label="1"];
  2262.     assemble_start_function -> fprintf [label="1"];
  2263.     assemble_start_function -> debug_hooks [label="1"];
  2264.     assemble_start_function -> notice_global_symbol [label="1"];
  2265.     assemble_start_function -> globalize_decl [label="1"];
  2266.     assemble_start_function -> maybe_assemble_visibility [label="1"];
  2267.     assemble_start_function -> fputs_unlocked [label="3"];
  2268.     assemble_start_function -> assemble_name [label="2"];
  2269.     assemble_start_function -> putc_unlocked [label="1"];
  2270.     assemble_end_function -> fputs_unlocked [label="2"];
  2271.     assemble_end_function -> assemble_name [label="2"];
  2272.     assemble_end_function -> putc_unlocked [label="1"];
  2273.     assemble_name -> targetm [label="5"];
  2274.     assemble_name -> maybe_get_identifier [label="5"];
  2275.     assemble_name -> mark_referenced [label="5"];
  2276.     assemble_name -> asm_fprintf [label="5"];
  2277.     init_varasm_status -> ggc_alloc_stat [label="6"];
  2278.     init_varasm_status -> htab_create_alloc [label="6"];
  2279.     output_constant_pool -> mark_constant_pool [label="1"];
  2280.     globalize_decl -> make_decl_rtl [label="1"];
  2281.     globalize_decl -> targetm [label="1"];
  2282.     init_varasm_once -> htab_create_alloc [label="2"];
  2283.     init_varasm_once -> new_alias_set [label="1"];
  2284.     default_elf_asm_named_section -> named_section_first_declaration [label="1"];
  2285.     default_elf_asm_named_section -> fprintf [label="2"];
  2286.     default_elf_asm_named_section -> putc_unlocked [label="1"];
  2287.     default_encode_section_info -> targetm [label="470"];
  2288.     default_binds_local_p -> default_binds_local_p_1 [label="236"];
  2289.     default_globalize_label -> fputs_unlocked [label="1"];
  2290.     default_globalize_label -> assemble_name [label="1"];
  2291.     default_globalize_label -> putc_unlocked [label="1"];
  2292.     default_file_start -> output_file_directive [label="1"];
  2293.     file_end_indicate_exec_stack -> named_section_flags [label="1"];
  2294.     varray_init -> ggc_alloc_cleared_stat [label="22"];
  2295.     varray_init -> xcalloc [label="1"];
  2296.     varray_grow -> ggc_realloc_stat [label="8"];
  2297.     varray_grow -> memset [label="6"];
  2298.     create_alloc_pool -> xmalloc [label="3"];
  2299.     free_alloc_pool -> free [label="2"];
  2300.     pool_alloc -> xmalloc [label="3"];
  2301.     et_splay -> set_depth_add [label="14"];
  2302.     et_splay -> set_prev [label="8"];
  2303.     et_splay -> set_next [label="8"];
  2304.     et_splay -> set_depth [label="8"];
  2305.     et_splay -> et_recomp_min [label="8"];
  2306.     et_new_occ -> create_alloc_pool [label="1"];
  2307.     et_new_occ -> pool_alloc [label="8"];
  2308.     et_new_tree -> create_alloc_pool [label="1"];
  2309.     et_new_tree -> pool_alloc [label="6"];
  2310.     et_new_tree -> et_new_occ [label="6"];
  2311.     et_free_tree -> et_split [label="2"];
  2312.     et_free_tree -> pool_free [label="12"];
  2313.     et_set_father -> et_new_occ [label="2"];
  2314.     et_set_father -> et_splay [label="4"];
  2315.     et_set_father -> set_prev [label="4"];
  2316.     et_set_father -> set_next [label="2"];
  2317.     et_set_father -> et_recomp_min [label="2"];
  2318.     et_split -> et_splay [label="8"];
  2319.     et_split -> set_prev [label="2"];
  2320.     et_split -> et_recomp_min [label="2"];
  2321.     et_split -> pool_free [label="2"];
  2322.     split_block -> cfg_hooks [label="1"];
  2323.     split_block -> make_single_succ_edge [label="1"];
  2324.     move_block_after -> cfg_hooks [label="1"];
  2325.     delete_basic_block -> cfg_hooks [label="1"];
  2326.     delete_basic_block -> remove_edge [label="1"];
  2327.     delete_basic_block -> expunge_block [label="1"];
  2328.     create_basic_block -> cfg_hooks [label="5"];
  2329.     can_merge_blocks_p -> cfg_hooks [label="2"];
  2330.     merge_blocks -> cfg_hooks [label="3"];
  2331.     merge_blocks -> remove_edge [label="3"];
  2332.     merge_blocks -> expunge_block [label="3"];
  2333.     tidy_fallthru_edge -> cfg_hooks [label="2"];
  2334.     tidy_fallthru_edges -> find_reg_note [label="2"];
  2335.     tidy_fallthru_edges -> tidy_fallthru_edge [label="2"];
  2336.     pp_write_text_to_stream -> pp_base_formatted_text [label="1"];
  2337.     pp_write_text_to_stream -> fputs_unlocked [label="1"];
  2338.     pp_write_text_to_stream -> pp_base_clear_output_area [label="1"];
  2339.     pp_wrap_text -> pp_base_remaining_character_count_for_line [label="1"];
  2340.     pp_wrap_text -> pp_base_append_text [label="1"];
  2341.     pp_wrap_text -> pp_base_character [label="1"];
  2342.     pp_maybe_wrap_text -> pp_base_append_text [label="1"];
  2343.     pp_append_r -> memcpy [label="2"];
  2344.     pp_base_format_text -> pp_wrap_text [label="1"];
  2345.     pp_base_format_text -> pp_base_string [label="1"];
  2346.     pp_base_format_verbatim -> pp_base_format_text [label="1"];
  2347.     pp_base_flush -> pp_write_text_to_stream [label="1"];
  2348.     pp_base_flush -> pp_clear_state [label="1"];
  2349.     pp_base_flush -> fputc_unlocked [label="1"];
  2350.     pp_base_flush -> fflush [label="1"];
  2351.     pp_base_set_prefix -> pp_set_real_maximum_length [label="1"];
  2352.     pp_construct -> memset [label="1"];
  2353.     pp_construct -> xcalloc [label="1"];
  2354.     pp_construct -> _obstack_begin [label="1"];
  2355.     pp_construct -> pp_base_set_prefix [label="1"];
  2356.     pp_base_append_text -> pp_base_emit_prefix [label="1"];
  2357.     pp_base_append_text -> pp_append_r [label="2"];
  2358.     pp_base_character -> pp_base_remaining_character_count_for_line [label="1"];
  2359.     pp_base_string -> pp_maybe_wrap_text [label="1"];
  2360.     pp_base_string -> strlen [label="1"];
  2361.     push_by_depth -> xrealloc [label="2"];
  2362.     set_page_table_entry -> xcalloc [label="1"];
  2363.     alloc_anon -> mmap [label="27"];
  2364.     alloc_page -> memset [label="77"];
  2365.     alloc_page -> free [label="130"];
  2366.     alloc_page -> alloc_anon [label="26"];
  2367.     alloc_page -> xcalloc [label="366"];
  2368.     alloc_page -> set_page_table_entry [label="233"];
  2369.     ggc_alloc_typed_stat -> ggc_alloc_stat [label="1126"];
  2370.     ggc_alloc_zone_stat -> ggc_alloc_stat [label="4838"];
  2371.     ggc_alloc_stat -> alloc_page [label="233"];
  2372.     ggc_alloc_stat -> push_by_depth [label="233"];
  2373.     ggc_alloc_stat -> push_depth [label="1"];
  2374.     ggc_get_size -> lookup_page_table_entry [label="8"];
  2375.     ggc_free -> lookup_page_table_entry [label="4"];
  2376.     init_ggc -> getpagesize [label="1"];
  2377.     init_ggc -> exact_log2_wide [label="1"];
  2378.     init_ggc -> alloc_anon [label="1"];
  2379.     init_ggc -> xcalloc [label="1"];
  2380.     init_ggc -> compute_inverse [label="37"];
  2381.     init_ggc -> xmalloc [label="3"];
  2382.     rest_of_handle_final -> timevar_push [label="1"];
  2383.     rest_of_handle_final -> make_decl_rtl [label="1"];
  2384.     rest_of_handle_final -> assemble_start_function [label="1"];
  2385.     rest_of_handle_final -> final_start_function [label="1"];
  2386.     rest_of_handle_final -> get_insns [label="2"];
  2387.     rest_of_handle_final -> final [label="1"];
  2388.     rest_of_handle_final -> final_end_function [label="1"];
  2389.     rest_of_handle_final -> assemble_end_function [label="1"];
  2390.     rest_of_handle_final -> output_function_exception_table [label="1"];
  2391.     rest_of_handle_final -> fflush [label="1"];
  2392.     rest_of_handle_final -> free_basic_block_vars [label="1"];
  2393.     rest_of_handle_final -> regset_release_memory [label="1"];
  2394.     rest_of_handle_final -> timevar_pop [label="1"];
  2395.     rest_of_handle_final -> ggc_collect [label="1"];
  2396.     rest_of_handle_stack_regs -> timevar_push [label="1"];
  2397.     rest_of_handle_stack_regs -> timevar_pop [label="1"];
  2398.     rest_of_handle_stack_regs -> open_dump_file [label="1"];
  2399.     rest_of_handle_stack_regs -> reg_to_stack [label="1"];
  2400.     rest_of_handle_stack_regs -> close_dump_file [label="1"];
  2401.     rest_of_handle_stack_regs -> get_insns [label="1"];
  2402.     rest_of_handle_stack_regs -> ggc_collect [label="1"];
  2403.     rest_of_handle_machine_reorg -> timevar_push [label="1"];
  2404.     rest_of_handle_machine_reorg -> open_dump_file [label="1"];
  2405.     rest_of_handle_machine_reorg -> targetm [label="1"];
  2406.     rest_of_handle_machine_reorg -> close_dump_file [label="1"];
  2407.     rest_of_handle_machine_reorg -> get_insns [label="1"];
  2408.     rest_of_handle_machine_reorg -> timevar_pop [label="1"];
  2409.     rest_of_handle_machine_reorg -> ggc_collect [label="1"];
  2410.     rest_of_handle_old_regalloc -> allocate_reg_info [label="1"];
  2411.     rest_of_handle_old_regalloc -> varray_grow [label="1"];
  2412.     rest_of_handle_old_regalloc -> allocate_initial_values [label="1"];
  2413.     rest_of_handle_old_regalloc -> regclass [label="1"];
  2414.     rest_of_handle_old_regalloc -> get_insns [label="3"];
  2415.     rest_of_handle_old_regalloc -> max_reg_num [label="1"];
  2416.     rest_of_handle_old_regalloc -> local_alloc [label="1"];
  2417.     rest_of_handle_old_regalloc -> timevar_pop [label="2"];
  2418.     rest_of_handle_old_regalloc -> timevar_push [label="1"];
  2419.     rest_of_handle_old_regalloc -> ggc_collect [label="1"];
  2420.     rest_of_handle_old_regalloc -> open_dump_file [label="1"];
  2421.     rest_of_handle_old_regalloc -> build_insn_chain [label="1"];
  2422.     rest_of_handle_old_regalloc -> reload [label="1"];
  2423.     rest_of_handle_sched -> timevar_push [label="2"];
  2424.     rest_of_handle_sched -> timevar_pop [label="2"];
  2425.     rest_of_handle_sched -> ggc_collect [label="1"];
  2426.     rest_of_handle_cfg -> open_dump_file [label="1"];
  2427.     rest_of_handle_cfg -> get_insns [label="1"];
  2428.     rest_of_handle_cfg -> close_dump_file [label="1"];
  2429.     rest_of_handle_life -> open_dump_file [label="1"];
  2430.     rest_of_handle_life -> regclass_init [label="1"];
  2431.     rest_of_handle_life -> life_analysis [label="1"];
  2432.     rest_of_handle_life -> timevar_pop [label="1"];
  2433.     rest_of_handle_life -> close_dump_file [label="1"];
  2434.     rest_of_handle_life -> get_insns [label="1"];
  2435.     rest_of_handle_life -> ggc_collect [label="1"];
  2436.     rest_of_compilation -> rtl_register_cfg_hooks [label="1"];
  2437.     rest_of_compilation -> finalize_block_changes [label="1"];
  2438.     rest_of_compilation -> open_dump_file [label="7"];
  2439.     rest_of_compilation -> close_dump_file [label="5"];
  2440.     rest_of_compilation -> get_insns [label="13"];
  2441.     rest_of_compilation -> convert_from_eh_region_ranges [label="1"];
  2442.     rest_of_compilation -> cgraph_function_possibly_inlined_p [label="1"];
  2443.     rest_of_compilation -> debug_hooks [label="1"];
  2444.     rest_of_compilation -> remove_unnecessary_notes [label="1"];
  2445.     rest_of_compilation -> ggc_collect [label="4"];
  2446.     rest_of_compilation -> init_function_for_compilation [label="1"];
  2447.     rest_of_compilation -> purge_hard_subreg_sets [label="1"];
  2448.     rest_of_compilation -> timevar_push [label="9"];
  2449.     rest_of_compilation -> max_reg_num [label="2"];
  2450.     rest_of_compilation -> delete_unreachable_blocks [label="1"];
  2451.     rest_of_compilation -> timevar_pop [label="7"];
  2452.     rest_of_compilation -> insn_locators_initialize [label="1"];
  2453.     rest_of_compilation -> doing_eh [label="1"];
  2454.     rest_of_compilation -> emit_initial_value_sets [label="1"];
  2455.     rest_of_compilation -> unshare_all_rtl [label="1"];
  2456.     rest_of_compilation -> instantiate_virtual_regs [label="1"];
  2457.     rest_of_compilation -> delete_trivially_dead_insns [label="1"];
  2458.     rest_of_compilation -> reg_scan [label="1"];
  2459.     rest_of_compilation -> cleanup_cfg [label="1"];
  2460.     rest_of_compilation -> create_loop_notes [label="1"];
  2461.     rest_of_compilation -> purge_line_number_notes [label="2"];
  2462.     rest_of_compilation -> renumber_insns [label="1"];
  2463.     rest_of_compilation -> rest_of_handle_cfg [label="1"];
  2464.     rest_of_compilation -> rest_of_handle_life [label="1"];
  2465.     rest_of_compilation -> split_all_insns [label="2"];
  2466.     rest_of_compilation -> optimize_mode_switching [label="1"];
  2467.     rest_of_compilation -> recompute_reg_usage [label="1"];
  2468.     rest_of_compilation -> rest_of_handle_sched [label="1"];
  2469.     rest_of_compilation -> leaf_function_p [label="1"];
  2470.     rest_of_compilation -> rest_of_handle_old_regalloc [label="1"];
  2471.     rest_of_compilation -> thread_prologue_and_epilogue_insns [label="1"];
  2472.     rest_of_compilation -> rest_of_handle_stack_regs [label="1"];
  2473.     rest_of_compilation -> compute_alignments [label="1"];
  2474.     rest_of_compilation -> free_bb_for_insn [label="2"];
  2475.     rest_of_compilation -> rest_of_handle_machine_reorg [label="1"];
  2476.     rest_of_compilation -> cleanup_barriers [label="1"];
  2477.     rest_of_compilation -> convert_to_eh_region_ranges [label="1"];
  2478.     rest_of_compilation -> shorten_branches [label="1"];
  2479.     rest_of_compilation -> set_nothrow_function_flags [label="1"];
  2480.     rest_of_compilation -> rest_of_handle_final [label="1"];
  2481.     rest_of_compilation -> coverage_end_function [label="1"];
  2482.     rest_of_compilation -> init_insn_lengths [label="1"];
  2483.     rest_of_compilation -> init_temp_slots [label="1"];
  2484.     rest_of_compilation -> free_basic_block_vars [label="1"];
  2485.     rest_of_compilation -> targetm [label="1"];
  2486.     rest_of_compilation -> cgraph_rtl_info [label="1"];
  2487.     rest_of_compilation -> init_recog_no_volatile [label="1"];
  2488.     rest_of_compilation -> free_after_parsing [label="1"];
  2489.     init_optimization_passes -> open_dump_file [label="1"];
  2490.     finish_optimization_passes -> open_dump_file [label="1"];
  2491.     finish_optimization_passes -> close_dump_file [label="1"];
  2492.     expand_block -> bsi_start [label="1"];
  2493.     expand_block -> bsi_end_p [label="1"];
  2494.     expand_block -> bsi_stmt [label="3"];
  2495.     expand_block -> get_last_insn [label="3"];
  2496.     expand_block -> expand_expr_stmt [label="2"];
  2497.     expand_block -> emit_note [label="1"];
  2498.     expand_block -> update_bb_for_insn [label="1"];
  2499.     expand_block -> do_pending_stack_adjust [label="1"];
  2500.     construct_init_block -> expand_start_bindings_and_block [label="1"];
  2501.     construct_init_block -> create_basic_block [label="1"];
  2502.     construct_init_block -> get_insns [label="1"];
  2503.     construct_init_block -> get_last_insn [label="1"];
  2504.     construct_init_block -> redirect_edge_succ [label="1"];
  2505.     construct_init_block -> make_edge [label="1"];
  2506.     construct_init_block -> update_bb_for_insn [label="1"];
  2507.     construct_exit_block -> get_last_insn [label="2"];
  2508.     construct_exit_block -> record_block_change [label="1"];
  2509.     construct_exit_block -> expand_end_bindings [label="1"];
  2510.     construct_exit_block -> expand_function_end [label="1"];
  2511.     construct_exit_block -> create_basic_block [label="1"];
  2512.     construct_exit_block -> redirect_edge_succ [label="1"];
  2513.     construct_exit_block -> make_edge [label="1"];
  2514.     construct_exit_block -> update_bb_for_insn [label="1"];
  2515.     tree_expand_cfg -> reset_block_changes [label="1"];
  2516.     tree_expand_cfg -> expand_used_vars [label="1"];
  2517.     tree_expand_cfg -> expand_function_start [label="1"];
  2518.     tree_expand_cfg -> expand_main_function [label="1"];
  2519.     tree_expand_cfg -> rtl_register_cfg_hooks [label="1"];
  2520.     tree_expand_cfg -> construct_init_block [label="1"];
  2521.     tree_expand_cfg -> expand_block [label="1"];
  2522.     tree_expand_cfg -> construct_exit_block [label="1"];
  2523.     tree_expand_cfg -> convert_from_eh_region_ranges [label="1"];
  2524.     tree_expand_cfg -> rebuild_jump_labels [label="1"];
  2525.     tree_expand_cfg -> get_insns [label="1"];
  2526.     tree_expand_cfg -> find_exception_handler_labels [label="1"];
  2527.     tree_expand_cfg -> sbitmap_alloc [label="1"];
  2528.     tree_expand_cfg -> sbitmap_ones [label="1"];
  2529.     tree_expand_cfg -> find_many_sub_basic_blocks [label="1"];
  2530.     tree_expand_cfg -> purge_all_dead_edges [label="1"];
  2531.     tree_expand_cfg -> free [label="1"];
  2532.     tree_expand_cfg -> compact_blocks [label="1"];
  2533.     override_options -> strcmp [label="2"];
  2534.     override_options -> sprintf [label="1"];
  2535.     override_options -> strchr [label="1"];
  2536.     ix86_function_regparm -> lookup_attribute [label="2"];
  2537.     ix86_return_pops_args -> lookup_attribute [label="3"];
  2538.     ix86_return_pops_args -> tree_last [label="1"];
  2539.     ix86_return_pops_args -> aggregate_value_p [label="1"];
  2540.     init_cumulative_args -> ix86_function_regparm [label="1"];
  2541.     init_cumulative_args -> lookup_attribute [label="1"];
  2542.     ix86_function_value -> gen_rtx_REG [label="7"];
  2543.     ix86_function_value -> ix86_value_regno [label="7"];
  2544.     ix86_return_in_memory -> int_size_in_bytes [label="5"];
  2545.     ix86_build_builtin_va_list -> build_pointer_type [label="1"];
  2546.     general_no_elim_operand -> general_operand [label="1"];
  2547.     index_register_operand -> general_operand [label="114"];
  2548.     vector_move_operand -> nonimmediate_operand [label="93"];
  2549.     no_seg_address_operand -> address_operand [label="186"];
  2550.     no_seg_address_operand -> ix86_decompose_address [label="3"];
  2551.     ext_register_operand -> register_operand [label="12"];
  2552.     aligned_operand -> general_operand [label="8"];
  2553.     ix86_file_end -> file_end_indicate_exec_stack [label="1"];
  2554.     gen_push -> gen_rtx_fmt_ee [label="1"];
  2555.     gen_push -> gen_rtx_MEM [label="1"];
  2556.     gen_push -> gen_rtx_fmt_e [label="1"];
  2557.     ix86_nsaved_regs -> ix86_save_reg [label="318"];
  2558.     ix86_initial_elimination_offset -> ix86_compute_frame_layout [label="4"];
  2559.     ix86_compute_frame_layout -> get_frame_size [label="6"];
  2560.     ix86_compute_frame_layout -> ix86_nsaved_regs [label="6"];
  2561.     ix86_compute_frame_layout -> expensive_function_p [label="1"];
  2562.     ix86_emit_save_regs -> ix86_save_reg [label="53"];
  2563.     pro_epilogue_adjust_stack -> emit_insn [label="1"];
  2564.     pro_epilogue_adjust_stack -> gen_pro_epilogue_adjust_stack_1 [label="1"];
  2565.     ix86_expand_prologue -> ix86_compute_frame_layout [label="1"];
  2566.     ix86_expand_prologue -> emit_insn [label="1"];
  2567.     ix86_expand_prologue -> gen_push [label="1"];
  2568.     ix86_expand_prologue -> emit_move_insn [label="1"];
  2569.     ix86_expand_prologue -> ix86_emit_save_regs [label="1"];
  2570.     ix86_expand_prologue -> pro_epilogue_adjust_stack [label="1"];
  2571.     ix86_expand_prologue -> gen_rtx_CONST_INT [label="1"];
  2572.     ix86_emit_restore_regs_using_mov -> gen_rtx_MEM [label="1"];
  2573.     ix86_emit_restore_regs_using_mov -> ix86_save_reg [label="53"];
  2574.     ix86_expand_epilogue -> ix86_compute_frame_layout [label="1"];
  2575.     ix86_expand_epilogue -> ix86_emit_restore_regs_using_mov [label="1"];
  2576.     ix86_expand_epilogue -> emit_insn [label="1"];
  2577.     ix86_expand_epilogue -> gen_leave_rex64 [label="1"];
  2578.     ix86_expand_epilogue -> gen_leave [label="1"];
  2579.     ix86_expand_epilogue -> emit_jump_insn [label="1"];
  2580.     ix86_expand_epilogue -> gen_return_internal [label="1"];
  2581.     ix86_address_cost -> ix86_decompose_address [label="1"];
  2582.     ix86_cannot_force_const_mem -> legitimate_constant_p [label="4"];
  2583.     legitimate_address_p -> ix86_decompose_address [label="221"];
  2584.     legitimate_address_p -> gen_rtx_CONST_INT [label="31"];
  2585.     legitimate_address_p -> symbolic_reference_mentioned_p [label="79"];
  2586.     legitimate_address_p -> legitimate_constant_p [label="158"];
  2587.     legitimate_address_p -> x86_64_sign_extended_value [label="15"];
  2588.     print_reg -> putc_unlocked [label="26"];
  2589.     print_reg -> fputs_unlocked [label="13"];
  2590.     print_operand -> putc_unlocked [label="8"];
  2591.     print_operand -> print_reg [label="13"];
  2592.     print_operand -> fprintf [label="8"];
  2593.     ix86_expand_move -> tls_symbolic_operand [label="8"];
  2594.     ix86_expand_move -> symbolic_operand [label="8"];
  2595.     ix86_expand_move -> push_operand [label="16"];
  2596.     ix86_expand_move -> general_no_elim_operand [label="8"];
  2597.     ix86_expand_move -> immediate_operand [label="8"];
  2598.     ix86_expand_move -> x86_64_zero_extended_value [label="8"];
  2599.     ix86_expand_move -> register_operand [label="8"];
  2600.     ix86_expand_move -> emit_insn [label="8"];
  2601.     ix86_expand_move -> gen_rtx_fmt_ee [label="8"];
  2602.     ix86_expand_binary_operator -> rtx_equal_p [label="9"];
  2603.     ix86_expand_binary_operator -> immediate_operand [label="9"];
  2604.     ix86_expand_binary_operator -> gen_rtx_fmt_ee [label="18"];
  2605.     ix86_expand_binary_operator -> emit_insn [label="9"];
  2606.     ix86_expand_binary_operator -> gen_rtx_fmt_e [label="9"];
  2607.     ix86_expand_binary_operator -> gen_rtx_REG [label="9"];
  2608.     ix86_expand_binary_operator -> gen_rtx_fmt_E [label="9"];
  2609.     ix86_expand_binary_operator -> gen_rtvec [label="9"];
  2610.     ix86_binary_operator_ok -> rtx_equal_p [label="177"];
  2611.     ix86_init_machine_status -> ggc_alloc_cleared_stat [label="3"];
  2612.     ix86_attr_length_immediate_default -> extract_insn_cached [label="11"];
  2613.     ix86_attr_length_immediate_default -> get_attr_mode [label="2"];
  2614.     ix86_attr_length_address_default -> get_attr_type [label="12"];
  2615.     ix86_attr_length_address_default -> memory_address_length [label="1"];
  2616.     ix86_attr_length_address_default -> extract_insn_cached [label="12"];
  2617.     ix86_preferred_reload_class -> reg_class_subset_p [label="16"];
  2618.     ix86_preferred_reload_class -> reg_classes_intersect_p [label="16"];
  2619.     ix86_secondary_memory_needed -> reg_classes_intersect_p [label="18228"];
  2620.     ix86_secondary_memory_needed -> reg_class_subset_p [label="26028"];
  2621.     ix86_register_move_cost -> ix86_secondary_memory_needed [label="3038"];
  2622.     ix86_register_move_cost -> ix86_memory_move_cost [label="15248"];
  2623.     ix86_register_move_cost -> reg_classes_intersect_p [label="10960"];
  2624.     ix86_register_move_cost -> reg_class_subset_p [label="8340"];
  2625.     ix86_memory_move_cost -> reg_class_subset_p [label="33138"];
  2626.     ix86_rtx_costs -> x86_64_sign_extended_value [label="101"];
  2627.     ix86_rtx_costs -> x86_64_zero_extended_value [label="101"];
  2628.     ix86_rtx_costs -> symbolic_reference_mentioned_p [label="101"];
  2629.     ix86_rtx_costs -> rtx_cost [label="50"];
  2630.     x86_file_start -> default_file_start [label="1"];
  2631.     x86_extended_reg_mentioned_p -> for_each_rtx [label="12"];
  2632.     tree_inlinable_function_p -> inlinable_function_p [label="1"];
  2633.     inlinable_function_p -> lang_hooks [label="1"];
  2634.     estimate_num_insns_1 -> int_size_in_bytes [label="2"];
  2635.     estimate_num_insns -> walk_tree_without_duplicates [label="1"];
  2636.     walk_tree -> htab_find_slot [label="22"];
  2637.     walk_tree -> func [label="55"];
  2638.     walk_tree -> lang_hooks [label="50"];
  2639.     walk_tree -> walk_tree [label="26"];
  2640.     walk_tree -> strchr [label="50"];
  2641.     walk_tree -> first_rtl_op [label="19"];
  2642.     walk_tree -> tsi_stmt_ptr [label="8"];
  2643.     walk_tree_without_duplicates -> htab_create [label="1"];
  2644.     walk_tree_without_duplicates -> walk_tree [label="1"];
  2645.     walk_tree_without_duplicates -> htab_delete [label="1"];
  2646.     cgraph_create_node -> ggc_alloc_cleared_stat [label="1"];
  2647.     cgraph_node -> htab_create_alloc [label="1"];
  2648.     cgraph_node -> htab_find_slot [label="8"];
  2649.     cgraph_node -> cgraph_create_node [label="1"];
  2650.     cgraph_mark_reachable_node -> notice_global_symbol [label="1"];
  2651.     cgraph_mark_needed_node -> cgraph_mark_reachable_node [label="1"];
  2652.     cgraph_rtl_info -> cgraph_node [label="1"];
  2653.     cgraph_assemble_pending_functions -> cgraph_expand_function [label="1"];
  2654.     cgraph_finalize_function -> cgraph_node [label="1"];
  2655.     cgraph_finalize_function -> notice_global_symbol [label="1"];
  2656.     cgraph_finalize_function -> cgraph_analyze_function [label="1"];
  2657.     cgraph_finalize_function -> cgraph_decide_inlining_incrementally [label="1"];
  2658.     cgraph_finalize_function -> decide_is_function_needed [label="1"];
  2659.     cgraph_finalize_function -> cgraph_mark_needed_node [label="1"];
  2660.     cgraph_finalize_function -> cgraph_assemble_pending_functions [label="1"];
  2661.     cgraph_create_edges -> htab_create [label="1"];
  2662.     cgraph_create_edges -> walk_tree [label="1"];
  2663.     cgraph_create_edges -> htab_delete [label="1"];
  2664.     cgraph_analyze_function -> cgraph_create_edges [label="1"];
  2665.     cgraph_analyze_function -> tree_inlinable_function_p [label="1"];
  2666.     cgraph_analyze_function -> estimate_num_insns [label="1"];
  2667.     cgraph_finalize_compilation_unit -> cgraph_assemble_pending_functions [label="1"];
  2668.     cgraph_expand_function -> lang_hooks [label="1"];
  2669.     cgraph_expand_function -> cgraph_preserve_function_body_p [label="1"];
  2670.     cgraph_preserve_function_body_p -> dump_enabled_p [label="1"];
  2671.     finish_file -> c_objc_common_finish_file [label="1"];
  2672.     decl_attributes -> init_attributes [label="1"];
  2673.     decl_attributes -> targetm [label="848"];
  2674.     decl_attributes -> is_attribute_p [label="35208"];
  2675.     decl_attributes -> list_length [label="2838"];
  2676.     decl_attributes -> tree_cons_stat [label="1419"];
  2677.     decl_attributes -> chainon [label="1419"];
  2678.     decl_attributes -> spec [label="1419"];
  2679.     decl_attributes -> simple_cst_equal [label="38"];
  2680.     decl_attributes -> build_type_attribute_variant [label="188"];
  2681.     init_c_lex -> splay_tree_new [label="1"];
  2682.     init_c_lex -> get_fileinfo [label="1"];
  2683.     init_c_lex -> cpp_get_callbacks [label="1"];
  2684.     get_fileinfo -> splay_tree_lookup [label="1"];
  2685.     get_fileinfo -> xmalloc [label="1"];
  2686.     get_fileinfo -> splay_tree_insert [label="1"];
  2687.     cb_line_change -> linemap_lookup [label="3"];
  2688.     fe_file_change -> update_header_times [label="4"];
  2689.     fe_file_change -> extract_interface_info [label="4"];
  2690.     get_nonpadding_token -> timevar_push [label="10"];
  2691.     get_nonpadding_token -> cpp_get_token [label="10"];
  2692.     get_nonpadding_token -> timevar_pop [label="10"];
  2693.     c_lex_with_flags -> get_nonpadding_token [label="10"];
  2694.     c_lex_with_flags -> cpp_classify_number [label="1"];
  2695.     c_lex_with_flags -> interpret_integer [label="1"];
  2696.     c_lex_with_flags -> c_common_no_more_pch [label="1"];
  2697.     c_lex -> c_lex_with_flags [label="10"];
  2698.     narrowest_unsigned_type -> int_fits_type_p [label="1"];
  2699.     narrowest_signed_type -> int_fits_type_p [label="1"];
  2700.     interpret_integer -> cpp_get_options [label="1"];
  2701.     interpret_integer -> cpp_interpret_integer [label="1"];
  2702.     interpret_integer -> cpp_num_sign_extend [label="1"];
  2703.     interpret_integer -> build_int_2_wide [label="1"];
  2704.     interpret_integer -> narrowest_unsigned_type [label="1"];
  2705.     interpret_integer -> narrowest_signed_type [label="1"];
  2706.     c_register_pragma -> cpp_register_pragma [label="5"];
  2707.     init_pragma -> c_register_pragma [label="5"];
  2708.     bind -> ggc_alloc_stat [label="1339"];
  2709.     free_binding_and_advance -> memset [label="1339"];
  2710.     push_scope -> ggc_alloc_cleared_stat [label="3"];
  2711.     pop_scope -> make_node_stat [label="3"];
  2712.     pop_scope -> build_decl_stat [label="1"];
  2713.     pop_scope -> memset [label="4"];
  2714.     push_file_scope -> push_scope [label="1"];
  2715.     push_file_scope -> start_fname_decls [label="1"];
  2716.     push_file_scope -> bind [label="458"];
  2717.     pop_file_scope -> pop_scope [label="1"];
  2718.     pop_file_scope -> finish_fname_decls [label="1"];
  2719.     pop_file_scope -> cpp_undef_all [label="1"];
  2720.     pushdecl -> bind [label="35"];
  2721.     pushdecl -> duplicate_decls [label="1"];
  2722.     pushdecl -> same_translation_unit_p [label="1"];
  2723.     pushdecl -> warn_if_shadowing [label="24"];
  2724.     pushdecl -> clone_underlying_type [label="23"];
  2725.     c_init_decl_processing -> c_parse_init [label="1"];
  2726.     c_init_decl_processing -> push_scope [label="1"];
  2727.     c_init_decl_processing -> build_common_tree_nodes [label="1"];
  2728.     c_init_decl_processing -> c_common_nodes_and_builtins [label="1"];
  2729.     c_init_decl_processing -> pushdecl [label="1"];
  2730.     c_init_decl_processing -> build_decl_stat [label="1"];
  2731.     c_init_decl_processing -> get_identifier [label="1"];
  2732.     c_init_decl_processing -> build_function_type [label="2"];
  2733.     c_init_decl_processing -> tree_cons_stat [label="1"];
  2734.     c_init_decl_processing -> start_fname_decls [label="1"];
  2735.     builtin_function -> get_identifier [label="1235"];
  2736.     builtin_function -> build_decl_stat [label="846"];
  2737.     builtin_function -> ggc_alloc_cleared_stat [label="846"];
  2738.     builtin_function -> bind [label="846"];
  2739.     builtin_function -> decl_attributes [label="846"];
  2740.     grokdeclarator -> lookup_name [label="1"];
  2741.     grokdeclarator -> strip_array_types [label="1"];
  2742.     grokdeclarator -> decl_attributes [label="1"];
  2743.     grokdeclarator -> grokparms [label="1"];
  2744.     grokdeclarator -> build_function_type [label="1"];
  2745.     grokdeclarator -> build_decl_stat [label="1"];
  2746.     grokdeclarator -> build_decl_attribute_variant [label="1"];
  2747.     grokdeclarator -> ggc_alloc_cleared_stat [label="1"];
  2748.     grokdeclarator -> c_apply_type_quals_to_decl [label="1"];
  2749.     start_function -> grokdeclarator [label="1"];
  2750.     start_function -> decl_attributes [label="1"];
  2751.     start_function -> lookup_attribute [label="1"];
  2752.     start_function -> announce_function [label="1"];
  2753.     start_function -> lookup_name_in_scope [label="1"];
  2754.     start_function -> maybe_apply_pragma_weak [label="1"];
  2755.     start_function -> pushdecl [label="1"];
  2756.     start_function -> push_scope [label="1"];
  2757.     start_function -> declare_parm_level [label="1"];
  2758.     start_function -> c_promoting_integer_type_p [label="1"];
  2759.     start_function -> build_decl_stat [label="1"];
  2760.     start_function -> start_fname_decls [label="1"];
  2761.     store_parm_decls_oldstyle -> tree_cons_stat [label="1"];
  2762.     store_parm_decls_oldstyle -> build_type_copy [label="1"];
  2763.     store_parm_decls -> store_parm_decls_oldstyle [label="1"];
  2764.     store_parm_decls -> gen_aux_info_record [label="1"];
  2765.     store_parm_decls -> allocate_struct_function [label="1"];
  2766.     store_parm_decls -> push_stmt_list [label="1"];
  2767.     c_finalize -> c_warn_unused_result [label="1"];
  2768.     c_finalize -> cgraph_node [label="1"];
  2769.     c_finalize -> cgraph_finalize_function [label="1"];
  2770.     finish_function -> targetm [label="1"];
  2771.     finish_function -> pop_stmt_list [label="1"];
  2772.     finish_function -> finish_fname_decls [label="1"];
  2773.     finish_function -> decl_function_context [label="1"];
  2774.     finish_function -> c_genericize [label="1"];
  2775.     finish_function -> lower_nested_functions [label="1"];
  2776.     finish_function -> c_finalize [label="1"];
  2777.     c_expand_body -> tree_rest_of_compilation [label="1"];
  2778.     record_builtin_type -> get_identifier [label="11"];
  2779.     record_builtin_type -> pushdecl [label="15"];
  2780.     record_builtin_type -> build_decl_stat [label="15"];
  2781.     build_void_list_node -> build_tree_list_stat [label="1"];
  2782.     c_write_global_declarations_1 -> list_length [label="2"];
  2783.     c_write_global_declarations_1 -> xmalloc [label="2"];
  2784.     c_write_global_declarations_1 -> wrapup_global_declarations [label="2"];
  2785.     c_write_global_declarations_1 -> check_global_declarations [label="2"];
  2786.     c_write_global_declarations_1 -> free [label="2"];
  2787.     c_write_global_declarations -> c_write_global_declarations_1 [label="2"];
  2788.     c_write_global_declarations -> pop_scope [label="1"];
  2789.     build_compound_expr -> internal_build_compound_expr [label="1"];
  2790.     internal_build_compound_expr -> integer_zerop [label="1"];
  2791.     convert_for_assignment -> overflow_warning [label="1"];
  2792.     c_finish_return -> convert_for_assignment [label="1"];
  2793.     c_finish_return -> convert [label="1"];
  2794.     c_finish_return -> build2_stat [label="1"];
  2795.     c_finish_return -> add_stmt [label="1"];
  2796.     c_finish_return -> build_stmt [label="1"];
  2797.     c_begin_compound_stmt -> push_stmt_list [label="1"];
  2798.     c_begin_compound_stmt -> push_scope [label="1"];
  2799.     c_end_compound_stmt -> pop_scope [label="1"];
  2800.     c_end_compound_stmt -> pop_stmt_list [label="1"];
  2801.     c_end_compound_stmt -> c_build_bind_expr [label="1"];
  2802.     c_end_compound_stmt -> current_stmt_tree [label="2"];
  2803.     convert -> fold [label="3"];
  2804.     convert -> convert_to_integer [label="3"];
  2805.     c_expand_decl -> anon_aggr_type_p [label="1"];
  2806.     c_expand_decl -> emit_local_var [label="1"];
  2807.     c_common_signed_type -> c_common_signed_or_unsigned_type [label="1"];
  2808.     c_common_nodes_and_builtins -> record_builtin_type [label="15"];
  2809.     c_common_nodes_and_builtins -> lang_hooks [label="19"];
  2810.     c_common_nodes_and_builtins -> build_decl_stat [label="17"];
  2811.     c_common_nodes_and_builtins -> make_signed_type [label="1"];
  2812.     c_common_nodes_and_builtins -> make_unsigned_type [label="1"];
  2813.     c_common_nodes_and_builtins -> identifier_global_value [label="7"];
  2814.     c_common_nodes_and_builtins -> get_identifier [label="15"];
  2815.     c_common_nodes_and_builtins -> c_common_signed_type [label="2"];
  2816.     c_common_nodes_and_builtins -> set_sizetype [label="1"];
  2817.     c_common_nodes_and_builtins -> build_common_tree_nodes_2 [label="1"];
  2818.     c_common_nodes_and_builtins -> build_int_2_wide [label="1"];
  2819.     c_common_nodes_and_builtins -> build_void_list_node [label="1"];
  2820.     c_common_nodes_and_builtins -> build_index_type [label="1"];
  2821.     c_common_nodes_and_builtins -> size_int_wide [label="1"];
  2822.     c_common_nodes_and_builtins -> build_array_type [label="3"];
  2823.     c_common_nodes_and_builtins -> build_pointer_type [label="4"];
  2824.     c_common_nodes_and_builtins -> build_qualified_type [label="1"];
  2825.     c_common_nodes_and_builtins -> c_common_unsigned_type [label="2"];
  2826.     c_common_nodes_and_builtins -> build_function_type [label="125"];
  2827.     c_common_nodes_and_builtins -> build_reference_type [label="1"];
  2828.     c_common_nodes_and_builtins -> tree_cons_stat [label="216"];
  2829.     c_common_nodes_and_builtins -> c_init_attributes [label="1"];
  2830.     c_common_nodes_and_builtins -> strncmp [label="457"];
  2831.     c_common_nodes_and_builtins -> strlen [label="914"];
  2832.     c_common_nodes_and_builtins -> builtin_function [label="68"];
  2833.     c_common_nodes_and_builtins -> builtin_function_2 [label="389"];
  2834.     c_common_nodes_and_builtins -> targetm [label="1"];
  2835.     builtin_function_2 -> builtin_function [label="778"];
  2836.     builtin_function_2 -> builtin_function_disabled_p [label="389"];
  2837.     c_stddef_cpp_builtins -> builtin_define_with_value [label="4"];
  2838.     c_init_attributes -> build_int_2_wide [label="5"];
  2839.     c_init_attributes -> tree_cons_stat [label="51"];
  2840.     c_init_attributes -> get_identifier [label="16"];
  2841.     handle_nonnull_attribute -> get_nonnull_operand [label="146"];
  2842.     c_warn_unused_result -> c_warn_unused_result [label="3"];
  2843.     c_warn_unused_result -> tsi_stmt_ptr [label="2"];
  2844.     c_common_init_options -> cpp_create_reader [label="1"];
  2845.     c_common_init_options -> cpp_get_options [label="1"];
  2846.     c_common_init_options -> xmalloc [label="1"];
  2847.     c_common_post_options -> strcmp [label="2"];
  2848.     c_common_post_options -> check_deps_environment_vars [label="1"];
  2849.     c_common_post_options -> handle_deferred_opts [label="1"];
  2850.     c_common_post_options -> sanitize_cpp_opts [label="1"];
  2851.     c_common_post_options -> register_include_chains [label="1"];
  2852.     c_common_post_options -> init_c_lex [label="1"];
  2853.     c_common_post_options -> cpp_get_callbacks [label="1"];
  2854.     c_common_post_options -> cpp_post_options [label="1"];
  2855.     c_common_post_options -> cpp_errors [label="1"];
  2856.     c_common_post_options -> cpp_read_main_file [label="1"];
  2857.     c_common_init -> cpp_init_iconv [label="1"];
  2858.     c_common_init -> init_pragma [label="1"];
  2859.     c_common_parse_file -> finish_options [label="1"];
  2860.     c_common_parse_file -> pch_init [label="1"];
  2861.     c_common_parse_file -> push_file_scope [label="1"];
  2862.     c_common_parse_file -> c_parse_file [label="1"];
  2863.     c_common_parse_file -> finish_file [label="1"];
  2864.     c_common_parse_file -> pop_file_scope [label="1"];
  2865.     c_common_finish -> cpp_finish [label="1"];
  2866.     c_common_finish -> ferror [label="2"];
  2867.     c_common_finish -> fclose [label="2"];
  2868.     check_deps_environment_vars -> getenv [label="2"];
  2869.     finish_options -> cpp_change_file [label="2"];
  2870.     finish_options -> cpp_init_builtins [label="1"];
  2871.     finish_options -> c_cpp_builtins [label="1"];
  2872.     finish_options -> push_command_line_include [label="1"];
  2873.     push_command_line_include -> cpp_change_file [label="1"];
  2874.     cb_file_change -> fe_file_change [label="5"];
  2875.     cb_file_change -> push_command_line_include [label="1"];
  2876.     handle_format_arg_attribute -> get_constant [label="6"];
  2877.     handle_format_arg_attribute -> check_format_string [label="6"];
  2878.     decode_format_attr -> decode_format_type [label="36"];
  2879.     decode_format_attr -> get_constant [label="72"];
  2880.     decode_format_type -> strlen [label="122"];
  2881.     decode_format_type -> strcmp [label="122"];
  2882.     decode_format_type -> strncmp [label="86"];
  2883.     handle_format_attribute -> decode_format_attr [label="36"];
  2884.     handle_format_attribute -> check_format_string [label="36"];
  2885.     push_stmt_list -> alloc_stmt_list [label="2"];
  2886.     push_stmt_list -> current_stmt_tree [label="4"];
  2887.     pop_stmt_list -> current_stmt_tree [label="4"];
  2888.     pop_stmt_list -> tsi_start [label="2"];
  2889.     pop_stmt_list -> tsi_one_before_end_p [label="2"];
  2890.     pop_stmt_list -> tsi_stmt [label="2"];
  2891.     pop_stmt_list -> tsi_delink [label="2"];
  2892.     pop_stmt_list -> free_stmt_list [label="2"];
  2893.     add_stmt -> strchr [label="4"];
  2894.     add_stmt -> annotate_with_locus [label="1"];
  2895.     add_stmt -> stmts_are_full_exprs_p [label="2"];
  2896.     add_stmt -> append_to_statement_list_force [label="2"];
  2897.     add_stmt -> current_stmt_tree [label="2"];
  2898.     build_stmt -> __builtin_va_start [label="1"];
  2899.     build_stmt -> make_node_stat [label="1"];
  2900.     build_stmt -> annotate_with_locus [label="1"];
  2901.     build_stmt -> strchr [label="1"];
  2902.     build_stmt -> __builtin_va_end [label="1"];
  2903.     emit_local_var -> expand_decl [label="1"];
  2904.     free_path -> free [label="6"];
  2905.     add_env_var_paths -> getenv [label="2"];
  2906.     add_standard_paths -> add_path [label="5"];
  2907.     add_standard_paths -> update_path [label="5"];
  2908.     remove_duplicates -> stat [label="5"];
  2909.     remove_duplicates -> __errno_location [label="3"];
  2910.     remove_duplicates -> cpp_get_options [label="3"];
  2911.     remove_duplicates -> free_path [label="3"];
  2912.     merge_include_chains -> remove_duplicates [label="3"];
  2913.     add_path -> xmalloc [label="5"];
  2914.     add_path -> add_cpp_dir_path [label="5"];
  2915.     register_include_chains -> cpp_get_options [label="1"];
  2916.     register_include_chains -> add_env_var_paths [label="2"];
  2917.     register_include_chains -> add_standard_paths [label="1"];
  2918.     register_include_chains -> target_c_incpath [label="1"];
  2919.     register_include_chains -> merge_include_chains [label="1"];
  2920.     register_include_chains -> cpp_set_include_chains [label="1"];
  2921.     builtin_define_type_precision -> builtin_define_with_int_value [label="1"];
  2922.     builtin_define_float_constants -> builtin_define_with_int_value [label="20"];
  2923.     builtin_define_float_constants -> sprintf [label="54"];
  2924.     builtin_define_float_constants -> builtin_define_with_value [label="6"];
  2925.     builtin_define_float_constants -> strcpy [label="3"];
  2926.     builtin_define_float_constants -> builtin_define_with_hex_fp_value [label="12"];
  2927.     define__GNUC__ -> builtin_define_with_value_n [label="3"];
  2928.     c_cpp_builtins -> define__GNUC__ [label="1"];
  2929.     c_cpp_builtins -> c_stddef_cpp_builtins [label="1"];
  2930.     c_cpp_builtins -> cpp_define [label="5"];
  2931.     c_cpp_builtins -> builtin_define_with_int_value [label="2"];
  2932.     c_cpp_builtins -> builtin_define_type_max [label="6"];
  2933.     c_cpp_builtins -> builtin_define_type_precision [label="1"];
  2934.     c_cpp_builtins -> builtin_define_float_constants [label="3"];
  2935.     c_cpp_builtins -> builtin_define_with_value [label="3"];
  2936.     c_cpp_builtins -> fast_math_flags_set_p [label="1"];
  2937.     c_cpp_builtins -> strlen [label="2"];
  2938.     c_cpp_builtins -> cpp_assert [label="5"];
  2939.     c_cpp_builtins -> builtin_define_std [label="3"];
  2940.     builtin_define_std -> strlen [label="3"];
  2941.     builtin_define_std -> __builtin_alloca [label="3"];
  2942.     builtin_define_std -> memcpy [label="3"];
  2943.     builtin_define_std -> cpp_define [label="9"];
  2944.     builtin_define_with_value -> strlen [label="26"];
  2945.     builtin_define_with_value -> __builtin_alloca [label="13"];
  2946.     builtin_define_with_value -> sprintf [label="13"];
  2947.     builtin_define_with_value -> cpp_define [label="13"];
  2948.     builtin_define_with_value_n -> strlen [label="3"];
  2949.     builtin_define_with_value_n -> __builtin_alloca [label="3"];
  2950.     builtin_define_with_value_n -> memcpy [label="6"];
  2951.     builtin_define_with_value_n -> cpp_define [label="3"];
  2952.     builtin_define_with_int_value -> strlen [label="23"];
  2953.     builtin_define_with_int_value -> __builtin_alloca [label="23"];
  2954.     builtin_define_with_int_value -> memcpy [label="23"];
  2955.     builtin_define_with_int_value -> sprintf [label="23"];
  2956.     builtin_define_with_int_value -> cpp_define [label="23"];
  2957.     builtin_define_with_hex_fp_value -> real_from_string [label="12"];
  2958.     builtin_define_with_hex_fp_value -> real_to_decimal [label="12"];
  2959.     builtin_define_with_hex_fp_value -> sprintf [label="12"];
  2960.     builtin_define_with_hex_fp_value -> cpp_define [label="12"];
  2961.     builtin_define_type_max -> __builtin_alloca [label="6"];
  2962.     builtin_define_type_max -> strlen [label="18"];
  2963.     builtin_define_type_max -> sprintf [label="6"];
  2964.     builtin_define_type_max -> cpp_define [label="6"];
  2965.     update_path -> strlen [label="5"];
  2966.     update_path -> strncmp [label="5"];
  2967.     update_path -> xstrdup [label="5"];
  2968.     update_path -> strchr [label="12"];
  2969.     update_path -> access [label="4"];
  2970.     c_cannot_inline_tree_fn -> lookup_attribute [label="1"];
  2971.     c_objc_common_init -> memset [label="1"];
  2972.     c_objc_common_init -> c_init_decl_processing [label="1"];
  2973.     c_objc_common_init -> c_common_init [label="1"];
  2974.     c_objc_common_finish_file -> cgraph_finalize_compilation_unit [label="1"];
  2975.     c_objc_common_finish_file -> cgraph_optimize [label="1"];
  2976.     c_initialize_diagnostics -> xmalloc [label="1"];
  2977.     c_initialize_diagnostics -> memcpy [label="1"];
  2978.     c_initialize_diagnostics -> pp_c_pretty_printer_init [label="1"];
  2979.     c_initialize_diagnostics -> free [label="1"];
  2980.     c_common_no_more_pch -> cpp_get_callbacks [label="2"];
  2981.     c_common_no_more_pch -> host_hooks [label="1"];
  2982.     push_context -> xcalloc [label="1"];
  2983.     push_context -> get_identifier [label="2"];
  2984.     pop_context -> free [label="1"];
  2985.     c_genericize -> dump_begin [label="1"];
  2986.     c_genericize -> push_context [label="1"];
  2987.     c_genericize -> gimplify_function_tree [label="1"];
  2988.     c_genericize -> pop_context [label="1"];
  2989.     c_genericize -> dump_function [label="1"];
  2990.     c_genericize -> cgraph_node [label="1"];
  2991.     c_build_bind_expr -> build3_stat [label="1"];
  2992.     main -> toplev_main [label="1"];
  2993.     c_parse_init -> init_reswords [label="1"];
  2994.     yyparse -> yylex [label="10"];
  2995.     yyparse -> start_function [label="1"];
  2996.     yyparse -> store_parm_decls [label="1"];
  2997.     yyparse -> finish_function [label="1"];
  2998.     yyparse -> build_compound_expr [label="1"];
  2999.     yyparse -> build_tree_list_stat [label="2"];
  3000.     yyparse -> strchr [label="1"];
  3001.     yyparse -> tree_cons_stat [label="2"];
  3002.     yyparse -> pending_xref_error [label="1"];
  3003.     yyparse -> split_specs_attrs [label="1"];
  3004.     yyparse -> add_stmt [label="1"];
  3005.     yyparse -> build_nt [label="1"];
  3006.     yyparse -> c_begin_compound_stmt [label="1"];
  3007.     yyparse -> c_end_compound_stmt [label="1"];
  3008.     yyparse -> annotate_with_locus [label="1"];
  3009.     yyparse -> c_finish_return [label="1"];
  3010.     yyparse -> push_scope [label="1"];
  3011.     yyparse -> declare_parm_level [label="1"];
  3012.     yyparse -> pop_scope [label="1"];
  3013.     yyparse -> make_node_stat [label="1"];
  3014.     init_reswords -> ggc_calloc [label="1"];
  3015.     init_reswords -> get_identifier [label="77"];
  3016.     yylexname -> lookup_name [label="1"];
  3017.     _yylex -> c_lex [label="10"];
  3018.     _yylex -> yylexname [label="3"];
  3019.     yylex -> timevar_push [label="10"];
  3020.     yylex -> _yylex [label="10"];
  3021.     yylex -> timevar_pop [label="10"];
  3022.     c_parse_file -> yyparse [label="1"];
  3023. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement