GCC Middle and Back End API Reference
ggc.h File Reference
#include "gtype-desc.h"
Include dependency graph for ggc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ggc_root_tab
 

Macros

#define LAST_GGC_ROOT_TAB   { NULL, 0, 0, NULL, NULL }
 
#define ggc_test_and_set_mark(EXPR)    ((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark (EXPR))
 
#define ggc_mark(EXPR)
 
#define GGC_RESIZEVEC(T, P, N)    ((T *) ggc_realloc ((P), (N) * sizeof (T) MEM_STAT_INFO))
 
#define ggc_strdup(S)   ggc_alloc_string ((S), -1 MEM_STAT_INFO)
 
#define ggc_alloc_rtvec_sized(NELT)
 

Typedefs

typedef void(* gt_note_pointers) (void *, void *, gt_pointer_operator, void *)
 
typedef void(* gt_handle_reorder) (void *, void *, gt_pointer_operator, void *)
 
typedef void(* gt_pointer_walker) (void *)
 

Enumerations

enum  ggc_collect { GGC_COLLECT_HEURISTIC , GGC_COLLECT_FORCE }
 

Functions

int gt_pch_note_object (void *, void *, gt_note_pointers, size_t length_override=(size_t) -1)
 
void gt_pch_note_callback (void *, void *)
 
void gt_pch_note_reorder (void *, void *, gt_handle_reorder)
 
void gt_clear_caches ()
 
bool ggc_set_mark (const void *)
 
bool ggc_marked_p (const void *)
 
void gt_pch_n_S (const void *)
 
void gt_pch_n_S2 (const void *, size_t)
 
void gt_ggc_m_S (const void *)
 
void init_stringpool (void)
 
void init_ggc (void)
 
void gt_pch_save (FILE *f)
 
voidggc_internal_alloc (size_t, void(*)(void *), size_t, size_t CXX_MEM_STAT_INFO) ATTRIBUTE_MALLOC
 
voidggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
 
size_t ggc_round_alloc_size (size_t requested_size)
 
voidggc_internal_cleared_alloc (size_t, void(*)(void *), size_t, size_t CXX_MEM_STAT_INFO) ATTRIBUTE_MALLOC
 
voidggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO)
 
voidggc_realloc (void *, size_t CXX_MEM_STAT_INFO)
 
void ggc_free (void *)
 
void dump_ggc_loc_statistics ()
 
template<typename T >
void finalize (void *p)
 
template<typename T >
bool need_finalization_p ()
 
template<typename T >
Tggc_alloc (ALONE_CXX_MEM_STAT_INFO)
 
template<typename T >
Tggc_alloc_no_dtor (ALONE_CXX_MEM_STAT_INFO)
 
template<typename T >
Tggc_cleared_alloc (ALONE_CXX_MEM_STAT_INFO)
 
template<typename T >
Tggc_vec_alloc (size_t c CXX_MEM_STAT_INFO)
 
template<typename T >
Tggc_cleared_vec_alloc (size_t c CXX_MEM_STAT_INFO)
 
voidggc_alloc_atomic (size_t s CXX_MEM_STAT_INFO)
 
template<typename T >
void ggc_delete (T *ptr)
 
const charggc_alloc_string (const char *contents, int length CXX_MEM_STAT_INFO)
 
void ggc_collect (enum ggc_collect mode=GGC_COLLECT_HEURISTIC)
 
void ggc_trim (void)
 
void ggc_grow (void)
 
void ggc_register_root_tab (const struct ggc_root_tab *)
 
void gt_pch_restore (FILE *f)
 
void ggc_print_statistics (void)
 
void stringpool_statistics (void)
 
void init_ggc_heuristics (void)
 
void report_heap_memory_use (void)
 
struct rtx_defggc_alloc_rtx_def_stat (size_t s CXX_MEM_STAT_INFO)
 
union tree_nodeggc_alloc_tree_node_stat (size_t s CXX_MEM_STAT_INFO)
 
union tree_nodeggc_alloc_cleared_tree_node_stat (size_t s CXX_MEM_STAT_INFO)
 
gimpleggc_alloc_cleared_gimple_statement_stat (size_t s CXX_MEM_STAT_INFO)
 
void gt_ggc_mx (const char *s)
 
void gt_pch_nx (const char *)
 
void gt_pch_nx (bool)
 
void gt_pch_nx (char)
 
void gt_pch_nx (signed char)
 
void gt_pch_nx (unsigned char)
 
void gt_pch_nx (short)
 
void gt_pch_nx (unsigned short)
 
void gt_pch_nx (int)
 
void gt_pch_nx (unsigned int)
 
void gt_pch_nx (long int)
 
void gt_pch_nx (unsigned long int)
 
void gt_pch_nx (long long int)
 
void gt_pch_nx (unsigned long long int)
 
void gt_ggc_mx (bool)
 
void gt_ggc_mx (char)
 
void gt_ggc_mx (signed char)
 
void gt_ggc_mx (unsigned char)
 
void gt_ggc_mx (short)
 
void gt_ggc_mx (unsigned short)
 
void gt_ggc_mx (int)
 
void gt_ggc_mx (unsigned int)
 
void gt_ggc_mx (long int)
 
void gt_ggc_mx (unsigned long int)
 
void gt_ggc_mx (long long int)
 
void gt_ggc_mx (unsigned long long int)
 
void ggc_common_finalize ()
 

Variables

const struct ggc_root_tab *const gt_ggc_rtab []
 
const struct ggc_root_tab *const gt_ggc_deletable_rtab []
 
const struct ggc_root_tab *const gt_pch_scalar_rtab []
 
bool ggc_protect_identifiers
 

Macro Definition Documentation

◆ ggc_alloc_rtvec_sized

#define ggc_alloc_rtvec_sized ( NELT)
Value:
(rtvec_def *) ggc_internal_alloc (sizeof (struct rtvec_def) \
+ ((NELT) - 1) * sizeof (rtx)) \
struct rtx_def * rtx
Definition coretypes.h:57
void * ggc_internal_alloc(size_t, void(*)(void *), size_t, size_t CXX_MEM_STAT_INFO) ATTRIBUTE_MALLOC
Definition ggc-none.cc:44
T * ggc_alloc(ALONE_CXX_MEM_STAT_INFO)
Definition ggc.h:184
Definition rtl.h:735

Referenced by rtvec_alloc().

◆ ggc_mark

#define ggc_mark ( EXPR)
Value:
do { \
const void *const a__ = (EXPR); \
if (a__ != NULL && a__ != (void *) 1) \
} while (0)
#define NULL
Definition system.h:50

◆ GGC_RESIZEVEC

#define GGC_RESIZEVEC ( T,
P,
N )    ((T *) ggc_realloc ((P), (N) * sizeof (T) MEM_STAT_INFO))

◆ ggc_strdup

◆ ggc_test_and_set_mark

#define ggc_test_and_set_mark ( EXPR)     ((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark (EXPR))
If EXPR is not NULL and previously unmarked, mark it and evaluate
to true.  Otherwise evaluate to false.   

Referenced by gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), and gt_ggc_mx().

◆ LAST_GGC_ROOT_TAB

#define LAST_GGC_ROOT_TAB   { NULL, 0, 0, NULL, NULL }

Typedef Documentation

◆ gt_handle_reorder

typedef void(* gt_handle_reorder) (void *, void *, gt_pointer_operator, void *)
One of these is called before objects are re-ordered in memory.
The first parameter is the original object, the second is the
subobject that has had its pointers reordered, the third parameter
can compute the new values of a pointer when given the cookie in
the fourth parameter.   

◆ gt_note_pointers

typedef void(* gt_note_pointers) (void *, void *, gt_pointer_operator, void *)
Garbage collection for the GNU compiler.

   Copyright (C) 1998-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
Symbols are marked with `ggc' for `gcc gc' so as not to interfere with
an external gc library that might be linked in.   
Internal functions and data structures used by the GTY
machinery, including the generated gt*.[hc] files.   
One of these applies its third parameter (with cookie in the fourth
parameter) to each pointer in the object pointed to by the first
parameter, using the second parameter.   

◆ gt_pointer_walker

typedef void(* gt_pointer_walker) (void *)
Mark the object in the first parameter and anything it points to.   

Enumeration Type Documentation

◆ ggc_collect

Invoke the collector.  Garbage collection occurs only when this
function is called, not during allocations.   
Enumerator
GGC_COLLECT_HEURISTIC 
GGC_COLLECT_FORCE 

Function Documentation

◆ dump_ggc_loc_statistics()

void dump_ggc_loc_statistics ( )
extern
Dump per-site memory statistics.   

References ggc_alloc(), GGC_COLLECT_FORCE, ggc_mem_desc, and GGC_ORIGIN.

Referenced by dump_memory_report().

◆ finalize()

template<typename T >
void finalize ( void * p)

◆ ggc_alloc()

template<typename T >
T * ggc_alloc ( ALONE_CXX_MEM_STAT_INFO )
inline

References ggc_alloc(), ggc_internal_alloc(), NULL, and PASS_MEM_STAT.

Referenced by gdbhooks.GdbPrettyPrinters::__call__(), gdbhooks.BreakOnPass::__init__(), gdbhooks.DumpFn::__init__(), gdbhooks.DotFn::__init__(), gdbhooks.GdbPrettyPrinters::__init__(), gdbhooks.GdbSubprinter::__init__(), gdbhooks.GdbSubprinterRegex::__init__(), gdbhooks.GdbSubprinterTypeList::__init__(), _eligible_successor_edge_p(), _fatal_insn(), _list_iter_cond_def(), _list_iter_cond_expr(), _list_iter_cond_insn(), _list_iter_cond_x(), _list_iter_next(), _list_iter_remove(), _list_iter_remove_nofree(), _list_iter_start(), _loop_vec_info::_loop_vec_info(), _slp_tree::_slp_tree(), _succ_iter_cond(), _succ_iter_next(), _succ_iter_start(), abnormal_edge_after_stmt_p(), absdecl(), absorbing_element_p(), absu_hwi(), acceptable_pow_call(), access_and_field_type_match_p(), access_check(), access_check(), access_data::access_data(), access_data::access_data(), access_fn_component_p(), access_fn_components_comparable_p(), access_has_children_p(), access_has_replacements_p(), access_or_its_child_written(), access_path_may_continue_p(), account_profile(), ipa_fn_summary::account_size_time(), account_stack_vars(), account_time_size(), accumulate_line_counts(), accumulate_line_info(), wi::accumulate_overflow(), diagnostic_context::action_after_output(), active_insn_p(), active_time(), hash_set< KeyId, Lazy, Traits >::add(), inchash::hash::add(), add_abstract_origin_attribute(), add_accessibility_attribute(), add_action_record(), add_addr_table_entry(), add_all_node_vals_to_toposort(), add_allocno_copy_to_list(), add_allocno_hard_regs(), add_allocno_hard_regs_to_forest(), add_allocno_to_bucket(), add_allocno_to_ordered_colorable_bucket(), add_arc(), add_args_size_note(), add_async_clauses_and_wait(), add_AT_addr(), add_AT_data8(), add_AT_die_ref(), add_AT_double(), add_AT_external_die_ref(), add_AT_file(), add_AT_flag(), add_AT_int(), add_AT_lbl_id(), add_AT_lineptr(), add_AT_loc(), add_AT_loc_list(), add_AT_location_description(), add_AT_low_high_pc(), add_AT_macptr(), add_AT_pubnames(), add_AT_range_list(), add_AT_specification(), add_AT_string(), add_AT_symview(), add_AT_unsigned(), add_AT_vec(), add_AT_view_list(), add_AT_wide(), add_attr_value(), add_attributes(), add_auto_inc_notes(), add_autoinc_candidates(), add_bb_to_loop(), add_bit_offset_attribute(), add_bound_info(), add_builtin_constant_p_parm(), add_builtin_function(), add_builtin_function_ext_scope(), add_c_test(), add_call_edges_for_seq(), add_call_site(), add_calling_convention_attribute(), add_cand_for_stmt(), add_candidate(), add_candidate_1(), add_cfi(), add_cfi_args_size(), add_cfi_restore(), add_cfis_to_fde(), symbol_table::add_cgraph_duplication_hook(), symbol_table::add_cgraph_insertion_hook(), symbol_table::add_cgraph_removal_hook(), add_child_die(), add_child_die_after(), ipa_predicate::add_clause(), add_clobbers_to_eh_landing_pad(), add_coalesce(), add_comma_separated_to_vector(), add_condition(), add_conflict_from_region_landing_pads(), add_const_value_attribute(), add_constant(), add_constant_to_table(), add_constraint(), add_constraints(), add_control_edge(), add_cost_one_coalesce(), ana::diagnostic_emission_context::add_cwe(), diagnostic_metadata::add_cwe(), add_data_member_location_attribute(), add_decision(), add_decls_addresses_to_decl_constructor(), add_define_attr(), add_dependence(), add_dependency(), add_desc_attribute(), add_desc_attribute(), cgraph_node::add_detected_attribute(), add_detected_attribute_1(), ana::exploded_node::add_diagnostic(), add_discr_value(), add_distance_for_zero_overlaps(), add_double_with_sign(), add_dwarf_attr(), add_edge(), add_edge(), symbol_table::add_edge_duplication_hook(), symbol_table::add_edge_removal_hook(), add_ehspec_entry(), add_elt_to_tree(), add_enumerator_pubname(), add_env_var_paths(), add_equal_note(), equiv_oracle::add_equiv_to_block(), simple_diagnostic_path::add_event(), add_excls(), add_exit_phi(), add_exit_phis(), add_exit_phis_var(), inchash::add_expr(), gcc_rich_location::add_expr(), inchash::add_expr_commutative(), add_field_for_name(), add_field_for_reduction(), file_cache::add_file(), add_filedep(), add_filename_attribute(), add_filepath_AT_string(), infinite_loop_diagnostic::add_final_event(), infinite_recursion_diagnostic::add_final_event(), add_finalizer(), gcc_rich_location::add_fixit_insert_formatted(), gcc_rich_location::add_fixit_misspelled_id(), edit_context::add_fixits(), add_fixup_edge(), function_reader::add_fixup_expr(), function_reader::add_fixup_insn_uid(), function_reader::add_fixup_note_insn_basic_block(), add_forwarder_blocks(), add_frame_space(), add_freqcounting_predicate(), predefined_function_abi::add_full_reg_clobber(), source_info::add_function(), add_function(), infinite_recursion_diagnostic::add_function_entry_event(), add_function_usage_to(), add_gnat_descriptive_type_attribute(), inchash::add_hashable_expr(), add_high_low_attributes(), add_hwi(), add_implicit_parallel(), md_reader::add_include_path(), add_input_filename(), growing_rtx_properties< Base >::add_insn(), add_insn(), add_insn_after(), add_insn_after_nobb(), add_insn_allocno_copies(), add_insn_before(), add_insn_before_nobb(), add_int_reg_note(), add_iv_candidate_derived_from_uses(), add_iv_candidate_for_biv(), add_iv_candidate_for_doloop(), add_iv_candidate_for_use(), add_label_notes(), add_labels_and_missing_jumps(), wi::add_large(), add_line_counts(), add_linkage_attr(), add_linkage_name(), add_loc_descr(), add_loc_descr_op_piece(), add_loc_list(), add_local_variables(), sarif_thread_flow::add_location(), gcc_rich_location::add_location_if_nearby(), add_location_or_const_value_attribute(), add_loop(), add_loop_to_tree(), add_lto_object(), add_map_value(), add_mapping(), add_mask_and_len_args(), access_ref::add_max_offset(), add_mem_for_addr(), add_misspelling_candidates(), add_mnemonic_string(), add_mode_tests(), add_multivariate_self_dist(), add_name_attribute(), add_new_edges_to_heap(), cgraph_node::add_new_function(), add_new_name_mapping(), add_new_plugin(), add_next_usage_insn(), add_node_to(), add_non_frame_wild_read(), gimple_infer_range::add_nonzero(), add_noreturn_fake_exit_edges(), ana::region_model_context_decorator::add_note(), sarif_invocation::add_notification_for_ice(), access_ref::add_offset(), add_offset_to_base(), add_one(), add_operator(), nontrapping_dom_walker::add_or_mark_expr(), add_other_self_distances(), add_outer_distances(), slpg_layout_cost::add_parallel_cost(), add_parameter(), add_parent_or_loop_num_clause(), equiv_oracle::add_partial_equiv(), add_partition_graph_edge(), add_partitioned_vars_to_ptset(), add_pass_instance(), optrecord_json_writer::add_pass_list(), add_path(), add_phi_arg(), add_phi_args_after_copy(), add_phi_args_after_copy_bb(), add_phi_args_after_copy_edge(), add_predicate(), add_predicate(), add_predicate_code(), add_predicate_to_path(), add_prefix(), add_prefix(), add_prefix_begin(), add_prefix_map(), add_presence_absence(), add_prototyped_attribute(), add_pubtype(), add_pure_or_virtual_attribute(), infer_range_manager::add_range(), add_range_and_copies_from_move_list(), add_ranges_and_copies(), add_ranges_by_labels(), add_ref_to_chain(), ipa_icf::sem_item::add_reference(), add_reg_br_prob_note(), add_reg_note(), add_regs_to_insn_regno_info(), sarif_result::add_related_location(), add_removable_extension(), add_repeat_to_ops_vec(), add_rfixup_edge(), add_rshift(), inchash::add_rtx(), compiler_data_hooks::add_sarif_invocation_properties(), add_scope_conflicts(), add_scope_conflicts_1(), add_scope_conflicts_2(), add_shallow_copy_of_reg_note(), add_sibling_attributes(), add_significands(), generic_subrtx_iterator< T >::add_single_to_queue(), add_skeleton_AT_string(), ipcp_value< valtype >::add_source(), add_src_coords_attributes(), add_ssa_edge(), add_stack_protection_conflicts(), add_stack_var(), add_standard_paths(), add_state_reservs(), operands_scanner::add_stmt_operand(), add_stmt_to_eh_lp_fn(), add_store_equivs(), add_stored_regs(), add_stores(), add_string_csts(), generic_subrtx_iterator< T >::add_subrtxes_to_queue(), add_subscript_strides(), add_successor_phi_arg(), add_sysroot_to_chain(), add_sysrooted_hdrs_prefix(), add_sysrooted_prefix(), add_taskreg_looptemp_clauses(), add_test(), simple_diagnostic_path::add_thread_event(), add_to_conflicts(), add_to_delay_list(), add_to_dominance_info(), add_to_dst_predicate_list(), add_to_edge_list(), scev_dfs::add_to_evolution(), scev_dfs::add_to_evolution_1(), path_range_query::add_to_exit_dependencies(), ana::setjmp_record::add_to_hash(), add_to_list(), add_to_obstack(), add_to_ops_vec(), add_to_partition_kill_list(), add_to_parts(), add_to_predicate_list(), symtab_node::add_to_same_comdat_group(), add_to_worklist(), add_top_level_skeleton_die_attrs(), add_ttypes_entry(), add_type_attribute(), add_type_duplicate(), add_type_for_runtime(), add_use_op(), add_used_regs(), add_uses(), add_uses_1(), value_topo_info< valtype >::add_val(), ipcp_lattice< valtype >::add_value(), add_var_loc_to_decl(), symbol_table::add_varpool_insertion_hook(), symbol_table::add_varpool_removal_hook(), add_vect(), add_vect_el(), inchash::add_vrange(), add_wait(), add_wild_read(), add_with_sets(), double_int::add_with_sign(), addr_for_mem_ref(), addr_for_mem_ref(), addr_object_size(), addr_offset_valid_p(), addr_side_effect_eval(), addr_stridxptr(), addr_to_parts(), symtab_node::address_can_be_compared_p(), address_compare(), ipa_ref::address_matters_p(), address_of_int_loc_descriptor(), address_operand(), adds_single_suffix_p(), adjacent_dr_p(), adjust_accumulator_values(), adjust_address_1(), adjust_agg_replacement_values(), adjust_assumption_stmt_op(), adjust_assumption_stmt_r(), adjust_automodify_address_1(), adjust_before_returns_twice_call(), adjust_bit_field_mem_for_reg(), adjust_bool_pattern(), adjust_bool_pattern_cast(), adjust_bool_stmts(), adjust_cfg_counts(), adjust_cleared_regs(), adjust_clone_incoming_counts(), adjust_context_and_scope(), vector_costs::adjust_cost_for_freq(), adjust_debug_stmts(), adjust_debug_stmts_now(), ipa_param_adjustments::adjust_decl(), adjust_depth(), adjust_equivalence_range(), profile_count::adjust_for_ipa_scaling(), adjust_for_new_dest(), adjust_imagpart_expr(), adjust_insn(), adjust_iv_update_pos(), strlen_pass::adjust_last_stmt(), adjust_loop_info_after_peeling(), adjust_mem_stores(), adjust_mem_uses(), adjust_mems(), adjust_nested_loop_clauses(), adjust_offset_for_component_ref(), adjust_offsets_for_equal_base_address(), adjust_one_expanded_partition_var(), adjust_op1_for_overflow(), back_jt_path_registry::adjust_paths_after_duplication(), adjust_phi_and_debug_stmts(), adjust_piece_list(), adjust_pointer_diff_expr(), adjust_ptr_info_misalignment(), irange_bitmask::adjust_range(), adjust_realpart_expr(), adjust_references_in_caller(), adjust_refs_in_act_callers(), adjust_region_code(), adjust_region_code_walk_stmt_fn(), adjust_related_strinfos(), adjust_return_value(), adjust_return_value_with_ops(), adjust_setup_cost(), adjust_simduid_builtins(), adjust_stack(), adjust_stack_1(), adjust_unroll_factor(), profile_probability::adjusted(), adjusted_warn_limit(), profile_probability::afdo(), profile_count::afdo(), autofdo::afdo_annotate_cfg(), autofdo::afdo_calculate_branch_prob(), afdo_callsite_hot_enough_for_early_inline(), autofdo::afdo_find_equiv_class(), autofdo::afdo_indirect_call(), autofdo::afdo_propagate(), autofdo::afdo_propagate_circuit(), autofdo::afdo_propagate_edge(), autofdo::afdo_set_bb_count(), autofdo::afdo_vpt(), autofdo::afdo_vpt_for_early_inline(), aff_comb_cannot_overlap_p(), aff_combination_add(), aff_combination_add_cst(), aff_combination_add_elt(), aff_combination_add_product(), aff_combination_const(), aff_combination_const_p(), aff_combination_constant_multiple_p(), aff_combination_convert(), aff_combination_elt(), aff_combination_expand(), aff_combination_find_elt(), aff_combination_mult(), aff_combination_remove_elt(), aff_combination_scale(), aff_combination_singleton_var_p(), aff_combination_to_tree(), aff_combination_type(), aff_combination_zero(), aff_combination_zero_p(), affects_type_identity_attributes(), affine_fn_cst(), affine_fn_minus(), affine_fn_op(), affine_fn_plus(), affine_fn_univar(), affine_function_equal_p(), rewrite_dom_walker::after_dom_children(), rewrite_update_dom_walker::after_dom_children(), agg_pass_through_permissible_p(), aggregate_value_p(), alias_get_name(), aliasing_component_refs_p(), aliasing_component_refs_walk(), aliasing_matching_component_refs_p(), align_base(), align_dynamic_address(), align_flags::align_flags(), align_fuzz(), align_local_variable(), align_variable(), alignment_for_piecewise_move(), all_blocks(), all_immediate_uses_same_place(), vec_perm_indices::all_in_range_p(), all_phi_incrs_profitable(), all_phi_incrs_profitable_1(), all_positions_needed_p(), all_uses_feed_or_dominated_by_stmt(), timer::all_zero(), all_zeros_p(), vrange_obstack_alloc::alloc(), frange_storage::alloc(), irange_storage::alloc(), prange_storage::alloc(), vrange_storage::alloc(), alloc_aux_for_block(), alloc_aux_for_blocks(), alloc_aux_for_edge(), alloc_aux_for_edges(), alloc_block(), alloc_builtin(), alloc_cand_and_find_basis(), alloc_code_hoist_mem(), alloc_dw_wide_int(), alloc_empty_reserv_sets(), hash_table< Descriptor, Lazy, Allocator >::alloc_entries(), alloc_EXPR_LIST(), alloc_expression_id(), alloc_hash_table(), alloc_infile(), alloc_insn_link(), alloc_INSN_LIST(), alloc_iv(), alloc_loop(), alloc_mem(), alloc_object_size(), alloc_page(), alloc_pre_mem(), alloc_reg_note(), alloc_stack_frame_space(), alloc_stmt_list(), alloc_switch(), alloc_use(), alloc_use_cost_map(), alloc_vn_nary_op(), alloc_vn_nary_op_noinit(), alloca_call_p(), alloca_call_type(), base_pool_allocator< TBlockAllocator >::allocate(), memory_block_pool::allocate(), allocate_and_init_ipcp_value(), allocate_and_init_ipcp_value(), allocate_basic_variable(), allocate_conflict_bit_vec(), allocate_dynamic_stack_space(), allocate_initial_values(), allocate_phi_node(), allocate_reg_info(), allocate_reload_reg(), allocate_stack_usage_info(), allocate_struct_function(), jump_thread_path_allocator::allocate_thread_edge(), jump_thread_path_allocator::allocate_thread_path(), allocno_copy_cost_saving(), allocno_cost_compare_func(), allocno_hard_regs_compare(), allocno_priority_compare_func(), allocno_reload_assign(), allocno_spill_priority_compare(), allocno_spill_sort_compare(), allocno_thread_conflict_p(), allocnos_conflict_by_live_ranges_p(), allocnos_conflict_for_copy_p(), allocnos_conflict_p(), rtx_vector_builder::allow_steps_p(), alt_state_cmp(), alt_states_eq(), alter_attrs_for_insn(), alter_attrs_for_subst_insn(), alter_constraints(), alter_output_for_insn(), alter_output_for_subst_insn(), alter_predicate_for_insn(), alter_reg(), alter_subreg(), alter_subregs(), alter_test_for_insn(), altered_reg_used(), alternative_allows_const_pool_ref(), alternative_class(), alternative_register_filters(), profile_probability::always(), always_throwing_noreturn_call_p(), always_void_p(), dt_node::analyze(), cgraph_node::analyze(), varpool_node::analyze(), analyze_access_subtree(), analyze_access_trees(), analyze_agg_content_value(), analyze_all_variable_accesses(), analyze_and_compute_bitop_with_inv_effect(), analyze_and_compute_bitwise_induction_effect(), analyze_and_mark_doloop_use(), analyze_candidates_and_replace(), loop_cand::analyze_carried_vars(), analyze_evolution_in_loop(), analyze_function(), analyze_function(), analyze_function_body(), analyze_functions(), loop_cand::analyze_iloop_reduction_var(), analyze_increments(), loop_cand::analyze_induction_var(), analyze_initial_condition(), analyze_insn_to_expand_var(), analyze_insns_in_loop(), analyze_iv_to_split_insn(), analyze_memory_references(), analyze_miv_subscript(), loop_cand::analyze_oloop_reduction_var(), analyze_overlapping_iterations(), analyze_ref(), analyze_scalar_evolution(), analyze_scalar_evolution_1(), analyze_scalar_evolution_in_loop(), analyze_siv_subscript(), analyze_siv_subscript_cst_affine(), analyze_subscript_affine_affine(), tree_switch_conversion::switch_decision_tree::analyze_switch_statement(), analyze_ziv_subscript(), analyzed_for_bivness_p(), and_comparisons_1(), wi::and_large(), double_int::and_not(), wi::and_not_large(), and_var_with_comparison(), and_var_with_comparison_1(), annotate_all_with_location(), annotate_one_with_location(), announce_function(), anti_adjust_stack(), anti_adjust_stack_and_probe(), anti_adjust_stack_and_probe_stack_clash(), anti_dependence(), any_condjump_p(), any_positions_needed_p(), any_uncondjump_p(), ao_ref_alias_ptr_type(), ao_ref_alignment(), ao_ref_base_alias_ptr_type(), ao_ref_base_alias_set(), ao_ref_init_from_ptr_and_range(), ao_ref_init_from_ptr_and_size(), ao_ref_init_from_vn_reference(), app_disable(), app_enable(), append_compiler_options(), append_diag_options(), append_linker_options(), dt_node::append_match_op(), dt_node::append_node(), append_offload_options(), dt_node::append_op(), append_pattern_def_seq(), dt_node::append_simplify(), append_to_collect_gcc_options(), append_to_statement_list(), append_to_statement_list_1(), dt_node::append_true_op(), operands_scanner::append_use(), fixup_insn_uid::apply(), fixup_expr::apply(), apply_args_size(), apply_binop_and_append_stmt(), apply_clusters(), apply_debug_insn_changes(), apply_distributive_law(), dump_context::apply_dump_filter_p(), edit_context::apply_fixit(), edited_file::apply_fixit(), edited_line::apply_fixit(), ranger_cache::apply_inferred_ranges(), apply_int_iterator(), md_reader::apply_iterator_to_string(), lto_location_cache::apply_location_cache(), apply_loop_flags(), apply_opt_in_copies(), apply_pass_by_reference_rules(), profile_count::apply_probability(), profile_count::apply_probability(), apply_result_size(), apply_return_prediction(), profile_probability::apply_scale(), profile_count::apply_scale(), profile_count::apply_scale(), profile_probability::apply_scale(), rtx_vector_builder::apply_step(), insn_propagation::apply_to_lvalue_1(), insn_propagation::apply_to_mem_1(), insn_propagation::apply_to_pattern_1(), insn_propagation::apply_to_rvalue_1(), value_relation::apply_transitive(), approx_reg_cost(), arith_cast_equal_p(), arith_code_with_undefined_signed_overflow(), arith_overflow_arg_kind(), arith_overflow_check_p(), arith_overflowed_p(), arithmetic_flags_clobber_p(), attr_access::array_as_string(), array_elt_at_offset(), array_ref_element_size(), array_ref_flexible_size_p(), array_ref_low_bound(), array_ref_up_bound(), array_size_for_constructor(), array_type_nelts(), tree_switch_conversion::switch_conversion::array_value_type(), wi::arshift_large(), as_a(), as_a(), as_a(), as_a(), ana::byte_range::as_bit_range(), asan_add_global(), asan_clear_shadow(), asan_dynamic_init_call(), asan_emit_allocas_unpoison(), asan_emit_stack_protection(), asan_expand_check_ifn(), asan_expand_mark_ifn(), asan_expand_poison_ifn(), asan_finish_file(), asan_global_struct(), asan_instrument_reads(), asan_instrument_writes(), asan_intercepted_p(), asan_mark_p(), asan_mem_ref_get_end(), asan_memfn_rtl(), asan_memintrin(), asan_needs_odr_indicator_p(), asan_poison_variable(), asan_poison_variable(), asan_poison_variables(), asan_pp_string(), asan_protect_global(), asan_sanitize_allocas_p(), asan_sanitize_stack_p(), asan_sanitize_use_after_scope(), asan_store_shadow_bytes(), asm_clobber_reg_is_valid(), asm_fprintf(), asm_insn_count(), asm_labels_ok(), asm_noperands(), asm_operand_ok(), asm_outputs_debug_line_str(), asm_show_source(), asm_str_count(), assemble_addr_to_section(), assemble_alias(), varpool_node::assemble_aliases(), assemble_align(), assemble_asm(), assemble_constant_contents(), assemble_end_function(), assemble_external(), assemble_external_libcall(), assemble_function_label_final(), assemble_integer(), assemble_integer_with_op(), assemble_name_raw(), assemble_name_resolve(), assemble_noswitch_variable(), assemble_real(), assemble_start_function(), assemble_static_space(), assemble_string(), cgraph_node::assemble_thunks_and_aliases(), assemble_trampoline_template(), assemble_variable(), assemble_variable_contents(), assemble_zeros(), symbol_table::assembler_names_equal_p(), assert_loop_rolls_lt(), assert_no_overflow_lt(), assert_unreachable_fallthru_edge_p(), assign_assembler_name_if_needed(), assign_by_spills(), assign_discriminator(), assign_discriminators(), assign_filter_values(), assign_hard_reg(), assign_location_list_indexes(), assign_mem_slot(), assign_parm_adjust_entry_rtl(), assign_parm_adjust_stack_rtl(), assign_parm_find_data_types(), assign_parm_find_entry_rtl(), assign_parm_find_stack_rtl(), assign_parm_is_stack_parm(), assign_parm_remove_parallels(), assign_parm_setup_block(), assign_parm_setup_block_p(), assign_parm_setup_reg(), assign_parm_setup_stack(), assign_parms(), assign_parms_augmented_arg_list(), assign_parms_initialize_all(), assign_parms_setup_varargs(), assign_parms_unsplit_complex(), assign_position_var(), assign_position_vars(), assign_spill_hard_regs(), assign_stack_local_1(), assign_stack_slot_num_and_sort_pseudos(), assign_stack_temp_for_type(), assign_temp(), associate_equivalences_with_edges(), associate_trees(), associated_internal_fn(), associated_internal_fn(), associative_binary_fn_p(), associative_binary_op_p(), associative_tree_code(), assume_query::assume_query(), assumption_copy_decl(), AT_loc_list_ptr(), atoll(), attempt_builtin_copysign(), attempt_builtin_powi(), attempt_change(), attempt_coalesce(), attr_alt_complement(), attr_alt_intersection(), attr_alt_subset_of_compl_p(), attr_alt_subset_p(), attr_alt_union(), attr_checksum(), attr_checksum_ordered(), attr_eq(), attr_fnspec::attr_fnspec(), attr_fnspec::attr_fnspec(), attr_fnspec::attr_fnspec(), attr_hash_add_rtx(), attr_hash_add_string(), attr_printf(), attr_rtx(), attr_rtx_1(), attr_rtx_cost(), attr_strcmp(), attr_string(), attr_value_alignment(), attribute_ignored_p(), attribute_list_contained(), attribute_list_equal(), attribute_value_equal(), attrs_list_clear(), attrs_list_copy(), attrs_list_insert(), attrs_list_mpdv_union(), attrs_list_union(), auto_bitmap::auto_bitmap(), auto_dump_scope::auto_dump_scope(), auto_enable_urls(), auto_flag< T >::auto_flag(), auto_flow_sensitive::auto_flow_sensitive(), auto_inc_p(), auto_obstack::auto_obstack(), autofdo::auto_profile(), auto_simd_check_stmt(), auto_simd_fail(), auto_var_in_fn_p(), auto_var_p(), autoinc_possible_for_pair(), autoinc_split(), automata_list_eq_p(), automata_list_finish(), automata_list_hash(), automaton_decl_eq_p(), avail_expr_hash(), available_across_edge_p(), average_cost(), average_num_loop_insns(), avg_loop_niter(), avoid_complex_debug_insns(), avoid_constant_pool_reference(), avoid_deep_ter_for_debug(), avoid_expensive_constant(), avoid_likely_spilled_reg(), avoid_type_punning_on_regs(), ana::cfg_superedge::back_edge_p(), back_propagate_equivalences(), back_threader_profitability::back_threader_profitability(), backedge_phi_arg_p(), backtrace_base_for_ref(), vect_optimize_slp_pass::backward_cost(), vect_optimize_slp_pass::backward_pass(), bad_for_rematerialization_p(), tree_switch_conversion::switch_decision_tree::balance_case_nodes(), base_alias_check(), base_cand_from_table(), base_file_name(), base_names_in_chain_on(), base_object_writable(), base_of_path(), base_plus_disp_to_reg(), base_reg_class_for_rename(), base_supports_access_fn_components_p(), base_to_reg(), base_type_die(), base_type_for_mode(), based_loc_descr(), baseness(), ipa_icf::sem_function::bb_dict_test(), bb_dom_dfs_in(), bb_dom_dfs_out(), bb_estimate_probability_locally(), bb_has_well_behaved_predecessors(), bb_in_transaction(), bb_is_just_return(), bb_no_side_effects_p(), bb_note(), bb_ok_for_noce_convert_multiple_sets(), bb_part_of_region_p(), dom_walker::bb_reachable(), bb_seq(), bb_seq_addr(), bb_to_key(), bb_top_order_cmp_r(), loop_distribution::bb_top_order_init(), bb_valid_for_noce_process_p(), bbs_ok_for_cmove_arith(), find_comparison_dom_walker::before_dom_children(), find_candidates_dom_walker::before_dom_children(), ipcp_modif_dom_walker::before_dom_children(), rewrite_dom_walker::before_dom_children(), rewrite_update_dom_walker::before_dom_children(), dom_opt_dom_walker::before_dom_children(), nontrapping_dom_walker::before_dom_children(), substitute_and_fold_dom_walker::before_dom_children(), eliminate_dom_walker::before_dom_children(), strlen_pass::before_dom_children(), uncprop_dom_walker::before_dom_children(), before_next_cfi_note(), ana::function_point::before_stmt(), ana::program_point::before_stmt(), ana::program_point::before_supernode(), hash_table< Descriptor, Lazy, Allocator >::begin(), begin_any_block(), dump_context::begin_next_optinfo(), s_expr_writer::begin_s_expr(), dump_context::begin_scope(), best_gain_for_invariant(), better_edge_p(), vector_costs::better_epilogue_loop_than_p(), better_state(), big_speedup_p(), vector_builder< T, Shape, Derived >::binary_encoded_nelts(), binary_ok(), binary_op_rich_location::binary_op_rich_location(), binary_scale_code_p(), symtab_node::binds_to_current_def_p(), ana::binop_svalue::binop_svalue(), bit_field_mode_iterator::bit_field_mode_iterator(), bit_from_pos(), bit_value_assume_aligned(), bit_value_binop(), bit_value_binop(), bit_value_mult_const(), bit_value_unop(), bit_value_unop(), bitfields_to_lower_p(), bitint_min_cst_precision(), bitint_precision_kind(), bitmap_alloc(), bitmap_and(), bitmap_and(), bitmap_and_compl(), bitmap_and_compl(), bitmap_and_compl_into(), bitmap_and_into(), bitmap_and_or(), bitmap_bit_in_range_p(), bitmap_bit_p(), bitmap_bit_p(), bitmap_check_index(), bitmap_clear(), bitmap_clear_bit(), bitmap_clear_bit(), bitmap_clear_range(), bitmap_clear_range(), bitmap_compl_and_into(), bitmap_copy(), bitmap_copy(), bitmap_count_bits(), bitmap_count_bits_in_word(), bitmap_count_unique_bits(), bitmap_elem_to_freelist(), bitmap_element_allocate(), bitmap_elt_clear_from(), bitmap_elt_copy(), bitmap_elt_ior(), bitmap_equal_p(), bitmap_equal_p(), bitmap_find_leader(), bitmap_first_set_bit(), bitmap_first_set_bit_worker(), bitmap_gc_alloc(), bitmap_get_aligned_chunk(), sbr_sparse_bitmap::bitmap_get_quad(), bitmap_hash(), bitmap_initialize(), bitmap_intersect_compl_p(), bitmap_intersect_p(), bitmap_intersect_p(), bitmap_intersection_of_preds(), bitmap_intersection_of_succs(), bitmap_ior(), bitmap_ior(), bitmap_ior_and_compl(), bitmap_ior_and_compl(), bitmap_ior_and_compl_into(), bitmap_ior_and_into(), bitmap_ior_into(), bitmap_ior_into_and_free(), bitmap_last_set_bit(), bitmap_list_find_element(), bitmap_list_link_element(), bitmap_list_unlink_element(), bitmap_move(), bitmap_not(), bitmap_obstack_free(), bitmap_obstack_initialize(), bitmap_obstack_release(), bitmap_ones(), bitmap_or_and(), bitmap_popcount(), bitmap_print(), bitmap_register(), bitmap_set_aligned_chunk(), bitmap_set_bit(), bitmap_set_bit(), bitmap_set_new(), sbr_sparse_bitmap::bitmap_set_quad(), bitmap_set_range(), bitmap_set_range(), bitmap_single_bit_set_p(), bitmap_subset_p(), bitmap_tree_find_element(), bitmap_tree_listify_from(), bitmap_tree_splay(), bitmap_union_of_preds(), bitmap_union_of_succs(), bitmap_value_replace_in_set(), bitmap_vector_clear(), bitmap_vector_ones(), bitmap_xor(), bitmap_xor(), bitmap_xor_into(), bitmask_inv_cst_vector_p(), bitpack_create(), bitpos_of_field(), wi::bitreverse_large(), bitwise_equal_p(), bitwise_inverted_equal_p(), bitwise_mode_for_mode(), bitwise_mode_for_size(), bitwise_type_for_mode(), biv_p(), blank_line_before_p(), block_before_loop(), block_fragments_nreverse(), block_has_only_trap(), block_jumps_and_fallthru(), block_label(), block_may_fallthru(), block_move_libcall_safe_for_call_parm(), block_nonartificial_location(), ranger_cache::block_range(), vec< T, A, vl_embed >::block_remove(), vec< T, va_heap, vl_ptr >::block_remove(), bmp_iter_and(), bmp_iter_and_compl(), bmp_iter_and_compl_init(), bmp_iter_and_init(), bmp_iter_next(), bmp_iter_next_bit(), bmp_iter_set(), bmp_iter_set_init(), bmp_iter_set_init(), bound_difference(), bound_difference_of_offsetted_base(), bound_index(), bounds_add(), bounds_negate(), bp_pack_int_in_range(), bp_pack_machine_mode(), bp_pack_poly_value(), bp_pack_real_value(), bp_pack_string(), bp_pack_string_with_length(), bp_pack_value(), bp_pack_var_len_int(), bp_pack_var_len_unsigned(), bp_unpack_indexed_string(), bp_unpack_int_in_range(), bp_unpack_machine_mode(), bp_unpack_poly_value(), bp_unpack_real_value(), bp_unpack_string(), bp_unpack_value(), bp_unpack_var_len_int(), bp_unpack_var_len_unsigned(), br_prob_note_reliable_p(), branch_fixup(), branch_prob(), branch_removable_p(), loop_distribution::break_alias_scc_partitions(), break_out_comdat_types(), break_out_memory_refs(), break_superblocks(), break_up_subtract(), break_up_subtract_bb(), bsd_libc_has_function(), vec< T, A, vl_embed >::bsearch(), vec< T, A, vl_embed >::bsearch(), bss_initializer_p(), wi::bswap_large(), bswap_loc_descriptor(), bt_callback(), bt_err_callback(), btf_absolute_datasec_id(), btf_absolute_func_id(), btf_absolute_var_id(), btf_asm_array(), btf_asm_datasec_entry(), btf_asm_datasec_type(), btf_asm_datasec_type_ref(), btf_asm_enum_const(), btf_asm_func_arg(), btf_asm_func_type(), btf_asm_sou_member(), btf_asm_type(), btf_asm_type_ref(), btf_asm_varent(), btf_calc_num_vbytes(), btf_collect_datasec(), btf_datasec_push_entry(), btf_debuginfo_p(), btf_dmd_representable_bitfield_p(), btf_dtd_emit_preprocess_cb(), btf_dtd_postprocess_cb(), btf_dvd_emit_preprocess_cb(), btf_emit_id_p(), btf_emit_preprocess(), btf_fwd_to_enum_p(), btf_init_postprocess(), btf_kind_name(), btf_with_core_debuginfo_p(), bucket_allocno_compare_func(), budget_for_propagation_access(), rtx_vector_builder::build(), tree_vector_builder::build(), rtx_vector_builder::build(), complex_mul_pattern::build(), complex_fms_pattern::build(), addsub_pattern::build(), complex_pattern::build(), build0(), build1_loc(), build2(), build2_loc(), build3(), build3_loc(), build4_loc(), build5_loc(), build_abbrev_table(), build_access_from_call_arg(), build_access_from_expr_1(), build_access_subtree(), build_accesses_from_assign(), build_adjusted_function_type(), build_agg_jump_func_from_list(), build_all_ones_cst(), build_alloca_call_expr(), build_and_add_sum(), build_and_insert_binop(), build_and_insert_call(), build_and_insert_cast(), build_and_insert_ref(), build_and_jump(), build_array_type(), build_array_type_1(), build_array_type_nelts(), tree_switch_conversion::switch_conversion::build_arrays(), build_asan_poison_call_expr(), build_automaton(), build_bitint_stmt_ssa_conflicts(), build_bitint_type(), build_block(), rt_bb_visited::build_block_check(), build_breg_loc(), build_builtin_expect_predicate(), build_builtin_function(), build_call_1(), build_call_array_loc(), build_call_expr(), build_call_expr_internal_loc(), build_call_expr_loc(), build_call_expr_loc_array(), build_call_internal(), build_call_nary(), build_call_nofold_loc(), build_call_valist(), build_call_vec(), build_case_label(), build_case_label(), build_cdtor(), build_cdtor_fns(), build_cfa_aligned_loc(), build_cfa_loc(), build_check_stmt(), build_classic_dir_vector(), build_classic_dist_vector(), build_classic_dist_vector_1(), build_clobber(), build_cltz_expr(), build_cmp_result(), build_common_builtin_nodes(), build_common_tree_nodes(), build_complex(), build_complex_inf(), build_complex_type(), build_conflict_bit_table(), build_conflicts(), build_constant_desc(), build_constructor(), build_constructor_va(), tree_switch_conversion::switch_conversion::build_constructors(), build_cxa_atexit_decl(), build_cxa_atexit_fns(), build_cxa_dtor_registrations(), build_debug_expr_decl(), build_debug_ref_for_model(), build_decl(), build_decl_attribute_variant(), build_def_use(), build_dso_handle_decl(), build_duplicate_type(), build_each_one_cst(), build_empty_stmt(), build_fake_var_decl(), build_fixed(), build_fn_decl(), build_fn_info(), build_fn_info_type(), build_fold_addr_expr_loc(), build_fold_addr_expr_with_type_loc(), build_fold_indirect_ref_loc(), build_function_type(), build_function_type_array(), build_function_type_array_1(), build_function_type_list(), build_function_type_list_1(), build_gcov_exit_decl(), build_gcov_info_var_registration(), build_ge(), build_ge(), build_gimple_cfg(), vect_optimize_slp_pass::build_graph(), ipa_icf::sem_item_optimizer::build_graph(), build_gt(), build_gt(), build_gt(), build_index_type(), build_index_vector(), build_info(), build_info_type(), build_init_call_stmt(), build_init_ctor(), build_insn_chain(), build_instrumentation_call(), build_int_cst(), build_int_cst_type(), build_int_cstu(), build_invariant_address(), build_le(), build_le(), build_libfunc_function_visibility(), build_lt(), build_lt(), build_mask_conversion(), build_message_string(), build_method_type(), build_method_type_directly(), build_minus_one_cst(), driver::build_multilib_strings(), ipa_param_adjustments::build_new_function_type(), build_new_int_cst(), build_new_poly_int_cst(), build_new_reduction(), build_nonshared_array_type(), build_nonshared_range_type(), build_nonstandard_boolean_type(), build_nonstandard_integer_type(), build_nt(), build_nt_call_vec(), build_object_conflicts(), build_offset_type(), build_omp_clause(), build_omp_regions_1(), build_omp_struct_comp_nodes(), tree_switch_conversion::switch_conversion::build_one_array(), build_one_cst(), build_opaque_vector_type(), build_optimization_node(), option_proposer::build_option_suggestions(), build_outer_var_ref(), loop_distribution::build_partition_graph(), build_personality_function(), build_pointer_type(), build_pointer_type_for_mode(), build_poly_int_cst(), build_polynomial_chrec(), build_popcount_expr(), build_pred_graph(), build_predict_expr(), gdbhooks::build_pretty_printer(), build_printable_array_type(), build_qualified_type(), build_range_check(), build_range_type(), build_range_type_1(), loop_distribution::build_rdg(), loop_distribution::build_rdg_partition_for_vertex(), build_real(), build_real_from_int_cst(), build_real_from_wide(), build_reconstructed_reference(), build_ref_for_model(), build_ref_for_offset(), build_ref_type_for(), build_reference_type_for_mode(), build_replicated_int_cst(), build_search_list(), build_shadow_mem_access(), build_simple_mem_ref_loc(), build_sinatan_real(), build_span_loc(), build_ssa_conflict_graph(), build_stack_save_restore(), build_store_vectors(), build_string(), build_string_literal(), build_string_literal(), build_succ_graph(), build_target_option_node(), build_tm_abort_call(), build_tm_load(), build_tm_store(), build_toporder_info(), build_translation_unit_decl(), build_tree_list(), build_tree_list_vec(), build_truth_vector_type_for(), build_truth_vector_type_for_mode(), build_type_attribute_qual_variant(), build_type_attribute_variant(), build_type_cast(), build_type_cast(), build_type_inheritance_graph(), build_user_friendly_ref_for_offset(), build_var(), build_varargs_function_type_array(), build_varargs_function_type_list(), build_vec_series(), build_vect_cond_expr(), build_vector_a_then_b(), build_vector_from_ctor(), build_vector_from_val(), build_vector_type(), build_vector_type_for_mode(), vect_optimize_slp_pass::build_vertices(), build_word_mode_vector_type(), build_zero_cst(), build_zero_vector(), built_in_function_equal_p(), built_in_function_equal_p(), builtin_call_nomodifying_p(), builtin_decl_declared_p(), builtin_decl_explicit(), builtin_decl_implicit(), builtin_decl_implicit_p(), builtin_decl_unreachable(), builtin_fnspec(), builtin_mathfn_code(), builtin_memset_gen_str(), builtin_memset_read_str(), builtin_safe_for_const_function_p(), builtin_save_expr(), builtin_setjmp_setup_bb(), builtin_strncpy_read_str(), builtin_vectorization_cost(), builtin_with_linkage_p(), bump_vector_ptr(), bundle_sizes(), by_pieces_mode_supported_p(), by_pieces_ninsns(), bypass_block(), bypass_conditional_jumps(), byte_from_pos(), byte_representation(), c_readstr(), c_strlen(), cache_integer_cst(), cache_presence(), cache_wide_int_in_type_cache(), cached_make_edge(), cached_nonzero_bits(), cached_num_sign_bit_copies(), calc_base_type_die_sizes(), gimple_range_op_handler::calc_op1(), gimple_range_op_handler::calc_op2(), gimple_outgoing_range::calc_switch_ranges(), calc_vec_perm_mask_for_shift(), calc_wider_mode(), vec_prefix::calculate_allocation(), vec_prefix::calculate_allocation_1(), calculate_allocation_cost(), calculate_allocno_spill_cost(), calculate_bb_reg_pressure(), calculate_dominance_info(), calculate_dominance_info_for_region(), calculate_elim_costs_all_insns(), calculate_equiv_gains(), calculate_gen_cands(), gori_map::calculate_gori(), calculate_live_on_exit(), calculate_live_ranges(), calculate_livein_cands(), calculate_loop_reg_pressure(), calculate_needs_all_insns(), assume_query::calculate_op(), assume_query::calculate_phi(), calculate_spill_cost(), assume_query::calculate_stmt(), calculate_unrolling_factor(), phi_group::calculate_using_modifier(), symbol_table::call_cgraph_duplication_hooks(), call_clobbered_in_chain_p(), call_clobbered_in_region_p(), call_clobbers_in_region(), symbol_table::call_edge_duplication_hooks(), call_expr_flags(), cgraph_node::call_for_symbol_and_aliases(), symtab_node::call_for_symbol_and_aliases(), varpool_node::call_for_symbol_and_aliases(), cgraph_node::call_for_symbol_and_aliases_1(), symtab_node::call_for_symbol_and_aliases_1(), varpool_node::call_for_symbol_and_aliases_1(), cgraph_node::call_for_symbol_thunks_and_aliases(), call_from_call_insn(), call_may_clobber_ref_p_1(), call_object_size(), call_passes_through_thunk(), call_used_input_regno_present_p(), caller_growth_limits(), function_abi_aggregator::caller_save_regs(), calls_builtin_apply_args_p(), calls_builtin_va_start_p(), calls_same_node_or_its_all_contexts_clone_p(), can_add_disp_p(), can_assign_to_reg_without_clobbers_p(), can_atomic_exchange_p(), can_atomic_load_p(), symtab_node::can_be_discarded_p(), tree_switch_conversion::bit_test_cluster::can_be_handled(), tree_switch_conversion::jump_table_cluster::can_be_handled(), can_be_name_hashed_p(), can_be_nonlocal(), can_change_dest_mode(), can_combine_def_p(), can_combine_p(), can_compare_and_swap_p(), can_compare_p(), can_conditionally_move_p(), can_copy_bbs_p(), can_decompose_p(), can_delete_call(), can_delete_label_p(), can_delete_note_p(), can_dup_for_shrink_wrapping(), can_duplicate_and_interleave_p(), can_duplicate_loop_p(), can_early_inline_edge_p(), can_eliminate_compare(), can_extend_p(), can_fallthru(), can_fix_p(), can_float_p(), can_get_prologue(), can_group_stmts_p(), can_have_basic_block_p(), can_implement_as_sibling_call_p(), symtab_node::can_increase_alignment_p(), can_inline_edge_by_limits_p(), can_inline_edge_p(), loop_cand::can_interchange_p(), can_interpret_as_conditional_op_p(), can_merge_blocks_p(), can_merge_compare_into_arith(), can_min_p(), can_move_insns_across(), can_move_invariant_reg(), can_mult_highpart_p(), can_native_interpret_type_p(), can_nonlocal_goto(), can_produce_all_loop_masks_p(), can_propagate_from(), ana::program_state::can_purge_p(), can_reassociate_op_p(), can_reassociate_type_p(), can_refer_decl_in_current_unit_p(), can_reload_into(), can_remove_asan_check(), cgraph_node::can_remove_if_no_direct_calls_p(), can_remove_node_now_p(), can_remove_node_now_p_1(), can_replace_by(), can_replace_by_local_alias_in_vtable(), can_reuse_operands_p(), can_simplify_addr(), can_skip_redundant_opnd(), can_split_parallel_of_n_reg_sets(), can_store_by_multiple_pieces(), can_store_by_pieces(), can_strub_at_calls_p(), can_strub_internally_p(), can_strub_p(), can_test_argument_range(), can_throw_external(), can_totally_scalarize_forest_p(), can_track_predicate_on_edge(), can_unroll_loop_p(), can_use_analyze_subscript_affine_affine(), can_use_same_reg_p(), can_vcond_compare_p(), can_vec_cmp_compare_p(), can_vec_extract(), can_vec_extract_var_idx_p(), can_vec_mask_load_store_p(), can_vec_perm_const_p(), can_vec_perm_var_p(), can_vec_set_var_idx_p(), can_vectorize_live_stmts(), can_widen_mult_without_libcall(), cancel_fma_deferring(), jt_path_registry::cancel_invalid_paths(), cancel_negative_cycle(), cancel_option(), cancel_thread(), cand_abs_increment(), cand_av_con_fun_n(), cand_av_trans_fun(), cand_cmp(), cand_eq_p(), cand_hash(), cand_pav_con_fun_n(), cand_pav_trans_fun(), cand_trans_fun(), cand_value_at(), candidate(), candidates_list_and_hint(), ipa_ref::cannot_lead_to_return(), cgraph_edge::cannot_lead_to_return_p(), cgraph_node::cannot_return_p(), canon_address(), canon_anti_dependence(), canon_condition(), canon_file_name(), canon_list_insert(), canon_output_dependence(), canon_reg(), canon_reg_for_combine(), canon_relative_file_name(), canon_relative_path_prefix(), canon_rtx(), canon_true_dependence(), canon_value_cmp(), canonical_cselib_val(), canonical_type_used_p(), canonicalize_addr_expr(), canonicalize_address(), canonicalize_address_mult(), canonicalize_base_object_address(), canonicalize_bool(), canonicalize_change_group(), canonicalize_comparison(), canonicalize_component_ref(), canonicalize_cond_expr_cond(), canonicalize_condition(), canonicalize_constructor_val(), canonicalize_induction_variables(), canonicalize_insn(), canonicalize_iv_subregs(), canonicalize_loop_induction_variables(), canonicalize_loop_ivs(), canonicalize_name(), regenerate-opt-urls::canonicalize_option_name(), canonicalize_reload_addr(), regenerate-opt-urls::canonicalize_url_suffix(), canonicalize_values_mark(), canonicalize_values_star(), canonicalize_vars_star(), canonize(), cant_combine_insn_p(), capture_info::capture_info(), ipa_param_body_adjustments::carry_over_param(), cartesian_product(), fibonacci_heap< K, V >::cascading_cut(), case_label_p(), tree_switch_conversion::jump_table_cluster::case_values_threshold(), is_a_helper< const T * >::cast(), categorize_ctor_elements(), categorize_ctor_elements_1(), categorize_decl_for_section(), cc_in_cond(), ccmp_candidate_p(), ccmp_tree_comparison_p(), ccp_finalize(), ccp_fold(), ccp_initialize(), ccp_lattice_meet(), ceil_sdiv_adjust(), ceil_udiv_adjust(), cfa_equal_p(), cfg_hook_duplicate_loop_body_to_header_edge(), cfg_layout_can_merge_blocks_p(), cfg_layout_create_basic_block(), cfg_layout_delete_block(), cfg_layout_finalize(), cfg_layout_initialize(), cfg_layout_merge_blocks(), cfg_layout_redirect_edge_and_branch(), cfg_layout_redirect_edge_and_branch_force(), cfg_layout_split_block(), cfg_layout_split_edge(), cfi_equal_p(), cfi_label_required_p(), cfi_oprnd_equal_p(), cfi_row_equal_p(), cfn_clz::cfn_clz(), cfn_ctz::cfn_ctz(), cfn_goacc_dim::cfn_goacc_dim(), cfn_sincos::cfn_sincos(), cfn_toupper_tolower::cfn_toupper_tolower(), cfun_returns(), cgraph_add_edge_to_call_site_hash(), cgraph_allocate_init_indirect_info(), cgraph_build_static_cdtor(), cgraph_build_static_cdtor_1(), cgraph_debug_gimple_stmt(), cgraph_edge_brings_all_agg_vals_for_node(), cgraph_edge_brings_all_scalars_for_node(), cgraph_edge_brings_value_p(), cgraph_edge_brings_value_p(), cgraph_externally_visible_p(), cgraph_inline_failed_string(), cgraph_inline_failed_type(), cgraph_order_cmp(), cgraph_update_edge_in_call_site_hash(), cgraph_update_edges_for_call_stmt(), cgraph_update_edges_for_call_stmt_node(), chain_cond_expr(), chain_of_csts_start(), change_address(), change_address_1(), change_cfi_row(), symbol_table::change_decl_assembler_name(), vect_optimize_slp_pass::change_layout_cost(), change_loop(), change_pressure(), change_pressure(), change_regs(), change_regs_in_insn(), change_scope(), change_state(), change_subst_attribute(), vect_optimize_slp_pass::change_vec_perm_layout(), change_zero_ext(), cheap_array_ref_low_bound(), cheap_bb_rtx_cost_p(), cheaper_cost_with_cand(), array_bounds_checker::check(), rt_bb_visited::check(), check_absence_pattern_sets(), check_access(), check_access(), check_access(), array_bounds_checker::check_addr_expr(), check_alignment_argument(), tree_switch_conversion::switch_conversion::check_all_empty_except_final(), check_all_va_list_escapes(), check_and_expand_insn_recog_data(), check_and_make_def_conflict(), check_and_make_def_use_conflict(), strlen_pass::check_and_optimize_call(), strlen_pass::check_and_optimize_stmt(), check_and_process_move(), check_annul_list_true_false(), check_argument_count(), check_argument_load(), check_argument_store(), array_bounds_checker::check_array_bounds(), array_bounds_checker::check_array_ref(), check_asm_operands(), gimple_infer_range::check_assume_func(), check_attr_test(), check_attr_value(), check_attribute_tables(), check_automata_insn_issues(), check_base_type(), check_bb_profile(), check_bool_pattern(), check_bounds_or_overlap(), check_bounds_or_overlap(), check_builtin_call(), check_call(), check_callers(), check_callers(), check_combined_parallel(), hash_table< Descriptor, Lazy, Allocator >::check_complete_insertion(), check_cond_move_block(), check_conflict_input_operands(), check_counter(), check_ctz_array(), check_ctz_string(), vec_info_shared::check_datarefs(), check_decl(), check_define_attr_duplicates(), check_defs(), check_defs(), check_dependence(), check_dependency(), check_die(), check_eliminable_occurrences(), check_exit_phi(), tree_switch_conversion::switch_conversion::check_final_bb(), check_fnspec(), check_foffload_target_names(), check_for_binary_op_overflow(), check_for_cc_cmp_clobbers(), check_for_inc_dec(), check_for_inc_dec_1(), check_for_label_ref(), check_for_nested_with_variably_modified(), check_for_overlaps(), check_for_plus_in_loops(), check_for_plus_in_loops_1(), check_forbidden_calls(), check_func(), check_global_declaration(), check_hard_reg_p(), symtab_node::check_ifunc_callee_symtab_nodes(), check_ifunc_resolver(), hash_table< Descriptor, Lazy, Allocator >::check_insert_slot(), check_invalid_inc_dec(), check_invariant_table_size(), check_iv_ref_table_size(), check_lang_type(), check_live_switch(), check_load_store_for_partial_vectors(), check_loadstore(), check_loadstore(), check_loop_closed_ssa_bb(), check_loop_closed_ssa_def(), diagnostic_context::check_max_errors(), check_maybe_invariant(), check_mem_read_rtx(), check_mem_read_use(), array_bounds_checker::check_mem_ref(), check_name(), check_new_reg_p(), if_chain::check_non_overlapping_cases(), check_nul_terminated_array(), check_nul_terminated_array(), check_nul_terminated_array(), check_oacc_kernel_gwv(), check_offload_target_name(), check_omp_nesting_restrictions(), check_op(), check_operand_nalternatives(), check_out_of_bounds_and_warn(), check_pow(), check_presence_pattern_sets(), check_profile_consistency(), check_promoted_subreg(), tree_switch_conversion::switch_conversion::check_range(), check_real_for_fixed_mode(), check_reduction_path(), check_reduction_path(), check_redundant_cond_expr(), check_regexp_units_distribution(), check_repro(), check_returning_calls_p(), check_retval_uses(), check_reverse_float_storage_order_support(), check_reverse_storage_order_support(), check_rtl(), check_scan_store(), check_secondary_memory_needed_p(), check_sibcall_argument_overlap(), check_sibcall_argument_overlap_1(), check_simple_exit(), check_speculations(), check_speculations_1(), check_stmt(), check_stmt_for_type_change(), check_stmt_for_type_change(), check_string_literal(), check_strncat_sizes(), assume_query::check_taken_edge(), check_target_format(), check_ts_and_push_padding_to_vec(), check_tune_attr(), check_tune_attr(), check_unique_operand_names(), check_unit_distributions_to_automata(), check_va_list_escapes(), infinite_recursion_diagnostic::check_valid_fpath_p(), cgraph_node::checking_verify_cgraph_nodes(), ipa_icf::sem_item_optimizer::checking_verify_classes(), checking_verify_dominators(), checking_verify_flow_info(), checking_verify_loop_closed_ssa(), checking_verify_loop_structure(), checking_verify_ssa(), symtab_node::checking_verify_symtab_nodes(), checksum_die_context(), checksum_sleb128(), child_would_conflict_in_acc(), gdbhooks.VecPrinter::children(), choose_enum_order(), choose_hard_reg_mode(), choose_inner_scope(), choose_mult_variant(), choose_multiplier(), choose_output(), choose_reload_regs(), choose_reload_regs_init(), choose_split_class(), chrec_apply(), chrec_apply_map(), chrec_component_in_loop_num(), chrec_contains_symbols(), chrec_contains_symbols_defined_in_loop(), chrec_contains_symbols_defined_in_loop(), chrec_convert(), chrec_convert_1(), chrec_convert_aggressive(), chrec_convert_rhs(), chrec_evaluate(), chrec_fold_minus(), chrec_fold_multiply(), chrec_fold_multiply_poly_poly(), chrec_fold_op(), chrec_fold_plus(), chrec_fold_plus_1(), chrec_fold_plus_poly_poly(), chrec_is_positive(), chrec_merge(), chrec_replace_initial_condition(), chrec_zerop(), circuit(), vec_perm_indices::clamp(), clarify_prohibited_class_mode_regs(), loop_distribution::classify_builtin_ldst(), classify_builtin_st(), diagnostic_option_classifier::classify_diagnostic(), diagnostic_context::classify_diagnostic(), classify_insn(), loop_distribution::classify_partition(), clean(), clean_graph_dump_file(), clean_symbol_name(), clean_up_after_unswitching(), clean_up_loop_closed_phi(), modref_tree< T >::cleanup(), cleanup_auto_inc_dec(), cleanup_call_ctrl_altering_flag(), cleanup_cfg(), cleanup_control_expr_graph(), cleanup_control_flow_bb(), cleanup_control_flow_pre(), cleanup_dead_labels(), cleanup_dead_labels_eh(), simplify_using_ranges::cleanup_edges_and_switches(), cleanup_empty_eh(), cleanup_empty_eh_merge_phis(), cleanup_empty_eh_move_lp(), cleanup_empty_eh_unsplit(), cleanup_is_dead_in(), cleanup_subreg_operands(), cleanup_tree_cfg(), cleanup_tree_cfg_noloop(), cleanup_vinfo_map(), ssa_cache::clear(), clear_addressable_bit(), clear_bb_flags(), clear_bytes_written_by(), clear_conflicts(), clear_dependence_clique(), clear_global_regs_cache(), clear_hashed_info_for_insn(), clear_invariants(), clear_iv_info(), clear_live_bytes_for_ref(), clear_marks(), frange::clear_nan(), clear_next_view_needed(), clear_padding_add_padding(), clear_padding_bitint_needs_padding_p(), clear_padding_emit_loop(), clear_padding_flush(), clear_padding_real_needs_padding_p(), clear_padding_type(), clear_padding_type_may_have_padding_p(), clear_padding_union(), clear_pending_stack_adjust(), clear_reload_reg_in_use(), clear_secondary_mem(), clear_significand_below(), clear_significand_bit(), hash_table< Descriptor, Lazy, Allocator >::clear_slot(), clear_sparseset_regnos(), symtab_node::clear_stmts_in_references(), clear_storage(), clear_storage_hints(), clear_struct_flag(), clear_tree_used(), clear_unused_block_pointer(), clear_visited(), clobber_only_eh_bb_p(), clobber_overlapping_mems(), clobber_reg(), clobber_reg_mode(), clobber_return_register(), clobber_slot_part(), clobber_subtree(), clobbers_queued_reg_save(), cgraph_edge::clone(), clone_as_declaration(), clone_die(), clone_for_param_removal_p(), clone_function_name(), clone_function_name(), clone_function_name_numbered(), clone_inlined_nodes(), clone_of_p(), symtab_node::clone_reference(), symtab_node::clone_references(), symtab_node::clone_referring(), clone_tree_partial(), vrange_allocator::clone_varying(), close_at_file(), modref_access_node::closer_pair_p(), wi::clrsb(), cluster_cmp(), wi::clz(), clz_loc_descriptor(), cmdline_handle_error(), tree_switch_conversion::case_bit_test::cmp(), double_int::cmp(), cmp1(), cmp_arg_entry(), cmp_attrib_identifiers(), cmp_attribs(), cmp_attribs(), cmp_bb_postorder(), cmp_c_test(), cmp_counts(), cmp_dfsnum(), cmp_edge_dest_pre(), lto_location_cache::cmp_loc(), decision_tree::cmp_node(), cmp_operand(), cmp_significands(), cmp_stats(), cmp_symbol_files(), cmp_tuples(), wi::cmps(), wi::cmps_large(), wi::cmpu(), wi::cmpu_large(), coalescable_pseudo_p(), coalesce_allocnos(), coalesce_bitint(), coalesce_cost(), coalesce_cost_edge(), coalesce_partitions(), coalesce_spill_slots(), coalesce_ssa_name(), coalesce_with_default(), coalesced_allocno_conflict_p(), coalesced_pseudo_reg_freq_compare(), coalesced_pseudo_reg_slot_compare(), codeview_debuginfo_p(), modref_base_node< T >::collapse(), modref_tree< T >::collapse(), collapse_optional_decisions(), tree_switch_conversion::switch_conversion::collect(), collect_address_parts(), collect_bb2reg(), collect_block_tree_leafs(), cgraph_node::collect_callers(), collect_callers_of_node_1(), collect_checksum_attributes(), collect_dfa_stats(), collect_execute(), collect_fallthrough_labels(), collect_finally_tree(), collect_fn_hard_reg_usage(), collect_insn_data(), collect_non_operand_hard_regs(), collect_object_sizes_for(), collect_one_action_chain(), uninit_analysis::collect_phi_def_edges(), collect_skeleton_dies(), collect_spilled_coalesced_allocnos(), collect_wait(), color(), color_allocnos(), diagnostic_context::color_init(), color_pass(), colorize_start(), colorize_start(), comb_vect_p(), combinable_i3pat(), pcom_worker::combinable_refs_p(), combine_and_move_insns(), combine_blocks(), pcom_worker::combine_chains(), combine_comparisons(), combine_cond_expr_cond(), combine_instructions(), combine_pending_stack_adjustment_and_call(), combine_predictions_for_bb(), combine_predictions_for_insn(), combine_reaching_defs(), combine_reload_insn(), combine_reloads(), combine_set_extension(), combine_simplify_rtx(), ipa_polymorphic_call_context::combine_speculation_with(), combine_split_insns(), combine_stack_adjustments_for_block(), combine_temp_slots(), combine_validate_cost(), combine_var_copies_in_loop_exit(), ipa_polymorphic_call_context::combine_with(), profile_probability::combine_with_count(), profile_count::combine_with_ipa_count_within(), frange::combine_zeros(), modref_access_node::combined_offsets(), comdat_can_be_unshared_p_1(), comes_initialized_p(), commit_one_edge_insertion(), common_affine_function(), common_cand_cmp(), common_function_versions(), common_handle_option(), ipa_param_body_adjustments::common_initialization(), common_position(), common_test_p(), commutate(), commutative_binary_fn_p(), commutative_binary_op_p(), commutative_op(), commutative_operand_precedence(), commutative_optab_p(), commutative_ternary_fn_p(), commutative_ternary_op_p(), commutative_ternary_tree_code(), commutative_tree_code(), comp_dir_string(), comp_dr_with_seg_len_pair(), comp_reg_classes_func(), comp_type_attributes(), ggc_usage::compare(), fibonacci_node< K, V >::compare(), compare_access_positions(), compare_address_parts(), compare_and_jump_seq(), ao_compare::compare_ao_refs(), ipa_icf_gimple::func_checker::compare_asm_inputs_outputs(), compare_base_decls(), compare_base_symbol_refs(), ipa_icf_gimple::func_checker::compare_bb(), compare_by_pieces(), compare_candidates(), compare_case_labels(), compare_cdtor_tu_order(), compare_constant(), compare_ctor(), compare_debug_dump_opt_spec_function(), compare_debug_self_opt_spec_function(), ipa_icf_gimple::func_checker::compare_decl(), compare_decls_by_uid(), compare_dtor(), ipa_icf_gimple::func_checker::compare_edge(), ipa_icf::sem_function::compare_edge_flags(), compare_edge_profile_counts(), compare_files(), compare_freqs(), ipa_icf_gimple::func_checker::compare_gimple_asm(), ipa_icf_gimple::func_checker::compare_gimple_assign(), ipa_icf_gimple::func_checker::compare_gimple_call(), ipa_icf_gimple::func_checker::compare_gimple_cond(), ipa_icf_gimple::func_checker::compare_gimple_goto(), ipa_icf_gimple::func_checker::compare_gimple_label(), ipa_icf_gimple::func_checker::compare_gimple_resx(), ipa_icf_gimple::func_checker::compare_gimple_return(), ipa_icf_gimple::func_checker::compare_gimple_switch(), vector_costs::compare_inside_loop_cost(), compare_loc_descriptor(), ipa_icf_gimple::func_checker::compare_loops(), compare_max_occ_cycle_nums(), compare_nonzero_chars(), compare_nonzero_chars(), compare_op(), ipa_icf_gimple::func_checker::compare_operand(), compare_operands(), vector_costs::compare_outside_loop_cost(), compare_pairs(), compare_param_body_replacement(), ipa_icf::sem_function::compare_phi_node(), ipa_icf::sem_function::compare_polymorphic_p(), compare_positions(), compare_ptr(), compare_ptr_data(), ipa_icf::sem_item::compare_referenced_symbol_properties(), compare_repeat_factors(), compare_sizes(), ipa_icf_gimple::func_checker::compare_ssa_name(), compare_ssa_versions(), compare_states_for_equiv(), compare_strings(), ipa_icf::sem_item::compare_symbol_references(), compare_transition_els_num(), compare_type_sizes(), compare_values(), compare_values_warnv(), ipa_icf_gimple::func_checker::compare_variable_decl(), compare_version_strings(), compare_virtual_tables(), compares_alternatives_p(), comparison_code_if_no_nans(), comparison_code_p(), comparison_code_valid_for_mode(), comparison_dominates_p(), comparison_operator(), comparison_result(), comparison_to_compcode(), comparison_to_mask(), compatible_calls_p(), compatible_complex_nodes_p(), ipa_icf::sem_function::compatible_parm_types_p(), ipa_icf_gimple::func_checker::compatible_polymorphic_types_p(), compatible_tests_p(), compcode_to_comparison(), symbol_table::compile(), compile_file(), compile_images_for_offload_targets(), compile_offload_image(), complain_wrong_lang(), gdbhooks.BreakOnPass::complete(), complete_cost_classes(), complete_ctor_at_level_p(), complete_mode(), complete_or_array_type_p(), complete_result_p(), complex_class(), complex_cst_p(), complex_word_subreg_p(), component_of(), component_ref_field_offset(), component_ref_sam_type(), component_ref_size(), component_ref_to_zero_sized_trailing_array_p(), compound_type_base(), compress_conflict_vec(), compress_conflict_vecs(), compress_float_constant(), compress_live_ranges(), computable_teams_clause(), computation_cost(), compute_access_range(), compute_access_stride(), compute_access_strides(), compute_added_num_insns(), compute_affine_dependence(), compute_alias_check_pairs(), compute_alignments(), compute_all_dependences(), compute_alternative_mask(), compute_always_reached(), compute_antic(), compute_antic_aux(), compute_antinout_edge(), compute_argument_addresses(), compute_argument_block_size(), compute_avail(), compute_available(), compute_bb_dataflow(), compute_bb_predicates(), compute_branch_probabilities(), compute_builtin_object_size(), compute_can_copy(), tree_switch_conversion::switch_decision_tree::compute_cases_per_edge(), compute_cfa_pointer(), compute_code_hoist_data(), compute_code_hoist_vbeinout(), compute_comp_unit_symbol(), compute_complex_ancestor_jump_func(), compute_complex_assign_jump_func(), compute_const_anchors(), compute_control_dep_chain(), compute_control_dep_chain(), compute_control_dep_chain_pdom(), compute_costs(), compute_data_dependences_for_loop(), compute_dependence_clique(), compute_discriminator(), compute_distributive_range(), compute_doloop_base_on_mode(), compute_dom_fast_query(), compute_dom_fast_query_in_region(), compute_dominance_frontiers(), compute_earliest(), hybrid_jt_simplifier::compute_exit_dependencies(), path_range_query::compute_exit_dependencies(), compute_farthest(), compute_fn_summary(), compute_frame_pointer_to_fb_displacement(), compute_hash_table(), compute_hash_table(), compute_hash_table_work(), compute_idf(), compute_inlined_call_time(), compute_insert_delete(), compute_invariantness(), compute_laterin(), compute_ld_motion_mems(), compute_live_loop_exits(), compute_live_vars(), compute_live_vars_1(), compute_live_vars_visit(), gori_compute::compute_logical_operands(), compute_ltrans_boundary(), compute_max_insns(), compute_may_aliases(), compute_merit(), compute_nearerout(), compute_new_first_bound(), compute_object_offset(), compute_objsize(), compute_objsize(), compute_objsize(), compute_objsize(), compute_objsize_r(), gori_compute::compute_operand1_and_operand2_range(), gori_compute::compute_operand1_range(), gori_compute::compute_operand2_range(), gori_compute::compute_operand_range(), compute_optimized_partition_bases(), compute_outgoing_frequencies(), path_range_query::compute_outgoing_relations(), compute_overall_effect_of_inner_loop(), compute_overlap_steps_for_affine_1_2(), compute_overlap_steps_for_affine_univar(), compute_partial_antic_aux(), compute_path_counts(), path_range_query::compute_phi_relations(), compute_points_to_sets(), path_range_query::compute_ranges(), path_range_query::compute_ranges_in_block(), compute_record_mode(), control_flow_regions::compute_regions(), compute_regs_asm_clobbered(), compute_reload_subreg_offset(), compute_reloc_for_constant(), compute_reloc_for_rtx(), compute_reloc_for_rtx_1(), compute_reloc_for_var(), compute_residual_flow(), compute_rev_insert_delete(), compute_splitting_shift(), compute_stack_clash_protection_loop_data(), compute_store_table(), compute_strub_mode(), compute_subscript_distance(), compute_test_codes(), compute_topo_order(), compute_transaction_bits(), compute_transp(), compute_trims(), compute_uninit_opnds_pos(), compute_uninlined_call_time(), compute_use_by_pseudos(), compute_value_histograms(), computed_goto_p(), computed_jump_p(), computed_jump_p_1(), concat_loc_descriptor(), concatn_loc_descriptor(), cond_exec_find_if_block(), cond_exec_get_condition(), cond_exec_process_if_block(), cond_exec_process_insns(), cond_expr_object_size(), cond_if_else_store_replacement(), cond_if_else_store_replacement_1(), cond_move_convert_if_block(), cond_move_process_if_block(), cond_only_block_p(), cond_removal_in_builtin_zero_pattern(), timer::cond_start(), cond_stmts_equal_p(), timer::cond_stop(), cond_store_replacement(), condense_visit(), gori_compute::condexpr_adjust(), condition_dominates_p(), conditional_internal_fn_code(), conditional_probability(), condjump_in_parallel_p(), condjump_label(), condjump_p(), confirm_change_group(), conflict_fn(), conflict_fn_no_dependence(), conflict_fn_not_known(), conforming_compare(), conlist::conlist(), jobserver_info::connect(), connect_better_edge_p(), connect_infinite_loops_to_exit(), connect_loop_phis(), connect_loops(), connect_traces(), connect_traces(), best_match< GOAL_TYPE, CANDIDATE_TYPE >::consider(), consider_split(), fibonacci_heap< K, V >::consolidate(), consolidate_reg(), function_reader::consolidate_singletons(), const_binop(), const_binop(), const_double_from_real_value(), const_double_operand(), const_fixed_from_fixed_value(), const_hash_1(), const_int_operand(), const_ok_for_output(), const_ok_for_output_1(), const_or_frame_p(), const_rtx_hash(), const_rtx_hash_1(), const_unop(), const_vec_duplicate_p(), const_vec_series_p(), const_vec_series_p_1(), const_vector_elt(), const_vector_from_tree(), const_vector_int_elt(), const_vector_mask_from_tree(), const_with_all_bytes_same(), constant_after_peeling(), constant_alignment_word_strings(), constant_byte_string(), constant_descriptor_rtx_data_cmp(), constant_for_folding(), constant_multiple_of(), constant_pointer_difference(), ana::constant_svalue::constant_svalue(), constprop_register(), constrain_operands(), constrain_operands_cached(), constraint_set_union(), constraint_unique(), constraint_vec_find(), constraints_supported_in_insn_p(), construct_exit_block(), construct_init_block(), construct_piece_list(), constructor_static_from_elts_p(), consume_balanced(), contain_complex_addr_expr(), hash_set< KeyId, Lazy, Traits >::contains(), modref_access_node::contains(), contains(), contains_abnormal_ssa_name_p_1(), contains_bitfld_component_ref_p(), contains_call_div_mod(), contains_ccmode_rtx_p(), contains_deleted_insn_p(), modref_access_node::contains_for_kills(), contains_id(), contains_label_1(), contains_label_p(), tree_switch_conversion::switch_conversion::contains_linear_function_p(), contains_muldiv(), contains_no_active_insn_p(), ana::trimmed_graph::contains_p(), frange::contains_p(), irange::contains_p(), prange::contains_p(), Value_Range::contains_p(), prange::contains_p(), irange::contains_p(), frange::contains_p(), contains_paradoxical_subreg_p(), contains_placeholder_p(), contains_pointers_p(), contains_polymorphic_type_p(), contains_reg_p(), contains_remapped_vars(), contains_storage_order_barrier_p(), contains_subprogram_definition(), contains_symbolic_reference_p(), contains_type_p(), contains_unknown_p(), contains_vce_or_bfcref_p(), contains_view_convert_expr_p(), contains_X_constraint_p(), contains_zero_p(), control_dep_semi_invariant_p(), control_dependences::control_dependences(), control_flow_insn_p(), control_options_for_live_patching(), control_parents_preserved_p(), control_warning_option(), convert_affine_scev(), convert_all_function_calls(), convert_atomic_bit_not(), convert_cfa_to_fb_loc_list(), convert_column_unit(), convert_conditional_op(), convert_cost(), convert_cost_ptr(), convert_debug_memory_address(), convert_descriptor_to_mode(), convert_expand_mult_copysign(), convert_extracted_bit_field(), convert_float_to_wider_int(), convert_gimple_call(), convert_if_conditions_to_switch(), convert_local_omp_clauses(), convert_local_reference_op(), convert_local_reference_stmt(), convert_memory_address_addr_space(), convert_memory_address_addr_space_1(), convert_mode_scalar(), convert_modes(), convert_move(), convert_mult_to_fma(), convert_mult_to_fma_1(), convert_mult_to_highpart(), convert_mult_to_widen(), convert_nl_goto_receiver(), convert_nl_goto_reference(), convert_nonlocal_omp_clauses(), convert_nonlocal_reference_op(), convert_nonlocal_reference_stmt(), convert_optab_handler(), convert_optab_handler(), convert_optab_libfunc(), convert_optab_p(), convert_optab_supported_p(), convert_plusminus_to_widen(), convert_scalar_cond_reduction(), convert_set_attr(), convert_set_attr_alternative(), convert_single_case_switch(), convert_syntax(), convert_to_complex_1(), convert_to_complex_maybe_fold(), convert_to_divmod(), convert_to_eh_region_ranges(), convert_to_fixed(), convert_to_integer_1(), convert_to_integer_maybe_fold(), convert_to_mode(), convert_to_pointer_1(), convert_to_pointer_maybe_fold(), convert_to_real_1(), convert_to_real_maybe_fold(), convert_to_vector(), convert_tramp_reference_op(), convert_tramp_reference_stmt(), convert_tree_comp_to_rtx(), convert_wider_int_to_float(), diagnostic_context::converted_column(), vec< T, A, vl_embed >::copy(), vec< T, va_heap, vl_ptr >::copy(), wi::copy(), copy_addr_to_reg(), copy_allocno_live_ranges(), copy_ancestor_tree(), copy_arguments_nochange(), copy_bb(), copy_bb(), copy_bb_p(), copy_bbs(), copy_bind_expr(), copy_blkmode_from_reg(), copy_blkmode_to_reg(), copy_body(), copy_boolean(), copy_cfa(), copy_cfg_body(), copy_cfi_row(), copy_cost(), copy_debug_stmt(), copy_decl_built_in_function(), copy_decl_maybe_to_var(), copy_decl_no_change(), copy_decl_to_var(), copy_declaration_context(), copy_decls_walk(), copy_delay_slot_insn(), copy_deref_exprloc(), copy_dwarf_procedure(), copy_dwarf_procs_ref_in_attrs(), copy_dwarf_procs_ref_in_dies(), copy_edges_for_bb(), copy_file(), copy_fixed_regs(), copy_fn(), copy_forbidden(), copy_frame_info_to_split_insn(), copy_freq_compare_func(), copy_function_or_variable(), copy_gimple_bind(), copy_gimple_seq_and_replace_locals(), copy_if_shared_r(), copy_info_to_removed_store_destinations(), copy_insn_1(), copy_INSN_LIST(), copy_known_vectors_add_val(), copy_known_vectors_add_val(), copy_loc_descr(), copy_loop_before(), copy_loops(), copy_loops_to(), md_reader::copy_md_ptr_loc(), copy_node(), copy_node(), copy_original_table_clear(), copy_original_table_set(), copy_phi_arg_into_existing_phi(), copy_phi_args(), copy_phi_node_args(), copy_phis_for_bb(), copy_prop_visit_assignment(), copy_prop_visit_cond_stmt(), copy_ref_info(), copy_reference_ops_from_call(), copy_reference_ops_from_ref(), copy_reg_eh_region_note_backward(), copy_reg_eh_region_note_forward(), copy_reloads(), copy_replacements_1(), copy_result_decl_to_var(), copy_rtx(), md_reader::copy_rtx_for_iterators(), copy_rtx_if_shared_1(), copy_self_referential_tree_r(), copy_statement_list(), copy_static_chain(), copy_static_var_set(), copy_to_mode_reg(), copy_to_reg(), copy_tree_body_r(), copy_tree_r(), copy_value(), copy_var_decl(), symtab_node::copy_visibility_from(), copy_warning(), copy_warning(), copy_warning(), copy_warning(), copy_warning(), copy_warning(), copyprop_hardreg_forward_1(), copyprop_hardreg_forward_bb_without_debug_insn(), could_fall_through(), count_alternatives(), count_callers(), vector_builder< T, Shape, Derived >::count_dups(), count_formal_params(), count_index_addrs(), count_index_strings(), strlen_pass::count_nonzero_bytes(), strlen_pass::count_nonzero_bytes(), strlen_pass::count_nonzero_bytes_addr(), count_num_arguments(), count_occurrences(), count_patterns(), count_reg_usage(), count_rtxs(), count_spilled_pseudo(), count_states_and_arcs(), count_stmts_and_phis_in_block(), count_stores(), count_string_csts(), count_type_elements(), cov_blocks(), cov_free(), cov_length(), cov_maps(), cov_masks(), coverage_begin_function(), coverage_checksum_string(), coverage_compute_cfg_checksum(), coverage_compute_lineno_checksum(), coverage_compute_profile_id(), coverage_end_function(), coverage_finish(), coverage_init(), coverage_obj_finish(), coverage_obj_fn(), coverage_obj_init(), coverage_remove_note_file(), covers_regno_no_parallel_p(), covers_regno_p(), cpp_relocated(), cprop_alloc(), cprop_constant_p(), cprop_find_used_regs(), cprop_insn(), cprop_into_stmt(), cprop_into_successor_phis(), cprop_jump(), cprop_operand(), crash_signal(), crc32_byte(), crc32_string(), crc32_unsigned(), crc32_unsigned_n(), file_cache_slot::create(), cgraph_node::create(), wide_int_storage::create(), vec< T, va_heap, vl_ptr >::create(), create_access(), create_access_1(), create_access_replacement(), create_add_imm_cand(), create_add_on_incoming_edge(), create_add_ssa_cand(), create_address_operand(), create_ainsns(), cgraph_node::create_alias(), varpool_node::create_alias(), create_allocno_objects(), create_allocnos(), create_array_ref(), create_artificial_child_access(), create_artificial_label(), create_asan_shadow_var(), create_assumption_fn(), create_automata(), create_basic_block(), create_basic_block(), create_basic_block_1(), create_basic_block_structure(), create_bb(), create_bb_allocnos(), create_block_for_threading(), create_block_symbol(), create_call_for_reduction(), create_call_for_reduction_1(), create_cand(), create_cands(), create_canonical_iv(), create_cap_allocno(), create_caps(), create_cie_data(), cgraph_node::create_clone(), create_coalesce_list(), create_coalesce_list_for_region(), create_component_ref_by_pieces_1(), create_composed_state(), create_cond_insert_point(), create_constant_pool(), create_data_ref(), create_dispatcher_calls(), cgraph_node::create_edge(), symbol_table::create_edge(), create_edge_and_update_destination_phis(), create_edge_for_control_dependence(), cgraph_node::create_edge_including_clones(), create_edge_list(), function_reader::create_edges(), create_eh_forwarder_block(), varpool_node::create_empty(), symbol_table::create_empty(), create_empty_bb(), create_empty_if_region_on_edge(), create_empty_loop_on_edge(), create_emultls_var(), create_expression_by_pieces(), varpool_node::create_extra_name_alias(), create_field_for_decl(), create_file_names(), create_final_loads_for_reduction(), create_fixed_operand(), create_fixup_graph(), function_reader::create_function(), create_function_info_for(), modref_tree< T >::create_ggc(), hash_set< KeyId, Lazy, Traits >::create_ggc(), hash_table< Descriptor, Lazy, Allocator >::create_ggc(), hash_map< KeyId, Value, Traits >::create_ggc(), ipa_fn_summary_t::create_ggc(), modref_summaries::create_ggc(), modref_summaries_lto::create_ggc(), ipcp_transformation_t::create_ggc(), create_ifn_alias_checks(), cgraph_node::create_indirect_edge(), create_insn_allocnos(), create_integer_operand(), create_intersect_range_checks(), create_intersect_range_checks_index(), create_iv(), create_live_range_start_chains(), create_loads_and_stores_for_name(), create_loads_for_reductions(), create_log_links(), create_loop_allocnos(), create_loop_fn(), create_loop_tree_node_allocnos(), create_loop_tree_nodes(), create_mem_ref(), create_mem_ref_raw(), create_modes(), create_mul_imm_cand(), create_mul_ssa_cand(), create_nesting_tree(), create_new_allocno(), create_new_allocno_hard_regs_node(), create_new_asm_name(), create_new_chain(), create_new_def_for(), create_new_invariant(), create_new_iv(), create_new_ivs(), create_node(), create_odr_indicator(), create_omp_child_function(), create_omp_child_function_name(), create_one_component_var(), create_output_block(), create_parallel_loop(), vect_optimize_slp_pass::create_partitions(), gcc::pass_manager::create_pass_tab(), create_phi_basis(), create_phi_basis_1(), create_phi_for_local_result(), create_possibly_reversed_range(), create_preheader(), create_pseudo_cfg(), create_rdg_cd_edges(), create_rdg_edges_for_scalar(), create_rdg_flow_edges(), loop_distribution::create_rdg_vertices(), symtab_node::create_reference(), symtab_node::create_reference(), create_references(), create_remat_bb_data(), create_runtime_alias_checks(), create_specialized_node(), create_stack_guard(), create_start_finish_chains(), create_state_ainsn_table(), create_stores_for_reduction(), create_subroutine(), create_tailcall_accumulator(), create_task_copyfn(), tree_switch_conversion::switch_conversion::create_temp_arrays(), cgraph_node::create_thunk(), create_ticker(), create_tmp_reg_fn(), create_tmp_simd_array(), create_tmp_var_for(), create_tmp_var_name(), create_tmp_var_raw(), create_total_access_and_reshape(), create_total_scalarization_access(), create_trace_edges(), value_relation::create_trio(), create_undefined_input_operand(), create_user_defined_type(), create_variable_info_for(), create_variable_info_for_1(), create_vector_array(), cgraph_node::create_version_clone(), cgraph_node::create_version_clone_with_body(), cgraph_node::create_virtual_clone(), create_vop_var(), create_waw_or_war_checks(), cgraph_node::create_wrapper(), cse_and_gimplify_to_preheader(), cse_cc_succs(), cse_change_cc_mode(), cse_change_cc_mode_insn(), cse_change_cc_mode_insns(), cse_condition_code_reg(), cse_dump_path(), cse_extended_basic_block(), cse_find_path(), cse_insn(), cse_main(), cse_prescan_path(), cse_process_note_1(), cse_tests(), cselib_add_permanent_equiv(), cselib_dummy_expand_value_rtx_cb(), cselib_expand_value_rtx(), cselib_expand_value_rtx_1(), cselib_expand_value_rtx_cb(), cselib_find_slot(), cselib_finish(), cselib_hash_plus_const_int(), cselib_hash_rtx(), cselib_init(), cselib_invalidate_mem(), cselib_invalidate_regno(), cselib_invalidate_regno_val(), cselib_invalidate_rtx(), cselib_invalidated_by_call_p(), cselib_lookup(), cselib_lookup_1(), cselib_lookup_from_insn(), cselib_lookup_mem(), cselib_preserve_only_values(), cselib_process_insn(), cselib_record_autoinc_cb(), cselib_record_set(), cselib_record_sets(), cselib_record_sp_cfa_base_equiv(), cselib_redundant_set_p(), cselib_reg_set_mode(), cselib_reset_table(), cselib_sp_derived_value_p(), cselib_subst_to_values(), cselib_subst_to_values_from_insn(), csftc_abort_walking_p(), cst_and_fits_in_hwi(), cst_pool_loc_descr(), ctf_add_array(), ctf_add_cuname(), ctf_add_encoded(), ctf_add_enum(), ctf_add_enumerator(), ctf_add_float(), ctf_add_forward(), ctf_add_function(), ctf_add_function_arg(), ctf_add_generic(), ctf_add_integer(), ctf_add_member_offset(), ctf_add_pointer(), ctf_add_reftype(), ctf_add_slice(), ctf_add_sou(), ctf_add_string(), ctf_add_typedef(), ctf_add_unknown(), ctf_add_variable(), ctf_asm_array(), ctf_asm_enum_const(), ctf_asm_func_arg(), ctf_asm_preamble(), ctf_asm_sou_lmember(), ctf_asm_sou_member(), ctf_calc_num_vbytes(), ctf_debug_early_finish(), ctf_debug_finalize(), ctf_debug_init(), ctf_debug_init_postprocess(), ctf_debuginfo_p(), ctf_die_bitsize(), ctf_dmd_list_append(), ctf_do_die(), ctf_dtd_insert(), ctf_dtd_lookup(), ctf_dtd_preprocess_cb(), ctf_dtu_d_union_selector(), ctf_dvd_ignore_insert(), ctf_dvd_ignore_lookup(), ctf_dvd_insert(), ctf_dvd_lookup(), ctf_dvd_preprocess_cb(), ctf_farg_list_append(), ctf_get_AT_data_member_location(), ctf_get_AT_type(), ctf_get_die_loc_col(), ctf_get_die_loc_file(), ctf_get_die_loc_line(), ctf_list_add_ctf_vars(), ctf_lookup_tree_type(), ctf_output(), ctf_preprocess(), ctf_preprocess_var(), ctf_type_exists(), ctf_varent_compare(), ctfc_delete_container(), ctfc_delete_strtab(), ctfc_get_dtd_srcloc(), ctfc_get_dvd_srcloc(), ctfc_get_num_ctf_types(), ctfc_get_num_ctf_vars(), ctfc_get_num_vlen_bytes(), ctfc_get_strtab(), ctfc_get_strtab_len(), ctfc_is_empty_container(), ctfc_strtable_add_str(), ctfc_strtable_append_str(), ctor_for_folding(), ctor_single_nonzero_element(), ctor_to_vec(), varpool_node::ctor_useable_for_folding_p(), ctx_alloc(), ctx_in_oacc_kernels_region(), curr_insn_transform(), curr_statistics_hash(), temporal_cache::current_p(), cvc_insert(), cwi_output_hex(), cxx11_attribute_p(), xcallocator< Type >::data_alloc(), loop_distribution::data_dep_in_cycle_p(), data_ref_compare_tree(), data_ref_segment_size(), dataflow_post_merge_adjust(), dataflow_set_clear(), dataflow_set_clear_at_call(), dataflow_set_copy(), dataflow_set_destroy(), dataflow_set_different(), dataflow_set_equiv_regs(), dataflow_set_merge(), dataflow_set_preserve_mem_locs(), dataflow_set_remove_mem_locs(), dataflow_set_union(), dbg_cnt_list_all_counters(), dbg_cnt_process_opt(), dbg_cnt_process_single_pair(), dbg_cnt_set_limit_by_name(), dbgprint_count_type_at(), dbr_schedule(), dce_process_block(), dconst_e_ptr(), dconst_pi_ptr(), dconst_sqrt2_ptr(), ddown(), ddr_dependence_level(), dead_debug_add(), dead_debug_global_find(), dead_debug_global_insert(), dead_debug_global_replace_temp(), dead_debug_insert_temp(), dead_debug_promote_uses(), dead_debug_reset_uses(), dead_or_predicable(), dead_or_set_regno_p(), dead_pseudo_p(), deallocate_reload_reg(), source_info::debug(), path_range_query::debug(), gimple_ranger::debug(), ipa_param_adjustments::debug(), ipa_argagg_value_list::debug(), back_threader::debug(), jt_state::debug(), jt_path_registry::debug(), ipa_polymorphic_call_context::debug(), predicate::debug(), profile_probability::debug(), profile_count::debug(), relation_oracle::debug(), tree_switch_conversion::simple_cluster::debug(), tree_switch_conversion::group_cluster::debug(), debug(), debug(), debug(), debug(), debug(), debug(), ipa_predicate::debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), debug(), symtab_node::debug(), cgraph_node::debug(), cgraph_edge::debug(), varpool_node::debug(), symbol_table::debug(), debug_active_plugins(), debug_aff(), debug_alias_info(), debug_all_omp_regions(), debug_bb(), debug_bitmap(), debug_bitmap(), debug_bitmap_elt_file(), debug_bitmap_file(), debug_bitmap_set(), debug_bitmap_sets_for(), debug_body(), debug_body(), debug_cfg_stats(), debug_cfi_row(), cgraph_node::debug_cgraph(), debug_cluster(), debug_constraint(), debug_constraint_graph(), debug_constraints(), back_threader::debug_counter(), debug_currdefs(), debug_data_dependence_relation(), debug_data_dependence_relations(), debug_data_reference(), debug_data_references(), debug_ddrs(), debug_decl_set(), debug_defs_stack(), debug_df_chain(), debug_df_defno(), debug_df_insn(), debug_df_ref(), debug_df_reg(), debug_df_regno(), debug_df_useno(), debug_dfa_stats(), debug_dominance_info(), debug_dominance_tree_1(), debug_dwarf(), debug_dwarf_die(), debug_dwarf_loc_descr(), debug_eaf_flags(), debug_edge(), debug_eh_tree(), debug_find_tree(), debug_find_var_in_block_tree(), debug_flow_info(), debug_function(), debug_generic_expr(), debug_generic_stmt(), debug_gimple_seq(), debug_gimple_stmt(), debug_hard_reg_set(), debug_head(), debug_helper(), debug_helper(), debug_helper(), debug_immediate_uses(), debug_immediate_uses_for(), debug_insn_slim(), debug_lattice_value(), debug_level_greater_than_spec_func(), debug_loop(), debug_loop_num(), debug_loops(), debug_lowpart_subreg(), debug_mapping_group(), debug_names_replaced_by(), debug_oacc_loop(), debug_objcopy(), debug_omp_region(), debug_omp_tokenized_addr(), debug_ops_vector(), debug_optab_libfuncs(), debug_pass(), jt_path_registry::debug_path(), debug_points_to_info_for(), debug_pre_expr(), debug_print_page_list(), debug_properties(), debug_range_entry(), debug_ranger(), debug_ranger(), debug_raw(), debug_raw(), debug_raw(), debug_raw(), debug_raw(), debug_rdg(), debug_rdg_partitions(), debug_rdg_vertex(), debug_regset(), debug_reload(), debug_reload_to_stream(), debug_rli(), debug_rtl_slim(), debug_rtx(), debug_rtx_find(), debug_rtx_list(), debug_rtx_range(), debug_sa_points_to_info(), debug_same_succ(), debug_scope_block(), debug_scope_blocks(), debug_sese(), debug_set_count(), debug_set_names(), debug_set_to_format(), debug_slim(), debug_slim(), debug_slim(), debug_slim(), debug_solution_for_var(), debug_ter(), debug_tree(), debug_tree_chain(), debug_tree_odr_name(), debug_tree_ssa(), debug_tree_ssa_stats(), debug_update_ssa(), debug_value_data(), debug_value_expressions(), debug_var_infos(), debug_var_infos_r(), debug_variable(), debug_varinfo(), debug_varmap(), varpool_node::debug_varpool(), debug_verbose(), debug_verbose(), debug_vn_reference_ops(), debugger_reg_number(), debuginfo_early_init(), debuginfo_init(), dec_register_pressure(), decide_about_value(), pieces_addr::decide_autoinc(), decide_copy_try_finally(), decide_unroll_constant_iterations(), decide_unroll_runtime_iterations(), decide_unroll_stupid(), decide_unrolling(), decide_whether_version_node(), decimal_do_add(), decimal_do_compare(), decimal_do_divide(), decimal_do_fix_trunc(), decimal_do_multiply(), decimal_float_mode_for_size(), decimal_from_decnumber(), decimal_integer_string(), decimal_real_arithmetic(), decimal_real_convert(), decimal_real_from_string(), decimal_real_maxval(), decimal_real_to_decimal(), decimal_real_to_integer(), decimal_real_to_integer(), decimal_round_for_format(), decimal_to_binary(), decimal_to_decnumber(), decl_address_invariant_p(), decl_address_ip_invariant_p(), symbol_table::decl_assembler_name_equal(), symbol_table::decl_assembler_name_hash(), decl_attributes(), decl_binds_to_current_def_p(), decl_by_reference_p(), decl_class_context(), decl_comdat_group(), decl_comdat_group_id(), decl_debug_args_insert(), decl_debug_args_lookup(), decl_debug_expr_insert(), decl_debug_expr_lookup(), decl_default_tls_model(), decl_eq_p(), DECL_FE_FUNCTION_CODE(), decl_for_component_ref(), decl_for_type_insert(), decl_for_type_lookup(), DECL_FUNCTION_CODE(), decl_function_context(), decl_in_symtab_p(), decl_init_priority_insert(), decl_init_priority_lookup(), decl_init_size(), decl_maybe_in_construction_p(), DECL_MD_FUNCTION_CODE(), decl_overlaps_hard_reg_set_p(), decl_piece_bitsize(), decl_piece_node(), decl_piece_varloc_ptr(), decl_quals(), decl_readonly_section(), decl_readonly_section_1(), decl_refs_may_alias_p(), decl_replaceable_p(), decl_section_name(), decl_tls_model(), decl_type_context(), decl_ultimate_origin(), decl_value_expr_insert(), decl_value_expr_lookup(), decl_warning_cmp(), declarator(), declare_in_namespace(), declare_return_variable(), declare_vars(), declare_weak(), decls_mismatched_attributes(), decode(), decode_addr_const(), decode_arm_bfloat_half(), decode_asm_operands(), decode_cmdline_option(), decode_cmdline_options_to_array(), decode_d_option(), decode_decimal128(), decode_decimal32(), decode_decimal64(), decode_decimal_double(), decode_decimal_quad(), decode_decimal_single(), decode_field_reference(), dump_pretty_printer::decode_format(), decode_ibm_extended(), decode_ieee_double(), decode_ieee_extended(), decode_ieee_extended_intel_128(), decode_ieee_extended_intel_96(), decode_ieee_extended_motorola(), decode_ieee_half(), decode_ieee_quad(), decode_ieee_single(), decode_internal(), decode_options(), decode_reg_name_and_count(), decode_utf8_char(), decode_vax_d(), decode_vax_f(), decode_vax_g(), wi::int_traits< rtx_mode_t >::decompose(), decompose(), decompose_address(), decompose_automod_address(), decompose_incdec_address(), decompose_kernels_region_body(), decompose_lea_address(), decompose_mem_address(), decompose_multiword_subregs(), decompose_normal_address(), decompose_param_expr(), decompose_register(), fibonacci_heap< K, V >::decrease_key(), decrease_live_ranges_number(), decrement_count(), decrement_power(), def_cfa_0(), def_cfa_1(), def_dominates_uses(), def_target_insn(), default_addr_space_address_mode(), default_addr_space_legitimate_address_p(), default_addr_space_legitimize_address(), default_addr_space_subset_p(), default_address_cost(), default_arg(), default_asm_output_ident_directive(), default_asm_output_source_filename(), default_assemble_integer(), default_assemble_visibility(), default_binds_local_p(), default_binds_local_p_1(), default_binds_local_p_2(), default_binds_local_p_3(), default_builtin_support_vector_misalignment(), default_builtin_vector_alignment_reachable(), default_builtin_vectorization_cost(), default_cc_modes_compatible(), default_class_max_nregs(), default_coff_asm_named_section(), default_const_not_ok_for_debug_p(), default_cstore_mode(), default_cxx_get_cookie_size(), default_debug_unwind_info(), default_decimal_float_supported_p(), default_diagnostic_finalizer(), default_diagnostic_start_span_fn(), default_diagnostic_starter(), default_dwarf_frame_reg_mode(), default_elf_asm_named_section(), default_elf_fini_array_asm_out_destructor(), default_elf_init_array_asm_out_constructor(), default_elf_select_rtx_section(), default_elf_select_section(), default_emit_call_builtin___clear_cache(), default_empty_mask_is_expensive(), default_emutls_var_fields(), default_emutls_var_init(), default_encode_section_info(), default_external_libcall(), default_external_stack_protect_fail(), default_file_start(), default_fixed_point_supported_p(), default_float_exceptions_rounding_supported_p(), default_floatn_builtin_p(), default_floatn_mode(), default_function_arg_boundary(), default_function_arg_padding(), default_function_arg_round_boundary(), default_function_rodata_section(), default_function_section(), default_function_value(), default_function_value_regno_p(), default_generate_internal_label(), default_generate_pic_addr_diff_vec(), default_get_pch_validity(), default_get_reg_raw_mode(), default_goacc_fork_join(), default_goacc_reduction(), default_goacc_validate_dims(), default_gt_pch_alloc_granularity(), default_gt_pch_use_address(), default_hard_regno_nregs(), default_has_ifunc_p(), default_have_conditional_execution(), default_have_speculation_safe_value(), default_hidden_stack_protect_fail(), default_internal_arg_pointer(), default_internal_label(), default_legitimate_address_p(), default_libc_has_function(), default_libcall_value(), default_libgcc_floating_mode_supported_p(), default_libm_function_max_error(), default_mangle_assembler_name(), default_max_noce_ifcvt_seq_cost(), default_memory_move_cost(), default_memtag_add_tag(), default_memtag_extract_tag(), default_memtag_insert_random_tag(), default_memtag_set_tag(), default_memtag_untagged_pointer(), default_min_arithmetic_precision(), default_min_divisions_for_recip_mul(), default_mode_for_suffix(), default_mode_rep_extended(), default_named_section_asm_out_constructor(), default_named_section_asm_out_destructor(), default_noce_conversion_profitable_p(), default_options_optimization(), default_pch_valid_p(), default_pe_asm_named_section(), default_plugin_dir_name(), default_preferred_reload_class(), default_preferred_rename_class(), default_print_operand(), default_print_operand_address(), default_print_operand_punct_valid_p(), default_print_patchable_function_entry(), default_promote_function_mode(), default_promote_function_mode_always_promote(), default_ref_may_alias_errno(), default_register_move_cost(), default_reloc_rw_mask(), default_return_in_memory(), default_scalar_mode_supported_p(), default_secondary_reload(), default_section_type_flags(), default_select_section(), default_slow_unaligned_access(), default_speculation_safe_value(), default_stack_protect_guard(), default_static_chain(), default_target_can_inline_p(), default_target_option_pragma_parse(), default_target_option_valid_attribute_p(), default_target_option_valid_version_attribute_p(), default_tree_diagnostic_path_printer(), default_tree_diagnostic_starter(), default_tree_make_json_for_path(), default_tree_printer(), default_unique_section(), default_unspec_may_trap_p(), default_use_anchors_for_symbol_p(), default_use_by_pieces_infrastructure_p(), default_valid_pointer_mode(), default_vector_alignment(), default_vectorize_create_costs(), default_vectorize_related_mode(), default_zero_call_used_regs(), defcodefor_name(), defer_stack_allocation(), define__GNUC__(), define_builtin_macros_for_compilation_flags(), define_builtin_macros_for_lp64(), define_builtin_macros_for_type_sizes(), define_dump_logs(), define_language_independent_builtin_macros(), defs_to_varying(), delegitimize_mem_from_attrs(), deletable_insn_p(), deletable_insn_p_1(), delete_address_reloads(), delete_address_reloads_1(), delete_ainsn_from_equiv_class(), delete_allocno_from_bucket(), delete_caller_save_insns(), delete_cluster(), delete_coalesce_list(), delete_computation(), delete_dead_insn(), delete_dead_jumptables(), delete_dead_or_redundant_assignment(), delete_dead_or_redundant_call(), delete_dead_store_insn(), ana::checker_path::delete_event(), ana::checker_path::delete_events(), delete_fixup_graph(), delete_from_delay_slot(), delete_from_dominance_info(), delete_function_version(), cgraph_node::delete_function_version_by_decl(), delete_if_ordinary(), delete_insn(), delete_insn_and_edges(), delete_insn_chain(), delete_jump(), delete_live_track(), delete_move_and_clobber(), fibonacci_heap< K, V >::delete_node(), delete_noop_moves(), delete_omp_context(), delete_omp_context(), delete_output_reload(), delete_points_to_sets(), delete_prior_computation(), delete_redundant_insns(), delete_redundant_insns_1(), delete_reg_equiv(), delete_related_insns(), delete_slot_part(), delete_trivially_dead_insns(), delete_unmarked_insns(), delete_unreachable_blocks(), delete_unreachable_blocks_update_callgraph(), delete_var_map(), delete_vta_debug_insn(), delete_vta_debug_insns(), delete_worklist(), delink_imm_use(), delink_stmt_imm_use(), range_def_chain::depend1(), range_def_chain::depend2(), dependence_distance_ge_vf(), dependence_level(), deps_ok_for_redirect(), deps_ok_for_redirect_from_bb_to_bb(), dequeue_and_dump(), derive_constant_upper_bound_ops(), edge_info::derive_equivalences(), derive_simple_iv_with_niters(), vector_builder< T, Shape, Derived >::derived(), vector_builder< T, Shape, Derived >::derived(), ana::pending_diagnostic::describe_call_with_state(), ana::pending_diagnostic::describe_final_event(), infinite_loop_diagnostic::describe_final_event(), infinite_recursion_diagnostic::describe_final_event(), ana::pending_diagnostic::describe_return_of_state(), ana::pending_diagnostic::describe_state_change(), desired_pro_or_demotion_p(), destroy_loop(), destroy_output_block(), detach_value(), ana::exploded_graph::detect_infinite_loops(), ana::exploded_graph::detect_infinite_recursion(), driver::detect_jobserver(), detect_type_change(), detect_type_change_from_memory_writes(), detect_type_change_ssa(), determine_base_object(), determine_base_object_1(), determine_bb_domination_status(), determine_block_size(), determine_common_wider_type(), determine_dominators_for_sons(), determine_exit_conditions(), determine_global_memory_access(), determine_group_iv_cost_address(), determine_group_iv_cost_cond(), determine_group_iv_cost_generic(), determine_group_iv_costs(), determine_iv_cost(), determine_iv_costs(), determine_known_aggregate_parts(), determine_loop_nest_reuse(), determine_max_iter(), determine_max_movement(), pcom_worker::determine_offset(), determine_parallel_type(), determine_pass_name_match(), determine_reduction_stmt(), determine_reduction_stmt_1(), pcom_worker::determine_roots(), pcom_worker::determine_roots_comp(), determine_scaling_factor(), determine_set_costs(), determine_split_iv_delta(), determine_unlikely_bbs(), determine_unroll_factor(), determine_unroll_factor(), determine_value_range(), determine_versionability(), device_resident_p(), devirtualization_time_bonus(), df_add_problem(), df_add_refs_to_table(), df_analyze(), df_analyze_1(), df_analyze_loop(), df_analyze_problem(), df_bb_delete(), df_bb_refs_collect(), df_bb_refs_record(), df_bb_replace(), df_bb_verify(), df_canonize_collection_rec(), df_chain_add_problem(), df_chain_bb_dump(), df_chain_copy(), df_chain_create_bb(), df_chain_create_bb_process_use(), df_chain_dump(), df_chain_insn_bottom_dump(), df_chain_insn_top_dump(), df_check_and_grow_ref_info(), df_clear_bb_dirty(), df_clear_bb_info(), df_clear_flags(), df_compact_blocks(), df_compute_regs_ever_live(), df_count_refs(), df_create_unused_note(), df_def_record_1(), df_defs_record(), df_dump(), df_dump_bb_problem_data(), df_dump_insn_problem_data(), df_dump_region(), df_dump_start(), df_entry_block_bitmap_verify(), df_entry_block_defs_collect(), df_exit_block_bitmap_verify(), df_exit_block_uses_collect(), df_find_def(), df_find_hard_reg_defs(), df_find_hard_reg_defs_1(), df_find_single_def_src(), df_find_use(), df_finish_pass(), df_free_collection_rec(), df_get_bb_info(), df_get_call_refs(), df_get_conditional_uses(), df_get_eh_block_artificial_uses(), df_get_entry_block_def_set(), df_get_exit_block_use_set(), df_get_regular_block_artificial_uses(), df_grow_bb_info(), df_grow_insn_info(), df_grow_ref_info(), df_grow_reg_info(), df_hard_reg_init(), df_insn_change_bb(), df_insn_create_insn_record(), df_insn_debug(), df_insn_debug_regno(), df_insn_delete(), df_insn_info_init_fields(), df_insn_refs_collect(), df_insn_refs_verify(), df_insn_rescan(), df_insn_rescan_all(), df_insn_rescan_debug_internal(), df_insn_uid_debug(), df_install_mws(), df_install_ref(), df_install_ref_incremental(), df_install_refs(), df_live_alloc(), df_live_bb_local_compute(), df_live_bottom_dump(), df_live_confluence_n(), df_live_finalize(), df_live_free_bb_info(), df_live_get_bb_info(), df_live_init(), df_live_reset(), df_live_top_dump(), df_live_transfer_function(), df_live_verify_solution_start(), df_live_verify_transfer_functions(), df_lr_alloc(), df_lr_bb_local_compute(), df_lr_bottom_dump(), df_lr_confluence_n(), df_lr_free_bb_info(), df_lr_get_bb_info(), df_lr_init(), df_lr_local_compute(), df_lr_reset(), df_lr_top_dump(), df_lr_transfer_function(), df_lr_verify_solution_start(), df_lr_verify_transfer_functions(), df_md_alloc(), df_md_bb_local_compute(), df_md_bb_local_compute_process_def(), df_md_bottom_dump(), df_md_confluence_0(), df_md_confluence_n(), df_md_free_bb_info(), df_md_get_bb_info(), df_md_init(), df_md_local_compute(), df_md_reset(), df_md_simulate_artificial_defs_at_top(), df_md_simulate_one_insn(), df_md_top_dump(), df_md_transfer_function(), df_mir_alloc(), df_mir_bb_local_compute(), df_mir_bottom_dump(), df_mir_confluence_0(), df_mir_confluence_n(), df_mir_free_bb_info(), df_mir_get_bb_info(), df_mir_reset(), df_mir_top_dump(), df_mir_transfer_function(), df_mir_verify_solution_start(), df_mw_compare(), df_mw_equal_p(), df_mw_hardreg_chain_delete(), df_mw_hardreg_chain_delete_eq_uses(), df_mws_dump(), df_mws_verify(), df_note_bb_compute(), df_note_compute(), df_notes_rescan(), df_print_bb_index(), df_print_note(), df_print_regset(), df_print_word_regset(), df_process_deferred_rescans(), df_prune_to_subcfg(), df_rd_alloc(), df_rd_bb_local_compute(), df_rd_bb_local_compute_process_def(), df_rd_bottom_dump(), df_rd_confluence_n(), df_rd_dump_defs_set(), df_rd_free_bb_info(), df_rd_get_bb_info(), df_rd_init_solution(), df_rd_local_compute(), df_rd_simulate_artificial_defs_at_top(), df_rd_simulate_one_insn(), df_rd_start_dump(), df_rd_top_dump(), df_rd_transfer_function(), df_record_entry_block_defs(), df_record_exit_block_uses(), df_ref_change_reg_with_loc(), df_ref_change_reg_with_loc_1(), df_ref_compare(), df_ref_create_structure(), df_ref_debug(), df_ref_dump(), df_ref_equal_p(), df_ref_ptr_compare(), df_ref_record(), df_refs_add_to_chains(), df_refs_chain_dump(), df_refs_verify(), df_reg_chain_mark(), df_reg_chain_unlink(), df_regno_debug(), df_regs_chain_dump(), df_remove_dead_and_unused_notes(), df_remove_dead_eq_notes(), df_remove_problem(), df_reorganize_refs_by_insn(), df_reorganize_refs_by_insn_bb(), df_reorganize_refs_by_reg(), df_reorganize_refs_by_reg_by_insn(), df_reorganize_refs_by_reg_by_reg(), df_scan_alloc(), df_scan_free_bb_info(), df_scan_free_internal(), df_scan_get_bb_info(), df_scan_start_block(), df_scan_start_dump(), df_set_bb_dirty(), df_set_bb_info(), df_set_blocks(), df_set_dead_notes_for_mw(), df_set_flags(), df_set_note(), df_set_unused_notes_for_mw(), df_simple_dataflow(), df_simulate_defs(), df_simulate_one_insn_forwards(), df_sort_and_compress_mws(), df_sort_and_compress_refs(), df_update_entry_block_defs(), df_update_exit_block_uses(), df_uses_create(), df_uses_record(), df_verify(), df_whole_mw_reg_dead_p(), df_whole_mw_reg_unused_p(), df_word_lr_alloc(), df_word_lr_bb_local_compute(), df_word_lr_bottom_dump(), df_word_lr_free_bb_info(), df_word_lr_get_bb_info(), df_word_lr_init(), df_word_lr_local_compute(), df_word_lr_mark_ref(), df_word_lr_reset(), df_word_lr_top_dump(), df_word_lr_transfer_function(), df_worklist_dataflow(), df_worklist_dataflow_doublequeue(), df_worklist_propagate_backward(), df_worklist_propagate_forward(), DFS::DFS(), dfs_broadcast_reachable_1(), dfs_edge_dest(), dfs_edge_src(), dfs_enumerate_from(), dfs_fst_edge(), dfs_mark_dominating_region(), dfs_next_edge(), DFS::DFS_write_tree(), DFS::DFS_write_tree_body(), diag_attr_exclusions(), diag_returned_locals(), diagnose_omp_structured_block_errors(), diagnose_options(), diagnose_sb_0(), diagnose_sb_1(), diagnose_sb_2(), diagnose_tm_1(), diagnose_tm_1_op(), diagnose_tm_blocks(), diagnostic_action_after_output(), diagnostic_append_note(), diagnostic_build_prefix(), diagnostic_cb(), diagnostic_check_max_errors(), diagnostic_classify_diagnostic(), diagnostic_diagram::diagnostic_diagram(), diagnostic_context::diagnostic_enabled(), diagnostic_expand_location(), diagnostic_for_asm(), diagnostic_impl(), diagnostic_initialize(), diagnostic_location(), diagnostic_n_impl(), diagnostic_num_locations(), diagnostic_output_format_init(), diagnostic_output_format_init_json_file(), diagnostic_output_format_init_json_stderr(), diagnostic_output_format_init_sarif_file(), diagnostic_output_format_init_sarif_stderr(), diagnostic_output_format_init_sarif_stream(), diagnostic_override_option_index(), diagnostic_report_current_function(), diagnostic_report_diagnostic(), diagnostic_same_line(), diagnostic_set_caret_max_width(), diagnostic_set_info(), diagnostic_set_info_translated(), diagnostic_show_locus(), diddle_return_value(), diddle_return_value_1(), die_abbrev_cmp(), die_checksum(), die_checksum_ordered(), difference_cannot_overflow_p(), profile_count::differs_from_p(), profile_probability::differs_from_p(), profile_probability::differs_lot_from_p(), dir_from_dist(), direct_declarator(), direct_internal_fn_supported_p(), direct_internal_fn_supported_p(), direct_internal_fn_supported_p(), direct_internal_fn_types(), direct_optab_handler(), direct_optab_supported_p(), directly_supported_p(), disambiguate_multiple_latches(), discard_useless_locs(), jobserver_info::disconnect(), disconnect_src(), discover_iteration_bound_by_body_walk(), discover_loop(), discover_loops(), discover_nonconstant_array_refs(), discover_nonconstant_array_refs_r(), range_op_handler::discriminator_fail(), display_help(), disqualify_base_of_expr(), disqualify_candidate(), disqualify_problematic_components(), symtab_node::dissolve_same_comdat_group_list(), distinctify_node_type(), distribute_and_simplify_rtx(), distribute_links(), loop_distribution::distribute_loop(), distribute_notes(), distributes_over_addition_p(), distributes_over_addition_p(), double_int::div(), div_and_round_double(), div_data_align(), div_if_zero_remainder(), div_significands(), double_int::divmod(), divmod_candidate_p(), wi::divmod_internal(), divmod_internal_2(), double_int::divmod_with_overflow(), do_add(), do_add_prefix(), do_assemble_alias(), do_assemble_symver(), do_binop(), do_cmp_and_jump(), do_coloring(), do_compare(), do_compare(), do_compare_and_jump(), do_compare_rtx_and_jump(), do_compare_rtx_and_jump(), do_compile(), do_complex_constraint(), do_cond(), ipa_icf::sem_item_optimizer::do_congruence_step(), ipa_icf::sem_item_optimizer::do_congruence_step_for_index(), do_dbg_cnt(), do_deref(), do_divide(), do_ds_constraint(), do_estimate_edge_hints(), do_estimate_edge_size(), do_estimate_edge_time(), do_estimate_growth_1(), do_fixed_add(), do_fixed_divide(), do_fixed_multiply(), do_fixed_neg(), do_fixed_shift(), do_goto_redirection(), range_tracer::do_header(), do_hoist_insertion(), do_input_reload(), do_invalidate(), do_jump(), do_jump_1(), do_jump_by_parts_equality(), do_jump_by_parts_equality_rtx(), do_jump_by_parts_greater(), do_jump_by_parts_greater_rtx(), do_jump_by_parts_zero_rtx(), tree_switch_conversion::switch_decision_tree::do_jump_if_equal(), do_jump_if_equal(), do_link(), do_local_cprop(), do_merge(), do_merge_stream(), do_mpc_arg1(), do_mpc_arg2(), do_mpc_arg2(), do_mpc_ckconv(), do_mpc_ckconv(), do_mpfr_arg1(), do_mpfr_arg2(), do_mpfr_arg2(), do_mpfr_arg3(), do_mpfr_ckconv(), do_mpfr_ckconv(), do_mpfr_lgamma_r(), do_mpfr_remquo(), do_mpfr_sincos(), do_multiply(), do_narrow(), do_negate(), do_niy(), do_niy(), do_option_spec(), do_output_reload(), do_overlap(), do_pending_stack_adjust(), do_per_function(), do_per_function_toporder(), do_plus_minus(), do_pre_partial_partial_insertion(), do_pre_regular_insertion(), do_reload(), do_remat(), do_report_bug(), do_return_redirection(), do_rewrite(), do_rpo_vn(), do_rpo_vn_1(), do_sd_constraint(), do_self_spec(), do_spec(), do_spec_1(), do_spec_2(), driver::do_spec_on_infiles(), do_split_loop_on_cond(), do_ssa_ccp(), do_store_flag(), do_store_motion(), do_structure_copy(), do_SUBST(), do_SUBST_INT(), do_SUBST_LINK(), do_tablejump(), do_type_align(), do_typedef(), do_unop(), do_unwind(), do_valueize(), do_valueize(), do_vec_conversion(), do_vec_narrow_conversion(), do_wait(), do_warn_aggressive_loop_optimizations(), do_warn_nonnull_compare(), do_warn_unused_result(), do_while_loop_p(), doloop_condition_get(), doloop_modify(), doloop_optimize(), doloop_optimize_loops(), doloop_simplify_count(), doloop_valid_p(), dom_info_state(), dom_opt_dom_walker::dom_opt_dom_walker(), dom_ranger::dom_ranger(), dom_valueize(), dominated_by_forbidden(), dominated_by_p(), dominated_by_p_w_unex(), dosum(), dot_rdg(), dot_rdg_1(), dot_slp_tree(), dot_slp_tree(), dot_slp_tree(), double_int_split_digit(), double_int_to_tree(), dr_align_group_sort_cmp(), dr_alignment(), dr_analyze_alias(), dr_analyze_indices(), dr_analyze_innermost(), dr_equal_offsets_p(), dr_equal_offsets_p1(), dr_group_sort_cmp(), dr_known_forward_stride_p(), dr_may_alias_p(), dr_misalignment(), dr_step_indicator(), draw_cfg_edges(), draw_cfg_node(), draw_cfg_node_succ_edges(), draw_cfg_nodes_for_loop(), draw_cfg_nodes_no_loops(), driver::driver(), driver_get_configure_time_options(), driver_handle_option(), driver_unknown_option_callback(), driver_wrong_lang_callback(), drop_overlapping_mem_locs(), drop_profile(), drop_tree_overflow(), dse_classify_store(), dse_classify_store(), dse_confluence_0(), dse_confluence_n(), dse_optimize_call(), dse_optimize_redundant_stores(), dse_optimize_stmt(), dse_step0(), dse_step1(), dse_step2(), dse_step2_init(), dse_step3(), dse_step3_exit_block_scan(), dse_step3_scan(), dse_step4(), dse_step5(), dse_step6(), dse_step7(), dse_transfer_function(), dt_sort_cmp(), dummy_object(), vect_optimize_slp_pass::dump(), ana::one_way_id_map< T >::dump(), irange_storage::dump(), generic_wide_int< storage >::dump(), profile_probability::dump(), ggc_usage::dump(), phi_group::dump(), modref_summary_lto::dump(), thunk_info::dump(), predicate::dump(), modref_summary::dump(), ipa_vr::dump(), access_ref::dump(), sreal::dump(), vrange::dump(), irange_bitmask::dump(), Value_Range::dump(), path_oracle::dump(), path_range_query::dump(), json::value::dump(), pointer_query::dump(), predicate::dump(), symtab_node::dump(), cgraph_node::dump(), varpool_node::dump(), symbol_table::dump(), ssa_block_ranges::dump(), block_range_cache::dump(), phi_analyzer::dump(), assume_query::dump(), ipa_param_adjustments::dump(), speculative_call_summary::dump(), ipa_argagg_value_list::dump(), isra_call_summary::dump(), profile_probability::dump(), equiv_chain::dump(), value_relation::dump(), dom_oracle::dump(), equiv_oracle::dump(), ranger_cache::dump(), dom_oracle::dump(), equiv_oracle::dump(), block_range_cache::dump(), gori_map::dump(), range_def_chain::dump(), tree_switch_conversion::simple_cluster::dump(), tree_switch_conversion::group_cluster::dump(), ipa_polymorphic_call_context::dump(), ipa_predicate::dump(), profile_count::dump(), ssa_cache::dump(), ipa_icf::congruence_class::dump(), modref_access_node::dump(), back_threader::dump(), mem_alloc_description< T >::dump(), pool_usage::dump(), bitmap_usage::dump(), mem_usage::dump(), ggc_usage::dump(), vec_usage::dump(), ipa_icf::sem_item::dump(), dump_access(), dump_access_strides(), dump_access_tree_1(), dump_active_plugins(), dump_addr(), dump_affine_function(), dump_affine_iv(), dump_alias_info(), dump_alias_pair(), dump_alias_stats(), dump_alias_stats_in_alias_c(), dump_alloc_pool_statistics(), dump_array_domain(), dump_attrs_list(), symtab_node::dump_base(), dump_basic_block_info(), gimple_ranger::dump_bb(), dump_bb_info(), dump_begin(), gcc::dump_manager::dump_begin(), dump_begin_scope(), dump_binary_rhs(), dump_bitmap(), dump_bitmap_file(), dump_bitmap_statistics(), dump_bitmap_vector(), dump_block_node(), dump_builtin_access(), dump_builtin_memref(), dump_callgraph_transformation(), dump_cand(), dump_cand_chains(), dump_cand_vec(), dump_candidate(), dump_candidates_and_remat_bb_data(), dump_cands(), tree_switch_conversion::switch_decision_tree::dump_case_nodes(), dump_cfg_stats(), dump_cfi_row(), cgraph_node::dump_cgraph(), dump_chain(), dump_choices(), dump_chrecs_stats(), dump_class(), dump_clause(), dump_clusters(), dump_coalesce_list(), dump_component(), dump_components(), dump_components(), dump_condition(), dump_conflict_function(), ipa_icf::sem_item_optimizer::dump_cong_classes(), dump_constraint(), dump_constraint_graph(), dump_constraints(), dump_copy_of(), dump_cselib_table(), dump_cselib_val(), dump_currdefs(), dump_data_dependence_relation(), dump_data_dependence_relations(), dump_data_reference(), dump_dataflow_set(), dump_dataflow_sets(), dump_ddrs(), dump_decl_name(), dump_decl_set(), dump_def_use_chain(), dump_default_def(), dump_defs_stack(), dump_dfa_stats(), dump_dist_dir_vectors(), dump_dominator_optimization_stats(), digraph< GraphTraits >::dump_dot(), digraph< GraphTraits >::dump_dot_to_file(), digraph< GraphTraits >::dump_dot_to_pp(), dump_double_int(), dump_dref(), cgraph_edge::dump_edge_flags(), dump_edge_info(), dump_eh_tree(), gcc::dump_manager::dump_enable_all(), dump_end(), dump_enumerated_decls(), dump_enumerated_decls_push(), dump_expr_hash_table_entry(), dump_fancy_name(), dump_final_callee_vcg(), dump_final_node_vcg(), dump_final_node_vcg_start(), gcc::dump_manager::dump_finish(), dump_fixed(), dump_fixup_edge(), dump_fixup_graph(), gcc::dump_manager::dump_flag_name(), dump_flow_info(), pool_usage::dump_footer(), vec_usage::dump_footer(), mem_usage::dump_footer(), dump_fractional_sqrt_sequence(), dump_function(), dump_function_declaration(), dump_function_header(), dump_function_name(), dump_function_to_file(), dump_gcov_file(), dump_context::dump_generic_expr(), dump_generic_expr(), dump_context::dump_generic_expr_loc(), dump_generic_expr_loc(), dump_generic_node(), dump_ggc_loc_statistics(), dump_gimple_asm(), dump_gimple_assign(), dump_gimple_assume(), dump_gimple_bb_header(), dump_gimple_bind(), dump_gimple_call(), dump_gimple_call_args(), dump_gimple_catch(), dump_gimple_cond(), dump_gimple_debug(), dump_gimple_eh_dispatch(), dump_gimple_eh_else(), dump_gimple_eh_filter(), dump_gimple_eh_must_not_throw(), dump_context::dump_gimple_expr(), dump_gimple_expr(), dump_context::dump_gimple_expr_loc(), dump_gimple_expr_loc(), dump_gimple_fmt(), dump_gimple_goto(), dump_gimple_label(), dump_gimple_mem_ops(), dump_gimple_omp_atomic_load(), dump_gimple_omp_atomic_store(), dump_gimple_omp_block(), dump_gimple_omp_continue(), dump_gimple_omp_critical(), dump_gimple_omp_for(), dump_gimple_omp_masked(), dump_gimple_omp_ordered(), dump_gimple_omp_parallel(), dump_gimple_omp_return(), dump_gimple_omp_scan(), dump_gimple_omp_scope(), dump_gimple_omp_sections(), dump_gimple_omp_single(), dump_gimple_omp_target(), dump_gimple_omp_task(), dump_gimple_omp_taskgroup(), dump_gimple_omp_teams(), dump_gimple_phi(), dump_gimple_resx(), dump_gimple_return(), dump_gimple_seq(), dump_gimple_statistics(), dump_context::dump_gimple_stmt(), dump_gimple_stmt(), dump_context::dump_gimple_stmt_loc(), dump_gimple_stmt_loc(), dump_gimple_switch(), dump_gimple_transaction(), dump_gimple_try(), dump_go_spec_init(), dump_graph(), symtab_node::dump_graphviz(), cgraph_node::dump_graphviz(), symbol_table::dump_graphviz(), dump_groups(), dump_hash_table(), dump_hash_table(), dump_hash_table(), dump_hash_table_loc_statistics(), pool_usage::dump_header(), bitmap_usage::dump_header(), ggc_usage::dump_header(), mem_usage::dump_header(), vec_usage::dump_header(), dump_histogram(), dump_histogram_value(), dump_histograms_for_stmt(), dump_hwloops(), dump_ic_profile(), dump_immediate_uses(), dump_immediate_uses_for(), dump_implicit_edges(), dump_inc_insn(), dump_incr_vec(), dump_index(), dump_induction(), gcc::dump_manager::dump_initialized_p(), dump_inline_stats(), dump_insn_info(), dump_insn_slim(), dump_int(), dump_integer_part(), dump_ipa_call_summary(), dump_iv(), dump_iv_info(), dump_jump_thread_path(), dump_labelled_location_range(), dump_lattice_value(), dump_line_table_statistics(), dump_live_info(), dump_loc(), dump_context::dump_loc_immediate(), dump_location(), dump_location_info(), dump_location_range(), dump_lto_records(), dump_malloc_lattice(), dump_maybe_newline(), dump_mem_address(), dump_mem_details(), dump_mem_insn(), dump_mem_ref(), dump_mem_ref(), dump_memory_report(), dump_modref_edge_summaries(), dump_names_replaced_by(), dump_new_line(), dump_node(), dump_oacc_loop(), dump_oacc_loop_part(), dump_odr_type(), dump_omp_atomic_memory_order(), dump_omp_clause(), dump_omp_clauses(), dump_omp_context_selector(), dump_omp_iterators(), dump_omp_loop_non_rect_expr(), dump_omp_region(), dump_one_pass(), dump_onepart_variable_differences(), dump_open(), dump_open_alternate_stream(), dump_ops_vector(), dump_overall_stats(), dump_part_var_map(), dump_path(), gcc::dump_manager::dump_phase_enabled_p(), dump_pointer(), dump_points_to_info_for(), dump_points_to_solution(), dump_possible_polymorphic_call_targets(), dump_pred_chain(), dump_pred_graph(), dump_pred_info(), dump_prediction(), dump_printf(), dump_printf_loc(), dump_context::dump_printf_va(), dump_probability(), dump_profile(), gcc::pass_manager::dump_profile_report(), dump_profile_updates(), dump_properties(), dump_pta_stats(), dump_range_entry(), dump_ranger(), dump_ranger(), dump_rdg(), dump_rdg_partitions(), dump_rdg_vertex(), dump_real(), dump_recorded_exit(), dump_recorded_exits(), dump_records(), dump_reduction(), symtab_node::dump_references(), symtab_node::dump_referring(), dump_reg_info(), gcc::dump_manager::dump_register(), dump_regset(), dump_replaceable_exprs(), dump_rtl_slim(), dump_rtx_statistics(), dump_sa_points_to_info(), dump_sa_stats(), dump_scope_block(), dump_shift_choices(), dump_solution_for_var(), dump_split_point(), dump_ssaname_info(), dump_ssaname_info_to_file(), dump_stack_clash_frame_info(), dump_stack_var_partition(), gcc::dump_manager::dump_start(), dump_static_vars_set_to_file(), dump_stmt_cost(), dump_string(), dump_string_field(), dump_strlen_info(), dump_subscript(), gcc::dump_manager::dump_switch_p(), gcc::dump_manager::dump_switch_p_1(), dump_targets(), dump_ternary_rhs(), dump_tm_clone_pairs(), dump_tm_memopt_set(), dump_tm_memopt_sets(), dump_tm_memopt_transform(), ipa_icf::sem_variable::dump_to_file(), diagnostic_event::meaning::dump_to_pp(), dump_tree_ssa(), dump_tree_ssa_stats(), dump_tree_statistics(), dump_tree_via_hooks(), dump_type_inheritance_graph(), dump_unary_rhs(), dump_update_ssa(), dump_use(), dump_value_slim(), dump_var(), dump_var_infos(), dump_var_map(), dump_variable(), dump_varinfo(), dump_varmap(), varpool_node::dump_varpool(), dump_vars(), dumps_spec_func(), dup_replacements(), ipa_edge_modification_sum::duplicate(), ipa_sra_call_summaries::duplicate(), ipa_profile_call_summaries::duplicate(), ipa_call_summary_t::duplicate(), ipa_edge_args_sum_t::duplicate(), edge_clone_summary_t::duplicate(), ipa_return_value_sum_t::duplicate(), ipa_size_summary_t::duplicate(), ipa_sra_function_summaries::duplicate(), ipa_node_params_t::duplicate(), ipcp_transformation_t::duplicate(), ipa_fn_summary_t::duplicate(), funct_state_summary_t::duplicate(), ipa_ref_opt_summary_t::duplicate(), modref_summaries::duplicate(), modref_summaries_lto::duplicate(), duplicate_alternatives(), duplicate_and_interleave(), duplicate_block(), duplicate_cgraph_node_to_order(), duplicate_computed_gotos(), duplicate_each_alternative(), duplicate_eh_regions(), duplicate_eh_regions_1(), ipa_cached_call_context::duplicate_from(), duplicate_insn_chain(), duplicate_loop(), duplicate_loop_body_to_header_edge(), duplicate_one_attribute(), duplicate_reg_note(), duplicate_ssa_name_fn(), duplicate_ssa_name_ptr_info(), duplicate_ssa_name_range_info(), duplicate_subloops(), back_jt_path_registry::duplicate_thread_path(), duplicate_thunk_for_node(), dv_as_rtx(), dv_from_rtx(), dv_onepart_p(), dw2_asm_output_addr(), dw2_asm_output_addr_rtx(), dw2_asm_output_data(), dw2_asm_output_data_raw(), dw2_asm_output_data_sleb128(), dw2_asm_output_data_sleb128_raw(), dw2_asm_output_data_uleb128(), dw2_asm_output_data_uleb128_raw(), dw2_asm_output_delta(), dw2_asm_output_delta_uleb128(), dw2_asm_output_encoded_addr_rtx(), dw2_asm_output_nstring(), dw2_asm_output_offset(), dw2_asm_output_offset(), dw2_asm_output_symname_uleb128(), dw2_assemble_integer(), dw2_build_landing_pads(), dw2_fix_up_crossing_landing_pad(), dw2_force_const_mem(), dw2_output_call_site_table(), dw2_output_indirect_constant_1(), dw_addr_op(), dw_cfi_oprnd1_desc(), dw_cfi_oprnd2_desc(), dw_loc_list(), dw_loc_list_1(), dw_sra_loc_expr(), dw_val_equal_p(), dwarf2_build_local_stub(), dwarf2_name(), dwarf2out_alloc_current_fde(), dwarf2out_begin_prologue(), dwarf2out_cfi_label(), dwarf2out_decl(), dwarf2out_define(), dwarf2out_die_ref_for_decl(), dwarf2out_do_cfi_asm(), dwarf2out_do_cfi_startproc(), dwarf2out_do_eh_frame(), dwarf2out_emit_cfi(), dwarf2out_end_epilogue(), dwarf2out_flush_queued_reg_saves(), dwarf2out_frame_debug(), dwarf2out_frame_debug_adjust_cfa(), dwarf2out_frame_debug_cfa_expression(), dwarf2out_frame_debug_cfa_offset(), dwarf2out_frame_debug_cfa_register(), dwarf2out_frame_debug_cfa_restore(), dwarf2out_frame_debug_cfa_toggle_ra_mangle(), dwarf2out_frame_debug_cfa_val_expression(), dwarf2out_frame_debug_cfa_window_save(), dwarf2out_frame_debug_def_cfa(), dwarf2out_frame_debug_expr(), dwarf2out_inline_entry(), dwarf2out_locviews_in_attribute(), dwarf2out_locviews_in_loclist(), dwarf2out_maybe_output_loclist_view_pair(), dwarf2out_next_real_insn(), dwarf2out_register_external_die(), dwarf2out_register_main_translation_unit(), dwarf2out_set_name(), dwarf2out_switch_text_section(), dwarf2out_type_decl(), dwarf2out_vms_begin_epilogue(), dwarf2out_vms_end_prologue(), dwarf_AT(), dwarf_attr_name(), dwarf_based_debuginfo_p(), dwarf_cfi_name(), dwarf_debuginfo_p(), dwarf_FORM(), dwarf_form_name(), dwarf_OP(), dwarf_stack_op_name(), dwarf_TAG(), dwarf_tag_name(), dwarf_version_greater_than_spec_func(), dwf_cfa_reg(), dwf_regno(), dyn_cast(), dyn_cast(), dyn_cast(), dynamic_object_size(), dynamic_object_sizes_execute_one(), early_inline_small_functions(), early_inliner(), early_object_sizes_execute_one(), parser::eat_ident(), parser::eat_token(), edge_badness(), edge_before_returns_twice_call(), edge_forwards_cmp_to_conditional_jump_through_empty_bb_p(), edge_gcov_count(), vect_optimize_slp_pass::edge_layout_cost(), edge_order(), edge_predicted_by_p(), dom_ranger::edge_range(), ranger_cache::edge_range(), gimple_outgoing_range::edge_range_p(), edge_set_predicate(), edited_line::edited_line(), edom_only_function(), effective_strub_mode_for_call(), eh_data_format_name(), eh_region_outermost(), eh_returnjump_p(), ei_last_1(), ei_start_1(), element_mode(), element_precision(), elf_record_gcc_switches(), elim_backward(), elim_create(), elim_forward(), elim_unvisited_predecessor(), eliminable_regno_p(), eliminate_dom_walker::eliminate_avail(), rpo_elim::eliminate_avail(), eliminate_build(), eliminate_dom_walker::eliminate_cleanup(), eliminate_constant_term(), eliminate_duplicate_pair(), eliminate_implied_condition(), eliminate_indirect_cycles(), eliminate_dom_walker::eliminate_insert(), eliminate_known_true(), eliminate_local_variables(), eliminate_local_variables_1(), eliminate_local_variables_stmt(), eliminate_not_pairs(), eliminate_partially_redundant_load(), eliminate_partially_redundant_loads(), eliminate_phi(), eliminate_plus_minus_pair(), eliminate_dom_walker::eliminate_push_avail(), rpo_elim::eliminate_push_avail(), eliminate_redundant_comparison(), eliminate_redundant_computations(), eliminate_regs_1(), eliminate_regs_in_insn(), eliminate_regs_in_insn(), eliminate_dom_walker::eliminate_stmt(), eliminate_tail_call(), eliminate_temp_copies(), eliminate_unnecessary_stmts(), eliminate_using_constants(), eliminate_with_rpo_vn(), eliminated_by_inlining_prob(), elimination_costs_in_insn(), elimination_effects(), elimination_target_reg_p(), opt_mode< T >::else_blk(), opt_mode< T >::else_mode(), vector_builder< T, Shape, Derived >::elt(), vec< T, A, vl_embed >::embedded_init(), vec< T, A, vl_embed >::embedded_size(), emergency_dump_function(), tree_switch_conversion::switch_decision_tree::emit(), infinite_loop_diagnostic::emit(), infinite_recursion_diagnostic::emit(), emit(), tree_switch_conversion::jump_table_cluster::emit(), tree_switch_conversion::bit_test_cluster::emit(), emit_add3_insn(), dump_pretty_printer::emit_any_pending_textual_chunks(), address_reload_context::emit_autoinc(), emit_barrier(), emit_barrier_after(), emit_barrier_after_bb(), emit_barrier_before(), emit_block_cmp_hints(), emit_block_cmp_via_cmpmem(), emit_block_cmp_via_loop(), emit_block_comp_via_libcall(), emit_block_copy_via_libcall(), emit_block_move(), emit_block_move_hints(), emit_block_move_via_libcall(), emit_block_move_via_loop(), emit_block_move_via_oriented_loop(), emit_block_move_via_pattern(), emit_block_move_via_sized_loop(), emit_block_op_via_libcall(), emit_c_code(), emit_call_1(), emit_call_insn(), emit_call_insn_after(), emit_call_insn_after_noloc(), emit_call_insn_after_setloc(), emit_call_insn_before(), emit_call_insn_before_noloc(), emit_call_insn_before_setloc(), emit_case_dispatch_table(), tree_switch_conversion::switch_decision_tree::emit_case_nodes(), emit_class_narrowest_mode(), emit_clobber(), emit_cmp_and_jump_insn_1(), tree_switch_conversion::switch_decision_tree::emit_cmp_and_jump_insns(), emit_cmp_and_jump_insns(), emit_common(), emit_common_heads_for_components(), emit_common_tails_for_components(), emit_conditional_add(), emit_conditional_move(), emit_conditional_move(), emit_conditional_move_1(), emit_conditional_neg_or_complement(), emit_copy_of_insn_after(), emit_cstore(), emit_debug_insn(), emit_debug_insn_after(), emit_debug_insn_after_noloc(), emit_debug_insn_after_setloc(), emit_debug_insn_before(), emit_debug_insn_before_noloc(), emit_debug_insn_before_setloc(), emit_delay_sequence(), emit_diagnostic(), emit_diagnostic(), emit_diagnostic_valist(), emit_diagnostic_valist_meta(), diagnostic_context::emit_diagram(), sarif_builder::emit_diagram(), emit_documentation(), emit_group_load(), emit_group_load_1(), emit_group_load_into_temps(), emit_group_move(), emit_group_move_into_temps(), emit_group_store(), emit_inc(), emit_inc_dec_insn_before(), emit_init_macros(), emit_initial_value_sets(), emit_input_reload_insns(), emit_insn(), emit_insn_after(), emit_insn_after_1(), emit_insn_after_noloc(), emit_insn_after_setloc(), emit_insn_at_entry(), emit_insn_before(), emit_insn_before_noloc(), emit_insn_before_setloc(), emit_insn_if_valid_for_reload(), emit_insn_modes_c_header(), emit_insn_modes_h(), emit_insn_modes_inline_h(), dump_context::emit_item(), dump_pretty_printer::emit_items(), tree_switch_conversion::switch_decision_tree::emit_jump(), emit_jump_insn(), emit_jump_insn_after(), emit_jump_insn_after_noloc(), emit_jump_insn_after_setloc(), emit_jump_insn_before(), emit_jump_insn_before_noloc(), emit_jump_insn_before_setloc(), emit_jump_table_data(), emit_label(), emit_label_after(), emit_label_before(), emit_libcall_block(), emit_libcall_block_1(), emit_library_call(), emit_library_call(), emit_library_call(), emit_library_call(), emit_library_call(), emit_library_call_value(), emit_library_call_value(), emit_library_call_value(), emit_library_call_value(), emit_library_call_value(), emit_library_call_value_1(), emit_local(), emit_logging_call(), emit_max_int(), emit_mfence_after_loop(), emit_min_insn_modes_c_header(), emit_mode_adjustments(), emit_mode_inner(), emit_mode_inner_inline(), emit_mode_int_n(), emit_mode_mask(), emit_mode_name(), emit_mode_nunits_inline(), emit_mode_size_inline(), emit_mode_unit_precision(), emit_mode_unit_precision_inline(), emit_mode_unit_size(), emit_mode_unit_size_inline(), emit_mode_wider(), emit_move_ccmode(), emit_move_change_mode(), emit_move_complex(), emit_move_complex_push(), emit_move_insn(), emit_move_insn_1(), emit_move_list(), emit_move_multi_word(), emit_move_resolve_push(), emit_move_via_integer(), emit_moves(), emit_nop_for_unique_locus_between(), emit_note(), emit_note_after(), emit_note_before(), emit_note_copy(), emit_note_eh_region_end(), emit_note_insn_var_location(), emit_notes_for_differences(), emit_notes_for_differences_1(), emit_notes_for_differences_2(), emit_notes_in_bb(), emit_output_reload_insns(), emit_partition_copy(), emit_pattern_after(), emit_pattern_after_noloc(), emit_pattern_after_setloc(), emit_pattern_before(), emit_pattern_before_noloc(), emit_pattern_before_setloc(), emit_phi_nodes(), emit_push_insn(), emit_real_format_for_mode(), asan_redzone_buffer::emit_redzone_byte(), emit_reload_insns(), emit_spill_move(), emit_stack_clash_protection_probe_loop_end(), emit_stack_clash_protection_probe_loop_start(), emit_stack_probe(), emit_stack_restore(), emit_stack_save(), emit_store_flag(), emit_store_flag_1(), emit_store_flag_force(), emit_store_flag_int(), emit_storent_insn(), emit_tls_common(), emit_to_new_bb_before(), emit_unop_insn(), emit_use(), emit_warn_switch_unreachable(), format_string_diagnostic_t::emit_warning(), format_string_diagnostic_t::emit_warning_n(), format_string_diagnostic_t::emit_warning_n_va(), format_string_diagnostic_t::emit_warning_va(), empty_bb_or_one_feeding_into_p(), empty_bb_without_guard_p(), hash_table< Descriptor, Lazy, Allocator >::empty_slow(), empty_stmt_p(), emutls_common_1(), enable_disable_pass(), enable_fdo_optimizations(), enable_ranger(), enable_rtl_dump_file(), enable_split_before_sched2(), enable_warning_as_error(), enclosing_target_ctx(), encode(), encode_arm_bfloat_half(), encode_decimal128(), encode_decimal32(), encode_decimal64(), encode_decimal_double(), encode_decimal_quad(), encode_decimal_single(), encode_ibm_extended(), encode_ieee_double(), encode_ieee_extended(), encode_ieee_extended_intel_128(), encode_ieee_extended_intel_96(), encode_ieee_extended_motorola(), encode_ieee_half(), encode_ieee_quad(), encode_ieee_single(), encode_internal(), encode_vax_d(), encode_vax_f(), encode_vax_g(), end_any_block(), end_branch_prob(), sarif_builder::end_diagnostic(), end_going_arg(), end_graph_dump(), end_ifcvt_sequence(), function_arg_info::end_marker_p(), end_recording_case_labels(), s_expr_writer::end_s_expr(), end_sequence(), endswith(), enough_allocatable_hard_regs_p(), enqueue_node(), enqueue_references(), ensure_base_align(), edited_line::ensure_capacity(), ensure_regno(), emit_status::ensure_regno_capacity(), pointer_equiv_analyzer::enter(), ana::log_user::enter_scope(), entered_from_non_parent_p(), entry_register(), enum_arg_ok_for_language(), enum_arg_to_value(), enum_value_to_arg(), enumerate_allocno_hard_regs_nodes(), eq_evolutions_p(), eq_idx_scev_info(), eq_mode(), eq_move_lists_p(), eq_name(), wi::eq_p_large(), eq_struct_pred_data(), addr_hasher::equal(), allocno_hard_regs_hasher::equal(), attribute_hasher::equal(), cand_chain_hasher::equal(), event_hasher::equal(), string_hash::equal(), coalesce_pair_hasher::equal(), ipa_icf::congruence_class_hash::equal(), cost_classes_hasher::equal(), counts_entry::equal(), cselib_hasher::equal(), ddr_hasher::equal(), dead_debug_hash_descr::equal(), decl_table_entry_hasher::equal(), predictor_hash::equal(), gimplify_hasher::equal(), equiv_class_hasher::equal(), expr_hasher::equal(), expr_pred_trans_d::equal(), external_ref_hasher::equal(), function_start_pair_hash::equal(), invariant_group_base_hasher::equal(), histogram_hash::equal(), id_base::equal(), mem_ref_hasher::equal(), invariant_expr_hasher::equal(), iv_common_cand_hasher::equal(), iv_inv_expr_hasher::equal(), ana::bounded_ranges_manager::hash_traits_t::equal(), location_triplet_hash::equal(), pre_ldst_expr_hasher::equal(), odr_name_hasher::equal(), saving_hasher::equal(), redirection_data::equal(), same_succ::equal(), sanopt_tree_couple_hash::equal(), sanopt_tree_triplet_hash::equal(), shared_bitmap_hasher::equal(), simd_array_to_simduid::equal(), simduid_to_vf::equal(), st_expr_hasher::equal(), stats_counter_hasher::equal(), string_pair_map_hasher::equal(), string_slot_hasher::equal(), log_entry_hasher::equal(), tm_memop_hasher::equal(), test_pattern_hasher::equal(), var_info_hasher::equal(), expr_elt_hasher::equal(), vect_scalar_ops_slice_hash::equal(), pointer_hash< Type >::equal(), member_function_hash_traits< Type >::equal(), vn_constant_hasher::equal(), vn_nary_op_hasher::equal(), vn_phi_hasher::equal(), registration_hasher::equal(), vtbl_map_hasher::equal(), const_rtx_data_hasher::equal(), tree_descriptor_hasher::equal(), ctfc_dtd_hasher::equal(), ctfc_dvd_hasher::equal(), block_die_hasher::equal(), indirect_string_hasher::equal(), oecount_hasher::equal(), object_block_hasher::equal(), const_double_hasher::equal(), insn_hasher::equal(), section_hasher::equal(), section_name_hasher::equal(), ipa_icf::sem_usage_pair_hash::equal(), int_cst_hasher::equal(), cl_option_hasher::equal(), type_cache_hasher::equal(), bst_traits::equal(), default_hash_traits< scalar_cond_masked_key >::equal(), mem_alloc_description< T >::mem_location_hash::equal(), symtab_node::equal_address_to(), equal_alternatives_p(), equal_different_set_p(), simple_hashmap_traits< H, Value >::equal_keys(), ana::call_string::hashmap_traits_t::equal_keys(), ana::eg_hash_map_traits::equal_keys(), ana::eg_point_hash_map_traits::equal_keys(), equal_mem_array_ref_p(), frange_storage::equal_p(), ipa_vr::equal_p(), irange_storage::equal_p(), prange_storage::equal_p(), vrange_storage::equal_p(), ipa_call_context::equal_to(), ipa_icf::sem_function::equals(), ipa_icf::sem_variable::equals(), ipa_icf::sem_variable::equals(), ipa_icf::sem_function::equals_private(), equals_type_number(), ipa_icf::sem_function::equals_wpa(), ipa_icf::sem_variable::equals_wpa(), equate_decl_number_to_die(), equiv_address_substitution(), equiv_class_lookup_or_add(), equiv_constant(), equiv_init_movable_p(), equiv_init_varies_p(), equiv_oracle::equiv_oracle(), equiv_oracle::equiv_set(), path_oracle::equiv_set(), equivalent_cmp_code(), equivalent_reg_at_start(), error(), error(), error_at(), error_at(), error_at(), error_at_line(), error_for_asm(), error_meta(), error_n(), diagnostic_context::error_recursion(), escaped_string::escape(), establish_preds(), estimate_bb_frequencies(), estimate_calls_size_and_time(), estimate_calls_size_and_time_1(), estimate_edge_devirt_benefit(), estimate_edge_size_and_time(), estimate_ipcp_clone_size_and_time(), estimate_local_effects(), estimate_loops(), estimate_loops_at_level(), estimate_move_cost(), estimate_num_insns(), estimate_num_insns_fn(), estimate_num_insns_seq(), estimate_numbers_of_iterations(), estimate_one_automaton_bound(), estimate_operator_cost(), estimate_prefetch_count(), estimate_reg_pressure_cost(), estimate_size_after_inlining(), ipa_call_context::estimate_size_and_time(), estimate_threading_killed_stmts(), estimated_loop_iterations(), estimated_loop_iterations_int(), estimated_peeled_sequence_size(), estimated_stack_frame_size(), estimated_stmt_executions(), estimated_stmt_executions_int(), estimated_unrolled_size(), et_below(), et_nca(), et_new_occ(), et_new_tree(), et_recomp_min(), et_root(), et_set_father(), et_splay(), et_split(), eval_spec_function(), eval_subst(), ipa_predicate::evaluate(), evaluate_bbs(), evaluate_conditions_for_known_args(), evaluate_control_stmt_using_entry_checks(), evaluate_eq_attr(), evaluate_equiv_classes(), evaluate_loop_insns_for_predicate(), evaluate_max_reserv_cycles(), evaluate_properties_for_edge(), evaluate_stmt(), file_cache_slot::evict(), file_cache::evicted_cache_tab_entry(), evolution_function_is_affine_in_loop(), evolution_function_is_affine_multivariate_p(), evolution_function_is_affine_p(), evolution_function_is_invariant_p(), evolution_function_is_invariant_rec_p(), evolution_function_is_univariate_p(), evolution_function_right_is_integer_cst(), exact_int_to_float_conversion_p(), exact_inverse(), wi::exact_log2(), exact_real_inverse(), exact_real_truncate(), excess_precision_type(), excess_unit_span(), excluded_rtx(), pass_walloca::execute(), pass_ipa_function_and_variable_visibility::execute(), loop_distribution::execute(), execute(), ipa_icf::sem_item_optimizer::execute(), execute_all_ipa_stmt_fixups(), execute_all_ipa_transforms(), execute_build_cfg(), execute_cleanup_cfg_post_optimizing(), execute_cleanup_eh_1(), execute_compare_elim_after_reload(), execute_cse_conv_1(), execute_cse_reciprocals_1(), execute_cse_sincos_1(), execute_early_expand_coro_ifns(), gcc::pass_manager::execute_early_local_passes(), execute_early_warn_uninitialized(), execute_expand_omp(), execute_fast_vrp(), execute_feedback_split_functions(), execute_fixup_cfg(), execute_function_dump(), execute_function_todo(), execute_ipa_pass_list(), execute_ipa_stmt_fixups(), execute_ipa_summary_passes(), execute_load_motion(), execute_lower_coro_builtins(), execute_lower_omp(), execute_lower_tm(), execute_oacc_device_lower(), execute_oacc_loop_designation(), execute_omp_device_lower(), execute_omp_oacc_neuter_broadcast(), execute_on_growing_pred(), execute_on_shrinking_pred(), execute_one_ipa_transform_pass(), execute_one_pass(), gcc::pass_manager::execute_pass_mode_switching(), pcom_worker::execute_pred_commoning(), execute_pred_commoning_cbck(), pcom_worker::execute_pred_commoning_chain(), execute_ranger_vrp(), execute_reassoc(), execute_sm(), execute_sm_exit(), execute_sm_if_changed(), execute_split_functions(), execute_tm_mark(), execute_tm_memopt(), execute_todo(), execute_update_addresses_taken(), executed_summary(), exist_non_indexing_operands_for_use_p(), opt_mode< T >::exists(), fast_call_summary< T *, V >::exists(), fast_function_summary< T *, V >::exists(), opt_mode< T >::exists(), ranger_cache::exit_range(), ana::log_user::exit_scope(), exp_equiv_p(), hash_table< Descriptor, Lazy, Allocator >::expand(), cgraph_node::expand(), expand_abs(), expand_abs_nojump(), expand_absneg_bit(), expand_ADD_OVERFLOW(), expand_addsub_overflow(), expand_all_functions(), expand_and(), expand_arith_overflow(), expand_arith_overflow_result_store(), expand_asan_emit_allocas_unpoison(), expand_asm_loc(), expand_asm_memory_blockage(), expand_asm_reg_clobber_mem_blockage(), expand_asm_stmt(), expand_assign_tm(), expand_assignment(), driver::expand_at_files(), expand_atomic_compare_and_swap(), expand_atomic_exchange(), expand_atomic_fetch_op(), expand_atomic_fetch_op_no_fallback(), expand_atomic_load(), expand_atomic_store(), expand_atomic_test_and_set(), expand_automata(), expand_binop(), expand_binop_directly(), expand_BITINTTOFLOAT(), expand_bitquery(), expand_block_edges(), expand_block_tm(), expand_builtin(), expand_builtin___clear_cache(), expand_builtin_adjust_descriptor(), expand_builtin_adjust_trampoline(), expand_builtin_alloca(), expand_builtin_apply(), expand_builtin_apply_args_1(), expand_builtin_assume_aligned(), expand_builtin_atomic_always_lock_free(), expand_builtin_atomic_clear(), expand_builtin_atomic_compare_exchange(), expand_builtin_atomic_exchange(), expand_builtin_atomic_fetch_op(), expand_builtin_atomic_is_lock_free(), expand_builtin_atomic_load(), expand_builtin_atomic_signal_fence(), expand_builtin_atomic_store(), expand_builtin_atomic_test_and_set(), expand_builtin_atomic_thread_fence(), expand_builtin_bswap(), expand_builtin_bzero(), expand_builtin_cexpi(), expand_builtin_compare_and_swap(), expand_builtin_copysign(), expand_builtin_dwarf_sp_column(), expand_builtin_eh_common(), expand_builtin_eh_copy_values(), expand_builtin_eh_return(), expand_builtin_eh_return_data_regno(), expand_BUILTIN_EXPECT(), expand_builtin_expect(), expand_builtin_expect_with_probability(), expand_builtin_extend_pointer(), expand_builtin_extract_return_addr(), expand_builtin_fabs(), expand_builtin_feclear_feraise_except(), expand_builtin_fegetround(), expand_builtin_fork_or_exec(), expand_builtin_frame_address(), expand_builtin_frob_return_addr(), expand_builtin_goacc_parlevel_id_size(), expand_builtin_init_descriptor(), expand_builtin_init_dwarf_reg_sizes(), expand_builtin_init_trampoline(), expand_builtin_int_roundingfn(), expand_builtin_int_roundingfn_2(), expand_builtin_interclass_mathfn(), expand_builtin_issignaling(), expand_builtin_longjmp(), expand_builtin_mathfn_3(), expand_builtin_mathfn_ternary(), expand_builtin_memcmp(), expand_builtin_memcpy(), expand_builtin_memmove(), expand_builtin_memory_chk(), expand_builtin_memory_copy_args(), expand_builtin_mempcpy(), expand_builtin_mempcpy_args(), expand_builtin_memset(), expand_builtin_memset_args(), expand_builtin_next_arg(), expand_builtin_nonlocal_goto(), expand_builtin_object_size(), expand_builtin_powi(), expand_builtin_prefetch(), expand_builtin_return(), expand_builtin_return_addr(), expand_builtin_set_thread_pointer(), expand_builtin_setjmp_receiver(), expand_builtin_setjmp_setup(), expand_builtin_signbit(), expand_builtin_sincos(), expand_builtin_stack_address(), expand_builtin_stpcpy(), expand_builtin_stpcpy_1(), expand_builtin_strcmp(), expand_builtin_strcpy(), expand_builtin_strlen(), expand_builtin_strncmp(), expand_builtin_strncpy(), expand_builtin_strnlen(), expand_builtin_strub_enter(), expand_builtin_strub_leave(), expand_builtin_strub_update(), expand_builtin_sync_operation(), expand_builtin_thread_pointer(), expand_builtin_trap(), expand_builtin_unop(), expand_builtin_update_setjmp_buf(), expand_builtin_va_copy(), expand_builtin_va_end(), expand_builtin_va_start(), expand_call(), expand_call_inline(), expand_call_mem_ref(), expand_call_stmt(), expand_call_tm(), expand_case(), expand_ccmp_expr(), expand_ccmp_expr_1(), expand_ccmp_next(), expand_clobber(), expand_CLRSB(), expand_clrsb_using_clz(), expand_CLZ(), expand_cmpstr(), expand_cmpstrn_or_cmpmem(), expand_compare_and_swap_loop(), expand_complex_addition(), expand_complex_asm(), expand_complex_comparison(), expand_complex_conjugate(), expand_complex_div_straight(), expand_complex_div_wide(), expand_complex_division(), expand_complex_libcall(), expand_complex_move(), expand_complex_multiplication(), expand_complex_multiplication_components(), expand_complex_negation(), expand_complex_operations_1(), expand_compound_operation(), expand_cond_expr_using_cmove(), expand_constructor(), expand_copysign(), expand_copysign_absneg(), expand_copysign_bit(), expand_CTZ(), expand_ctz(), expand_debug_expr(), expand_debug_locations(), expand_debug_parm_decl(), expand_debug_source_expr(), expand_dec(), expand_DEFERRED_INIT(), expand_delays(), expand_divmod(), expand_DIVMOD(), expand_DIVMODBITINT(), expand_doubleword_bswap(), expand_doubleword_clz_ctz_ffs(), expand_doubleword_divmod(), expand_doubleword_mod(), expand_doubleword_mult(), expand_doubleword_parity(), expand_doubleword_popcount(), expand_doubleword_shift(), expand_doubleword_shift_condmove(), expand_eh_return(), expand_expr_addr_expr(), expand_expr_addr_expr_1(), expand_expr_constant(), expand_expr_divmod(), expand_expr_force_mode(), expand_expr_real(), expand_expr_real_1(), expand_expr_real_2(), expand_expr_real_gassign(), expand_FALLTHROUGH(), expand_FALLTHROUGH_r(), expand_FFS(), expand_ffs(), expand_field_assignment(), expand_fix(), expand_fixed_convert(), expand_float(), expand_FLOATTOBITINT(), expand_fn_using_insn(), expand_function_end(), expand_function_start(), expand_gather_load_optab_fn(), expand_gimple_basic_block(), expand_gimple_cond(), expand_gimple_stmt(), expand_gimple_stmt_1(), expand_gimple_tailcall(), expand_GOACC_DIM_POS(), expand_GOACC_DIM_SIZE(), expand_GOMP_SIMT_ENTER_ALLOC(), expand_GOMP_SIMT_EXIT(), expand_GOMP_SIMT_LANE(), expand_GOMP_SIMT_LAST_LANE(), expand_GOMP_SIMT_ORDERED_PRED(), expand_GOMP_SIMT_VOTE_ANY(), expand_GOMP_SIMT_XCHG_BFLY(), expand_GOMP_SIMT_XCHG_IDX(), expand_goto(), expand_HWASAN_ALLOCA_UNPOISON(), expand_HWASAN_CHOOSE_TAG(), expand_HWASAN_MARK(), expand_HWASAN_SET_TAG(), expand_ifn_atomic_bit_test_and(), expand_ifn_atomic_compare_exchange(), expand_ifn_atomic_compare_exchange_into_call(), expand_ifn_atomic_op_fetch_cmp_0(), expand_ifn_va_arg(), expand_ifn_va_arg_1(), expand_inc(), expand_insn(), expand_jump_insn(), expand_label(), expand_load_lanes_optab_fn(), expand_loc(), expand_location(), expand_location_1(), expand_location_to_spelling_point(), expand_main_function(), expand_mem_signal_fence(), expand_mem_thread_fence(), expand_misaligned_mem_ref(), expand_movstr(), expand_MUL_OVERFLOW(), expand_mul_overflow(), expand_MULBITINT(), expand_mult(), expand_mult_const(), expand_mult_highpart(), expand_mult_highpart_adjust(), expand_neg_overflow(), expand_normal(), expand_oacc_collapse_init(), expand_oacc_collapse_vars(), expand_oacc_for(), expand_omp(), expand_omp_atomic(), expand_omp_atomic_cas(), expand_omp_atomic_fetch_op(), expand_omp_atomic_load(), expand_omp_atomic_mutex(), expand_omp_atomic_pipeline(), expand_omp_atomic_store(), expand_omp_build_assign(), expand_omp_build_cond(), expand_omp_for(), expand_omp_for_generic(), expand_omp_for_init_counts(), expand_omp_for_init_vars(), expand_omp_for_ordered_loops(), expand_omp_for_static_chunk(), expand_omp_for_static_nochunk(), expand_omp_ordered_sink(), expand_omp_ordered_source(), expand_omp_ordered_source_sink(), expand_omp_regimplify_p(), expand_omp_scantemp_alloc(), expand_omp_sections(), expand_omp_simd(), expand_omp_single(), expand_omp_synch(), expand_omp_target(), expand_omp_taskloop_for_inner(), expand_omp_taskloop_for_outer(), expand_omp_taskreg(), expand_one_cmpl_abs_nojump(), expand_one_error_var(), expand_one_register_var(), expand_one_ssa_partition(), expand_one_stack_var(), expand_one_stack_var_1(), expand_one_stack_var_at(), expand_one_var(), expand_operands(), expand_parallel_call(), expand_PARITY(), expand_parity(), expand_partial_load_optab_fn(), expand_partial_store_optab_fn(), expand_phi_nodes(), expand_POPCOUNT(), expand_pow_as_sqrts(), expand_RAWMEMCHR(), expand_reg_data(), expand_reg_info(), expand_reg_info(), expand_regions(), expand_regions_1(), expand_return(), expand_scatter_store_optab_fn(), expand_sdiv_pow2(), expand_SET_EDOM(), expand_sfix_optab(), expand_shift(), expand_shift_1(), expand_simd_clones(), expand_simple_binop(), expand_simple_operations(), expand_simple_unop(), expand_single_bit_test(), expand_sjlj_dispatch_table(), expand_smod_pow2(), expand_SPACESHIP(), expand_speculation_safe_value(), expand_stack_alignment(), expand_stack_restore(), expand_stack_save(), expand_stack_vars(), expand_store_lanes_optab_fn(), expand_SUB_OVERFLOW(), expand_subword_shift(), expand_superword_shift(), expand_sync_lock_test_and_set(), expand_target_clones(), expand_task_call(), expand_taskwait_call(), expand_teams_call(), expand_ternary_op(), expand_thunk(), expand_transaction(), expand_twoval_binop(), expand_twoval_binop_libfunc(), expand_twoval_unop(), expand_UADDC(), expand_UBSAN_CHECK_ADD(), expand_UBSAN_CHECK_MUL(), expand_UBSAN_CHECK_SUB(), expand_ubsan_result_store(), expand_UNIQUE(), expand_unop(), expand_unop_direct(), expand_used_vars(), expand_used_vars_for_block(), expand_value_return(), expand_var_during_unrolling(), expand_variable_shift(), expand_vec_cmp_expr(), expand_vec_cmp_expr_p(), expand_vec_cond_expr_p(), expand_vec_cond_mask_optab_fn(), expand_vec_cond_optab_fn(), expand_vec_perm_1(), expand_vec_perm_const(), expand_vec_perm_var(), expand_vec_series_expr(), expand_vec_set_optab_fn(), expand_vector_addition(), expand_vector_broadcast(), expand_vector_comparison(), expand_vector_condition(), expand_vector_conversion(), expand_vector_divmod(), expand_vector_operation(), expand_vector_operations(), expand_vector_operations_1(), expand_vector_parallel(), expand_vector_piecewise(), expand_vector_scalar_condition(), expand_vector_ubsan_overflow(), expand_while_optab_fn(), expand_widen_pattern_expr(), expand_widening_mult(), expansion_failed(), expansion_point_location(), expansion_point_location_if_in_system_header(), parser::expect(), expected_loop_iterations(), expected_loop_iterations_by_profile(), expected_loop_iterations_unbounded(), expensive_function_p(), expmed_mode_index(), expmed_mult_highpart(), expmed_mult_highpart_optab(), expmed_op_cheap_ptr(), gimple_ranger::export_global_ranges(), expr_callee_abi(), expr_coherent_p(), expr_eval_ops_equal_p(), expr_expected_value(), expr_expected_value_1(), expr_first(), expr_hash_elt::expr_hash_elt(), expr_hash_elt::expr_hash_elt(), expr_hash_elt::expr_hash_elt(), expr_invariant_in_loop_p(), expr_invariant_in_region_p(), expr_last(), expr_location_or(), expr_not_equal_to(), expr_object_size(), expr_single(), expr_size(), expr_to_aff_combination(), expr_type_first_operand_type_p(), infinite_recursion_diagnostic::expr_uses_conjured_svalue_p(), expr_with_var_bounded_array_refs_p(), expression_expensive_p(), expression_expensive_p(), expressions_equal_p(), double_int::ext(), extended_count(), extern_or_static(), varpool_node::externally_visible_p(), extr_type_from_vtbl_ptr_store(), function_reader::extra_parsing_for_operand_code_0(), trailing_wide_ints< N >::extra_size(), extract_asm_operands(), extract_base_bit_offset(), extract_bit_field(), extract_bit_field_1(), extract_bit_field_as_subreg(), extract_bit_field_using_extv(), extract_bit_test_mask(), extract_component(), extract_cond_operands(), extract_fixed_bit_field(), extract_fixed_bit_field_1(), extract_high_half(), extract_init_priority(), extract_insn(), extract_int(), extract_integral_bit_field(), extract_left_shift(), extract_low_bits(), extract_mem_content(), extract_mentioned_regs(), fibonacci_heap< K, V >::extract_min(), fibonacci_heap< K, V >::extract_minimum_node(), extract_muldiv(), extract_muldiv_1(), extract_object_class_type(), extract_omp_for_update_vars(), extract_ops_from_tree(), extract_plus_operands(), extract_single_var_from_expr(), extract_split_bit_field(), extract_string(), extract_true_false_args_from_phi(), extract_true_false_controlled_edges(), extract_true_false_edges_from_block(), wi::extract_uhwi(), factor_out_conditional_operation(), fail_abnormal_edge_coalesce(), fake_ngettext(), autofdo::fake_read_autofdo_module_profile(), ana::cfg_superedge::false_value_p(), fancy_abort(), fast_allocation(), fast_dce(), fast_math_flags_set_p(), fatal(), fatal_at(), fatal_at(), fatal_at(), fatal_error(), fatal_expected_char(), fatal_reading_state(), fatal_signal(), fatal_signal(), fatal_with_file_and_line(), fde_needed_for_eh_p(), infinite_recursion_diagnostic::fedge_uses_conjured_svalue_p(), field_at_offset(), field_byte_offset(), field_type(), fieldoff_compare(), fields_length(), file_at_path(), file_end_indicate_split_stack(), file_info_cmp(), file_name_acquire(), file_name_as_prefix(), file_name_suffix(), file_summary(), files_equal_p(), fill_always_executed_in(), fill_always_executed_in_1(), ranger_cache::fill_block_cache(), fill_coldest_and_hotter_out_loop(), loops_list::Iter< T >::fill_curr_loop(), fill_eager_delay_slots(), fill_simple_delay_slots(), fill_slots_from_thread(), fill_sons_in_loop(), fill_vector_of_new_param_types(), ipa_icf::sem_item_optimizer::filter_removed_items(), pcom_worker::filter_suitable_components(), regenerate-opt-urls::filter_urlsuffixes_for_optfile(), final(), final_1(), driver::final_actions(), final_addr_vec_align(), final_forward_branch_p(), final_range_test_p(), final_scan_insn(), final_scan_insn_1(), final_start_function(), final_start_function_1(), final_value_replacement_loop(), used_arg_t::finalize(), driver::finalize(), finalize(), toplev::finalize(), vector_builder< T, Shape, Derived >::finalize(), modref_summary::finalize(), symbol_table::finalize_compilation_unit(), finalize_ddr_dependent(), varpool_node::finalize_decl(), cgraph_node::finalize_function(), finalize_must_preallocate(), finalize_nesting_tree_1(), finalize_nrv_r(), finalize_one_plugin(), loop_distribution::finalize_partitions(), finalize_plugins(), finalize_record_size(), finalize_sccopy(), operands_scanner::finalize_ssa_defs(), operands_scanner::finalize_ssa_uses(), rtx_reader::finalize_string(), function_reader::finalize_string(), finalize_task_copyfn(), symbol_table::finalize_toplevel_asm(), finalize_type_size(), find(), find_a_file(), find_a_file(), find_a_program(), find_address(), find_address_like_use(), find_aggregate_values_for_callers_subset(), find_all_hard_reg_sets(), find_all_hard_regs(), find_all_spills_for(), find_allocno_copy(), find_always_executed_bbs(), find_and_merge_options(), find_and_remove_re(), find_args_size_adjust(), pcom_worker::find_associative_operation_root(), find_assumption_locals_r(), find_AT_string_in_table(), find_atomic_core_type(), find_attr(), find_attribute_namespace(), find_attrs_to_cache(), find_augmenting_path(), find_auto_inc(), find_automaton_decl(), find_avail_set(), find_base_term(), find_base_term(), find_base_value(), find_basic_block(), find_basis_for_base_expr(), find_basis_for_candidate(), find_bb_boundaries(), find_bb_for_arg(), find_bbs_reachable_by_hot_paths(), find_best_predecessor(), find_best_successor(), tree_switch_conversion::bit_test_cluster::find_bit_tests(), find_bitfield_repr_type(), find_block_to_duplicate_for_splitting_paths(), rtx_vector_builder::find_cached_value(), find_call_crossed_cheap_reg(), find_call_stack_args(), find_case_label_for_value(), find_case_label_index(), find_case_label_range(), find_case_label_range(), find_case_label_ranges(), find_cc_set(), find_closest_identifier(), find_clusters(), find_clusters_1(), find_coalesce_pair(), find_code(), find_combined_omp_for(), find_common_loop(), find_common_test(), pcom_worker::find_common_use_stmt(), find_comparison_args(), find_cond_trap(), find_conditions(), find_conditions(), find_constant_src(), find_constant_term_loc(), find_constructor_constant_at_offset(), find_control_dep_blocks(), control_dependences::find_control_dependence(), find_costs_and_classes(), find_crtoffloadtable(), find_data_references_in_bb(), find_data_references_in_stmt(), find_dead_or_set_registers(), find_decl(), find_decl_expr(), find_decomposable_shift_zext(), find_decomposable_subregs(), find_defs(), find_deps_in_bb_for_stmt(), find_deriving_biv_for_expr(), find_doloop_use(), find_dominating_aa_status(), find_dummy_reload(), find_dummy_types(), find_duplicate(), find_empty_loc_ranges_at_text_label(), hash_table< Descriptor, Lazy, Allocator >::find_empty_slot_for_expand(), find_end_label(), find_equal_ptrs(), find_equiv_reg(), find_equivalent_node(), find_exception_blocks(), find_exits(), find_explicit_erroneous_behavior(), find_file(), find_file_set_debug(), find_first_parameter_load(), find_fixup_edge(), find_flags_uses_in_insn(), find_foldable_builtin_expect(), find_formats(), find_fortran_preinclude_file(), find_func_aliases(), find_func_aliases_for_builtin_call(), find_func_aliases_for_call(), find_func_aliases_for_call_arg(), find_func_clobbers(), find_gang_private_vars(), gdbhooks::find_gcc_source_dir(), find_givs_in_bb(), find_givs_in_stmt_scev(), find_goto(), find_goto_label(), find_goto_replacement(), find_group(), find_hard_regno_for(), find_hard_regno_for_1(), find_hard_regs(), autofdo::function_instance::find_icall_target_map(), find_identical_invariants(), find_if_case_1(), find_if_case_2(), find_if_header(), find_implicit_erroneous_behavior(), find_implicit_sets(), find_inc(), find_inc_amount(), find_induction_variables(), find_insert_point(), find_insn_before_first_wild_read(), find_insn_decl(), find_int(), find_interesting_uses(), find_interesting_uses_address(), find_interesting_uses_cond(), find_interesting_uses_op(), find_interesting_uses_stmt(), find_inv_vars(), find_inv_vars_cb(), find_invariant_insn(), find_invariants(), find_invariants_bb(), find_invariants_body(), find_invariants_insn(), find_invariants_stmt(), find_invariants_to_move(), find_iv_candidates(), find_jump_block(), tree_switch_conversion::jump_table_cluster::find_jump_tables(), find_lastprivate_looptemp(), find_lattice_value(), find_lattice_value_parts(), find_leader_in_sets(), find_list_elem(), find_loads(), find_loc_in_1pdv(), find_local_vars_to_propagate(), find_loop_dist_alias(), find_loop_guard(), find_loop_niter(), find_loop_niter_by_eval(), pcom_worker::find_looparound_phi(), find_many_sub_basic_blocks(), find_matching_operand(), find_matching_predicate_in_rest_chains(), find_max_flow(), find_mem(), find_mem_conflicts(), find_mem_expr_in_1pdv(), find_memory(), find_memory_stores(), find_minimum_cost_flow(), find_mode(), find_mode(), find_more_contexts_for_caller_subset(), find_more_scalar_values_for_callers_subset(), find_most_used(), find_moveable_pseudos(), find_moveable_store(), decision_tree::find_node(), find_non_realpart_uses(), find_obviously_necessary_stmts(), find_oldest_value_reg(), find_omp_teams(), find_operand(), find_operand_positions(), find_operand_rank(), find_opt(), find_optab(), find_optimal_iv_set(), find_optimal_iv_set_1(), find_or_create_group(), find_or_create_guard_phi(), find_or_create_vtbl_map_node(), find_or_generate_expression(), find_or_insert_inv(), find_outermost_region_in_block(), find_partition_fixes(), find_partitioned_var_uses(), find_partitioned_var_uses_1(), find_path(), back_threader::find_paths_to_names(), find_phi_with_arg_on_edge(), find_placeholder_in_expr(), find_plugindir_spec_function(), ana::exploded_graph::find_previous_entry_to(), find_pseudo_copy(), find_range(), find_range_for_lhs(), find_rarely_executed_basic_blocks_and_crossing_edges(), find_reduc_addr(), loop_cand::find_reduction_by_stmt(), find_ref_loc_in_loop_cmp(), symtab_node::find_reference(), find_refs_for_sm(), find_reg(), find_reg_equal_equiv_note(), find_reg_fusage(), find_reg_note(), find_reg_offset_for_const(), find_regno_fusage(), relation_chain_head::find_relation(), dom_oracle::find_relation_block(), dom_oracle::find_relation_block(), dom_oracle::find_relation_dom(), find_released_ssa_name(), find_reload_regno_insns(), find_reload_regs(), find_reloads(), find_reloads_address(), find_reloads_address_1(), find_reloads_address_part(), find_reloads_subreg_address(), find_reloads_toplev(), find_removable_extensions(), find_rename_reg(), control_flow_regions::find_rep(), find_replaceable_exprs(), find_replaceable_in_bb(), find_replacement(), cgraph_node::find_replacement(), find_return_bb(), find_retval(), find_reusable_reload(), find_rtx_in_ldst(), find_same_succ(), find_same_succ_bb(), find_sanitizer_argument(), find_seed_stmts_for_distribution(), find_sets_in_insn(), find_shift_sequence(), find_sibling_superloop(), find_simple_exit(), find_simtpriv_var_op(), find_single_drs(), find_single_use(), find_single_use_1(), hash_table< Descriptor, Lazy, Allocator >::find_slot_with_hash(), find_source(), find_spanning_tree(), find_split_point(), find_split_points(), find_src_set_src(), find_src_status(), find_ssa_names_to_propagate(), find_ssa_undef(), find_ssaname(), find_standalone_omp_ordered(), find_string_form(), find_sub_basic_blocks(), find_subloop_latch_edge(), find_subloop_latch_edge_by_ivs(), find_subloop_latch_edge_by_profile(), find_subregs_of_mode(), find_subroutines(), find_subst_iter_by_attr(), find_tail_calls(), find_taken_edge(), back_threader::find_taken_edge(), back_threader::find_taken_edge_cond(), find_taken_edge_cond_expr(), back_threader::find_taken_edge_switch(), find_taken_edge_switch_expr(), find_temp_slot_from_address(), find_tm_replacement_function(), find_trace(), find_traces(), find_traces_1_round(), find_trapping_overflow(), find_tune_attr(), find_tune_attr(), find_uninit_use(), find_unreachable_blocks(), find_unswitching_predicates_for_bb(), pcom_worker::find_use_stmt(), find_use_val(), find_used_regs(), find_uses_to_rename(), find_uses_to_rename_bb(), find_uses_to_rename_stmt(), find_uses_to_rename_use(), find_valid_class(), find_valid_class_1(), find_var_candidates(), find_var_cmp_const(), find_var_from_fn(), find_var_scev_info(), find_variable_location_part(), find_vdef_in_loop(), find_what_p_points_to(), find_what_var_points_to(), find_widening_optab_handler_and_mode(), find_widening_optab_handler_and_mode(), hash_table< Descriptor, Lazy, Allocator >::find_with_hash(), diagnostic_option_classifier::fini(), fini_copy_prop(), fini_pre(), fini_vars_expansion(), diagnostic_context::finish(), finish_allocno_hard_regs(), finish_allocnos(), finish_automata_lists(), finish_automaton_decl_table(), finish_bitfield_layout(), finish_bitfield_representative(), finish_builtin_struct(), finish_cand_table(), finish_copies(), finish_copy(), finish_cost_vectors(), finish_decl_table(), rtx_writer::finish_directive(), finish_eh_generation(), finish_forming_alt_state(), finish_graph_dump_file(), finish_insn_code_data_once(), finish_insn_decl_table(), finish_invariants(), finish_live_solver(), parser::finish_match_operand(), compare_by_pieces_d::finish_mode(), gcc::pass_manager::finish_optimization_passes(), finish_options(), finish_out_of_ssa(), finish_prefs(), finish_record_layout(), finish_regexp_representation(), move_by_pieces_d::finish_retmode(), store_by_pieces_d::finish_retmode(), finish_spills(), finish_states(), finish_subregs_of_mode(), finish_taskreg_remap(), finish_taskreg_scan(), finish_tm_clone_pairs(), finish_update_gimple_call(), finished_with_expr(), finite_function_p(), finite_loop_p(), pointer_mux< T1, T2 >::first(), first_active_target_insn(), first_call_expr_arg(), first_commutative_argument(), first_commutative_argument(), first_const_call_expr_arg(), symbol_table::first_defined_function(), symbol_table::first_defined_variable(), first_dom_son(), first_field(), first_fit_range(), symbol_table::first_function(), symbol_table::first_function_with_gimple_body(), first_non_label_stmt(), symbol_table::first_static_initializer(), symbol_table::first_variable(), double_int::fits_hwi(), vrange_storage::fits_p(), irange::fits_p(), double_int::fits_shwi(), wi::fits_to_tree_p(), fix_bb_live_info(), fix_bb_placement(), fix_bb_placements(), fix_crossing_conditional_branches(), fix_crossing_unconditional_branches(), fix_loop_bb_probability(), fix_loop_placement(), fix_loop_placements(), fix_loop_structure(), tree_switch_conversion::switch_conversion::fix_phi_nodes(), tree_switch_conversion::switch_decision_tree::fix_phi_operands_for_edges(), fix_reg_dead_note(), fix_reg_equiv_init(), fix_register(), fix_up_fall_thru_edges(), fixed_arithmetic(), fixed_base_plus_p(), fixed_compare(), fixed_convert(), fixed_convert_from_int(), fixed_convert_from_real(), fixed_from_double_int(), fixed_from_string(), fixed_isneg(), fixed_saturate1(), fixed_saturate2(), fixed_to_decimal(), fixed_wide_int_storage< N >::fixed_wide_int_storage(), fixed_zerop(), fixup_abnormal_edges(), fixup_args_size_notes(), fixup_call_stmt_edges_1(), fixup_child_record_type(), fixup_eh_region_note(), fixup_eh_region_pointers(), fixup_loop_arrays_after_move(), fixup_new_cold_bb(), fixup_noreturn_call(), fixup_partition_crossing(), fixup_partitions(), ipa_icf::sem_item_optimizer::fixup_points_to_sets(), fixup_remapped_decl(), fixup_reorder_chain(), symtab_node::fixup_same_cpp_alias_visibility(), fixup_tail_calls(), fixup_vla_decls(), flag_instrument_functions_exclude_p(), flags_from_decl_or_type(), flatten_binds(), flatten_function(), flexible_array_member_p(), flexible_array_type_p(), flip_storage_order(), float_binary_op_range_finish(), float_mode_for_size(), float_widen_lhs_range(), floor_sdiv_adjust(), flow_active_insn_p(), flow_bb_inside_loop_p(), flow_find_cross_jump(), flow_find_head_matching_sequence(), flow_loop_dump(), flow_loop_nested_p(), flow_loop_nodes_find(), flow_loop_tree_node_add(), flow_loops_cfg_dump(), flow_loops_dump(), flow_loops_find(), flush_hash_table(), flush_pending_stmts(), asan_redzone_buffer::flush_redzone_payload(), json_output_format::flush_to_file(), sarif_builder::flush_to_file(), fndecl_abi(), fndecl_alloc_p(), fndecl_built_in_p(), fndecl_built_in_p(), fndecl_dealloc_argno(), fndecl_maybe_in_other_partition(), fnotice(), fns_cmp(), fold(), fold_abs_const(), fold_addr_of_array_ref_difference(), fold_array_ctor_reference(), fold_binary_loc(), fold_binary_op_with_conditional_arg(), fold_binary_to_constant(), fold_bit_and_mask(), fold_build1_loc(), fold_build2_loc(), fold_build3_loc(), fold_build_call_array_initializer_loc(), fold_build_call_array_loc(), fold_build_cleanup_point_expr(), fold_build_cond_expr(), fold_build_pointer_plus_hwi_loc(), fold_build_pointer_plus_loc(), fold_builtin_0(), fold_builtin_1(), fold_builtin_2(), fold_builtin_3(), fold_builtin_abs(), fold_builtin_addc_subc(), fold_builtin_alloca_with_align(), fold_builtin_arith_overflow(), fold_builtin_atomic_always_lock_free(), fold_builtin_atomic_compare_exchange(), fold_builtin_atomic_is_lock_free(), fold_builtin_bit_query(), fold_builtin_call_array(), fold_builtin_carg(), fold_builtin_classify(), fold_builtin_constant_p(), fold_builtin_expect(), fold_builtin_fabs(), fold_builtin_fpclassify(), fold_builtin_frexp(), fold_builtin_interclass_mathfn(), fold_builtin_isascii(), fold_builtin_isdigit(), fold_builtin_iseqsig(), fold_builtin_memcmp(), fold_builtin_modf(), fold_builtin_n(), fold_builtin_next_arg(), fold_builtin_object_size(), fold_builtin_sincos(), fold_builtin_strcspn(), fold_builtin_strlen(), fold_builtin_strpbrk(), fold_builtin_strspn(), fold_builtin_toascii(), fold_builtin_unordered_cmp(), fold_builtin_varargs(), fold_call_expr(), fold_call_stmt(), fold_comparison(), simplify_using_ranges::fold_cond(), fold_cond_expr_with_comparison(), simplify_using_ranges::fold_cond_with_ops(), fold_const_aggregate_ref_1(), fold_const_builtin_load_exponent(), fold_const_builtin_nan(), fold_const_call(), fold_const_call(), fold_const_call(), fold_const_call_1(), fold_const_call_1(), fold_const_call_1(), fold_const_call_cc(), fold_const_call_ccc(), fold_const_call_cs(), fold_const_call_sc(), fold_const_call_ss(), fold_const_call_ss(), fold_const_call_ss(), fold_const_call_sss(), fold_const_call_sss(), fold_const_call_sss(), fold_const_call_sss(), fold_const_call_ssss(), fold_const_conversion(), fold_const_fold_left(), fold_const_nextafter(), fold_const_pow(), fold_const_reduction(), fold_const_vec_convert(), fold_convert_const(), fold_convert_const_fixed_from_fixed(), fold_convert_const_fixed_from_int(), fold_convert_const_fixed_from_real(), fold_convert_const_int_from_fixed(), fold_convert_const_int_from_int(), fold_convert_const_int_from_real(), fold_convert_const_real_from_fixed(), fold_convert_const_real_from_real(), fold_convert_loc(), fold_convertible_p(), fold_ctor_reference(), fold_div_compare(), fold_gimple_assign(), fold_ignored_result(), fold_indirect_ref_1(), fold_internal_goacc_dim(), fold_invert_truthvalue(), fold_left_reduction_fn(), fold_loop_internal_call(), fold_marked_statements(), fold_mult_zconjz(), fold_negate_const(), fold_negate_expr(), fold_negate_expr_1(), fold_nonarray_ctor_reference(), fold_not_const(), fold_or_predicates(), fold_overflow_warning(), operator_cast::fold_pair(), fold_plusminus_mult_expr(), cfn_sqrt::fold_range(), cfn_sincos::fold_range(), cfn_copysign::fold_range(), operator_abs::fold_range(), operator_negate::fold_range(), cfn_constant_float_p::fold_range(), cfn_constant_float_p::fold_range(), cfn_signbit::fold_range(), operator_not_equal::fold_range(), operator_le::fold_range(), foperator_unordered_lt::fold_range(), foperator_unordered_le::fold_range(), foperator_unordered_gt::fold_range(), foperator_unordered_ge::fold_range(), foperator_unordered_equal::fold_range(), foperator_ltgt::fold_range(), operator_equal::fold_range(), operator_gt::fold_range(), operator_ge::fold_range(), cfn_constant_p::fold_range(), cfn_toupper_tolower::fold_range(), cfn_ffs::fold_range(), cfn_clrsb::fold_range(), cfn_goacc_dim::fold_range(), cfn_popcount::fold_range(), cfn_ubsan::fold_range(), operator_logical_and::fold_range(), operator_logical_or::fold_range(), operator_logical_not::fold_range(), operator_bitwise_not::fold_range(), cfn_clz::fold_range(), cfn_ctz::fold_range(), range_operator::fold_range(), operator_identity::fold_range(), operator_cst::fold_range(), operator_cast::fold_range(), operator_negate::fold_range(), operator_addr_expr::fold_range(), operator_lshift::fold_range(), operator_rshift::fold_range(), operator_equal::fold_range(), operator_not_equal::fold_range(), operator_lt::fold_range(), operator_le::fold_range(), operator_gt::fold_range(), operator_ge::fold_range(), operator_cast::fold_range(), operator_not_equal::fold_range(), operator_equal::fold_range(), operator_lt::fold_range(), operator_le::fold_range(), operator_gt::fold_range(), operator_ge::fold_range(), cfn_pass_through_arg1::fold_range(), operator_cast::fold_range(), pointer_plus_operator::fold_range(), operator_identity::fold_range(), operator_cst::fold_range(), operator_bitwise_and::fold_range(), operator_min::fold_range(), operator_max::fold_range(), cfn_pass_through_arg1::fold_range(), fold_range(), fold_range(), fold_range(), range_op_handler::fold_range(), fold_range_test(), fold_read_from_constant_string(), fold_read_from_vector(), fold_real_zero_addition_p(), fold_relational_const(), fold_rtx(), ccp_folder::fold_stmt(), rvrp_folder::fold_stmt(), fvrp_folder::fold_stmt(), gimple_ranger::fold_stmt(), fold_stmt(), fold_using_range::fold_stmt(), fold_stmt_1(), fold_strstr_to_strncmp(), fold_ternary_loc(), fold_to_nonsharp_ineq_using_bound(), fold_truth_andor(), fold_truth_andor_1(), fold_truth_not_expr(), fold_unary_ignore_overflow_loc(), fold_unary_loc(), fold_unary_to_constant(), fold_undefer_overflow_warnings(), fold_vec_perm(), fold_vec_perm_cst(), fold_view_convert_expr(), fold_view_convert_vector_encoding(), fold_while_ult(), foll_in_subgraph(), follow_copies_to_constant(), follow_jumps(), follow_outer_ssa_edges(), scev_dfs::follow_ssa_edge_binary(), scev_dfs::follow_ssa_edge_expr(), scev_dfs::follow_ssa_edge_in_condition_phi(), scev_dfs::follow_ssa_edge_in_condition_phi_branch(), scev_dfs::follow_ssa_edge_inner_loop_phi(), for_each_eh_label(), for_each_inc_dec(), for_each_inc_dec_find_inc_dec(), for_each_index(), for_each_matching_insn(), vect_optimize_slp_pass::for_each_partition_edge(), for_each_path(), for_each_plugin(), for_each_plugin_cb(), for_each_scev_op(), force_const_mem(), force_constant_size(), force_edge_cold(), force_expand_binop(), force_expr_to_var_cost(), force_fit_type(), force_gimple_operand(), force_gimple_operand_1(), force_gimple_operand_gsi(), force_gimple_operand_gsi_1(), force_int_to_mode(), force_into_ssa_name(), force_labels_r(), force_move_args_size_note(), force_move_till(), force_nonfallthru(), force_nonfallthru_and_redirect(), profile_count::force_nonzero(), force_not_mem(), force_one_exit_fallthru(), force_operand(), force_reg(), force_reload_address(), poly_int< N, C >::force_shwi(), force_to_mode(), wi::force_to_size(), poly_int< N, C >::force_uhwi(), force_value_to_type(), modref_access_node::forced_merge(), file_cache::forcibly_evict_file(), forget_marked_reloads(), forget_old_reloads_1(), fork_execute(), form_ainsn_with_same_reservs(), form_allocno_hard_regs_nodes_forest(), form_loop_tree(), form_regexp(), form_reserv_sets_list(), form_reservs_matter(), form_subloop(), form_sum(), form_sum(), form_threads_from_bucket(), form_threads_from_colorable_allocno(), form_threads_from_copies(), format_count(), dump_pretty_printer::format_decoder_cb(), format_edge_vec(), format_edge_vecs(), format_gcov(), fortran_common(), vect_optimize_slp_pass::forward_cost(), forward_offload_option(), vect_optimize_slp_pass::forward_pass(), forward_propagate_addr_expr(), forward_propagate_addr_expr_1(), forward_propagate_and_simplify(), forward_propagate_into(), forward_propagate_into_comparison(), forward_propagate_into_comparison_1(), forward_propagate_into_gimple_cond(), forward_propagate_subreg(), forward_propagate_subreg(), forwarder_block_to(), fp_decl(), fp_decl_done(), fp_setter_insn(), md_reader::fprint_c_condition(), md_reader::fprint_md_ptr_loc(), fprint_ul(), fprint_whex(), fprintf_indent(), frame_offset_overflow(), frange_arithmetic(), frange_drop_inf(), frange_drop_infs(), frange_drop_ninf(), frange_mpfr_arg1(), frange_nextafter(), fre_will_run_p(), free_after_compilation(), free_alt_states(), free_augmenting_path(), free_automata_list(), free_aux_for_blocks(), free_aux_for_edges(), free_bb(), free_csa_reflist(), free_dependence_relation(), free_dependence_relations(), free_dominance_info(), free_dominance_info_for_region(), free_edge_list(), free_EXPR_LIST_list(), free_for_value_p(), free_graph(), free_growth_caches(), free_hist(), free_histograms(), free_INSN_LIST_list(), free_INSN_LIST_node(), free_insn_regs(), target_ira_int::free_ira_costs(), attr_access::free_lang_data(), free_ld_motion_mems(), free_list(), free_live_range_list(), free_load_extend(), free_loop_data(), free_loops(), free_mem(), free_node(), free_numbers_of_iterations_estimates(), free_odr_warning_data(), free_opt_info(), free_page(), free_partition_graph_vdata(), free_path(), free_rdg(), free_read_records(), free_reg_equiv(), target_ira_int::free_register_move_costs(), free_rpo_vn(), free_sese_info(), free_stmt_operands(), free_store_motion_mems(), free_temp_expr_table(), free_temp_slots(), free_toporder_info(), free_var_substitution_info(), free_vn_table(), frelop_early_resolve(), frob_into_branch_around(), poly_int< N, C >::from(), poly_int< N, C >::from(), wide_int_storage::from_array(), wi::from_array(), wi::from_buffer(), double_int::from_buffer(), from_file(), profile_count::from_gcov_type(), dump_location_t::from_location_t(), from_macro_definition_at(), from_macro_expansion_at(), wi::from_mpz(), profile_probability::from_reg_br_prob_base(), profile_probability::from_reg_br_prob_note(), double_int::from_shwi(), double_int::from_uhwi(), fully_constant_expression(), fully_constant_vn_reference_p(), fully_replaceable(), ipa_icf_gimple::func_checker::func_checker(), function_and_variable_visibility(), function_attribute_inlinable_p(), function_called_by_processed_nodes_p(), function_invariant_p(), function_section_1(), function_summary(), function_to_dwarf_procedure(), fur_list::fur_list(), fur_list::fur_list(), fuse_loops(), fuse_memset_builtins(), fwprop(), fwprop_done(), fwprop_insn(), gain_for_invariant(), pass_walloca::gate(), ipa_icf::pass_ipa_icf::gate(), gate_fwprop(), gate_graphite_transforms(), gate_hoist_loads(), gate_intra_sra(), gate_loop(), gate_lto_out(), gate_oacc_kernels(), gate_pure_const(), gate_split_paths(), gate_tail_calls(), gate_tm_init(), gate_warn_uninitialized(), gather_blocks_in_sese_region(), gather_chrec_stats(), gather_context_independent_values(), tree_switch_conversion::switch_conversion::gather_default_values(), gather_edges_for_value(), gather_mem_refs_stmt(), gather_memory_references(), gather_memory_references_ref(), gather_scalar_reductions(), gather_ssa_name_hash_map_from(), gbb_loop(), gbb_loop_at_index(), gcalloc(), gcc_qsort(), gcc_sort_r(), gcc_stablesort(), gcc_stablesort_r(), gcd(), gcd_of_steps_may_divide_p(), gcond_edge_range(), gcov_close(), gcov_magic(), gcov_open(), gcov_output_files(), gcov_position(), gcov_read_bytes(), gcov_read_counter(), gcov_read_string(), gcov_read_summary(), gcov_read_unsigned(), gcov_read_words(), gcov_seek(), gcov_sync(), gcov_type_to_wide_int(), gcov_write(), gcov_write_filename(), gcov_write_string(), gcov_write_unsigned(), gcse_after_reload_main(), gcse_alloc(), gcse_emit_move_after(), gcse_or_cprop_is_too_expensive(), dt_operand::gen(), dt_simplify::gen(), decision_tree::gen(), dt_simplify::gen_1(), gen_add2_insn(), gen_add3_insn(), gen_addptr3_insn(), gen_addr_rtx(), gen_array_type_die(), gen_assign_counter_update(), gen_attr(), gen_attr(), gen_attr(), gen_automata_option(), gen_automaton(), gen_block_die(), gen_blockage(), gen_bypass(), gen_bypass(), gen_call_used_regs_seq(), gen_command_line_string(), gen_compile_unit_die(), gen_cond_trap(), gen_conditions_for_domain(), gen_conditions_for_pow(), gen_conditions_for_pow_cst_base(), gen_conditions_for_pow_int_base(), gen_const_die(), gen_const_vec_duplicate(), gen_const_vec_series(), gen_counter_update(), gen_cpu_unit(), gen_ctf_array_type(), gen_ctf_base_type(), gen_ctf_enumeration_type(), gen_ctf_function(), gen_ctf_function_type(), gen_ctf_modifier_type(), gen_ctf_pointer_type(), gen_ctf_sou_type(), gen_ctf_subrange_type(), gen_ctf_type(), gen_ctf_typedef(), gen_ctf_unknown_type(), gen_ctf_variable(), gen_ctf_void_type(), tree_switch_conversion::switch_conversion::gen_def_assigns(), gen_delay(), gen_eh_landing_pad(), gen_eh_region(), gen_eh_region_catch(), gen_emit_seq(), gen_emutls_addr(), gen_excl_set(), gen_exp(), gen_expand(), gen_expand(), gen_extend_conv_libfunc(), gen_extend_insn(), gen_field_die(), gen_fixed_libfunc(), gen_formal_types_die(), gen_fp_libfunc(), gen_fp_to_int_conv_libfunc(), gen_fract_conv_libfunc(), gen_fractuns_conv_libfunc(), dt_operand::gen_generic_expr(), gen_generic_params_dies(), dt_operand::gen_gimple_expr(), gen_group_rtx(), gen_hard_reg_clobber(), gen_highpart(), gen_highpart_mode(), tree_switch_conversion::switch_conversion::gen_inbound_check(), gen_inheritance_die(), gen_insn(), gen_insn(), gen_insn(), gen_insn(), gen_insn(), gen_insn(), gen_int_fixed_libfunc(), gen_int_fp_fixed_libfunc(), gen_int_fp_libfunc(), gen_int_fp_signed_fixed_libfunc(), gen_int_libfunc(), gen_int_mode(), gen_int_shift_amount(), gen_int_signed_fixed_libfunc(), gen_int_to_fp_conv_libfunc(), gen_int_to_fp_nondecimal_conv_libfunc(), gen_int_unsigned_fixed_libfunc(), gen_interclass_conv_libfunc(), gen_internal_sym(), gen_intraclass_conv_libfunc(), gen_intv_fp_libfunc(), dt_node::gen_kids(), dt_node::gen_kids_1(), gen_label_rtx(), gen_libfunc(), gen_lowpart_common(), gen_lowpart_for_combine(), gen_lowpart_for_debug(), gen_lowpart_general(), gen_lowpart_if_possible(), gen_lowpart_or_truncate(), gen_lowpart_SUBREG(), gen_lsm_tmp_name(), dt_operand::gen_match_op(), gen_memset_value_from_prev(), gen_mnemonic_attr(), gen_mnemonic_setattr(), gen_one_condition(), dt_operand::gen_opname(), gen_parallel_loop(), gen_peephole(), gen_peephole(), gen_peephole(), gen_peephole2(), gen_phi_arg_condition(), gen_phi_nest_statement(), dt_operand::gen_predicate(), gen_presence_absence_set(), gen_producer_string(), gen_proto(), gen_query_cpu_unit(), gen_raw_REG(), gen_reg_rtx(), gen_regexp_allof(), gen_regexp_el(), gen_regexp_oneof(), gen_regexp_repeat(), gen_regexp_sequence(), gen_reload(), gen_reload_chain_without_interm_reg_p(), gen_rewrite_sequence(), gen_rtvec(), gen_rtvec_v(), gen_rtvec_v(), gen_rtx_CONST_INT(), gen_rtx_CONST_INT(), gen_rtx_CONST_VECTOR(), gen_rtx_EXPR_LIST(), gen_rtx_INSN(), gen_rtx_INSN_LIST(), gen_rtx_MEM(), gen_rtx_REG(), gen_rtx_scratch(), gen_rtx_SUBREG(), gen_rtx_VAR_LOCATION(), gen_satfract_conv_libfunc(), gen_satfractuns_conv_libfunc(), gen_scheduled_generic_parms_dies(), gen_shrink_wrap_conditions(), gen_signed_fixed_libfunc(), gen_simplified_condition(), gen_split(), gen_sub2_insn(), gen_sub3_insn(), gen_subprogram_die(), c_expr::gen_transform(), capture::gen_transform(), expr::gen_transform(), gen_trunc_conv_libfunc(), gen_type_die(), gen_ufloat_conv_libfunc(), gen_unsigned_fixed_libfunc(), gen_variable_die(), gen_variant_part(), gen_vec_duplicate(), gen_vec_series(), gendef(), general_constant_p(), general_init(), general_operand(), move_by_pieces_d::generate(), compare_by_pieces_d::generate(), generate_canonical_option(), generate_code_for_partition(), edit_context::generate_diff(), generate_edge_moves(), generate_loops_for_partition(), generate_match_dup(), generate_memcpy_builtin(), generate_memset_builtin(), generate_option(), generate_option_input_file(), generate_range_test(), generate_rawmemchr_builtin(), generate_reduction_builtin_1(), generate_results(), generate_skeleton_bottom_up(), generate_strlen_builtin(), generate_strlen_builtin_1(), generate_strlen_builtin_using_rawmemchr(), generate_subtree_copies(), generate_subtree_deferred_init(), generate_summary(), generate_switch_p(), generate_tm_state(), generate_type_signature(), generic_parameter_die(), generic_predict_doloop_p(), generic_type_p(), genheader(), genlegend(), genmacro(), env_manager::get(), hash_map< KeyId, Value, Traits >::get(), ordered_hash_map< KeyId, Value, Traits >::get(), consolidation_map< T >::get(), symtab_node::get(), cgraph_node::get(), varpool_node::get(), get_abnormal_succ_dispatcher(), get_access_for_expr(), get_addr(), get_addr_base_and_unit_offset(), get_addr_base_and_unit_offset_1(), get_addr_from_global_cache(), get_addr_from_local_cache(), get_addr_stridx(), get_address_cost(), get_address_cost_ainc(), get_address_description(), get_address_mode(), get_alias_ptr_type_for_ptr_address(), get_alias_set(), cgraph_node::get_alias_target(), varpool_node::get_alias_target(), get_all_loop_exits(), get_all_stmt_may_generate_copy(), get_alternative_base(), get_alternatives_number(), get_ancestor_addr_info(), ana::state_purge_map::get_any_data_for_decl(), diagnostic_context::get_any_inlining_info(), modref_access_node::get_ao_ref(), get_arg_pointer_save_area(), get_args_size(), get_array_ctor_element_at_index(), operands_scanner::get_asm_stmt_operands(), get_AT(), get_AT_file(), get_AT_flag(), get_AT_low_pc(), get_AT_ref(), get_AT_string(), get_AT_unsigned(), get_atomic_op_for_code(), get_attr_length(), get_attr_length_1(), get_attr_min_length(), get_attr_nonstring_decl(), get_attr_order(), get_attr_str(), get_attr_value(), get_attrs_for(), symtab_node::get_availability(), cgraph_node::get_availability(), get_base_address(), get_base_constructor(), get_base_decl(), get_base_for_alignment(), get_base_for_alignment_1(), get_base_loadstore(), get_base_term(), get_base_var(), get_bb_avail_insn(), ipa_icf::sem_function::get_bb_hash(), get_bb_regions_instrumented(), get_best_extraction_insn(), best_match< GOAL_TYPE, CANDIDATE_TYPE >::get_best_meaningful_candidate(), get_best_mem_extraction_insn(), get_best_mode(), get_best_reg_extraction_insn(), wi::get_binary_precision(), get_binfo_at_offset(), get_bit_field_ref_def(), get_bit_range(), get_bitfield_rep(), get_bitmap_index(), get_bitmask_from_range(), get_biv_step(), get_biv_step_1(), get_block_for_section(), get_block_vector(), cgraph_node::get_body(), get_bool_attr(), get_bool_attr_mask_uncached(), get_bool_state(), get_branch_condition(), get_btf_kind(), get_btf_type_name(), get_builtin_sync_mem(), get_builtin_sync_mode(), get_byte_aligned_range_contained_in_ref(), get_byte_aligned_range_containing_ref(), get_byte_range(), get_c_test(), get_call_args(), get_call_combined_fn(), get_call_fndecl(), get_call_rtx_from(), get_call_vi(), get_callee_fndecl(), get_canonical_qnan(), get_canonical_snan(), get_cap_member(), get_cases_for_edge(), get_cdtor_priority_section(), get_cfa_from_loc_descr(), get_cg_data(), get_chain_decl(), get_chain_field(), get_chain_last_write_before_load(), gcc::pass_manager::get_clean_slate(), get_closest_sanitizer_option(), get_cmp_code(), get_code(), get_code_token(), get_coldest_out_loop(), autofdo::get_combined_location(), get_compare_parts(), option_proposer::get_completions(), get_component_ssa_name(), get_component_var(), get_computation_aff(), get_computation_aff_1(), get_computation_at(), get_computation_cost(), get_compute_type(), ana::region_offset::get_concrete_byte_offset(), get_cond_branch_to_split_loop(), get_cond_invariant_branch(), scalar_cond_masked_key::get_cond_ops_from_tree(), get_condition(), get_conditional_internal_fn(), get_conflict_and_start_profitable_regs(), get_constant_size(), get_constant_value(), get_constant_value_id(), get_constraint_for(), get_constraint_for_1(), get_constraint_for_address_of(), get_constraint_for_component_ref(), get_constraint_for_ptr_offset(), get_constraint_for_rhs(), get_constraint_for_ssa_var(), varpool_node::get_constructor(), get_continuation_for_phi(), get_control_equiv_head_block(), infinite_loop_diagnostic::get_controlling_option(), infinite_recursion_diagnostic::get_controlling_option(), get_coverage_counts(), call_summary< T * >::get_create(), function_summary< T * >::get_create(), clone_info::get_create(), thunk_info::get_create(), nested_function_info::get_create(), varpool_node::get_create(), cgraph_node::get_create(), get_cst_init_from_scev(), best_match< GOAL_TYPE, CANDIDATE_TYPE >::get_cutoff(), get_cwe_url(), get_cycles_count(), base_pool_allocator< TBlockAllocator >::allocation_object::get_data(), loop_distribution::get_data_dependence(), ana::state_purge_map::get_data_for_ssa_name(), rtx_jump_table_data::get_data_mode(), ipa_param_body_adjustments::get_ddef_if_exists_and_is_used(), get_debug_computation_at(), get_debug_decl(), get_def(), get_def_blocks_for(), range_def_chain::get_def_chain(), get_def_for_expr(), get_def_for_expr_class(), get_default_value(), get_defs(), function_info::get_demangled_name(), perpetual_start_cfg_edge_event::get_desc(), bitmap_head::get_descriptor(), get_descriptor_type(), get_die_parent(), get_domain(), get_dominated_by(), get_dominated_by_region(), get_dominated_to_depth(), get_dr_vinfo_offset(), gcc::dump_manager::get_dump_file_info_by_switch(), gcc::dump_manager::get_dump_file_name(), gcc::dump_manager::get_dump_file_name(), symtab_node::get_dump_name(), get_dynamic_stack_base(), get_dynamic_stack_size(), ipa_polymorphic_call_context::get_dynamic_type(), ana::return_superedge::get_edge_for_call(), ana::call_superedge::get_edge_for_return(), get_edit_distance(), get_edit_distance(), get_edit_distance(), get_edit_distance_cutoff(), line_event::get_effective_column(), edited_line::get_effective_column(), edited_file::get_effective_line_count(), get_eh_else(), get_eh_landing_pad_from_number_fn(), get_eh_region_and_lp_from_rtx(), get_eh_region_from_lp_number_fn(), get_eh_region_from_number_fn(), get_elf_initfini_array_priority_section(), get_elimination(), ipa_argagg_value_list::get_elt(), get_emit_function(), get_emutls_init_templ_addr(), get_emutls_object_type(), get_end_location(), get_equiv(), pointer_equiv_analyzer::get_equiv(), ana::constraint_manager::get_equiv_class(), get_equiv_regno(), get_estimated_loop_iterations(), get_estimated_loop_iterations_int(), scev_dfs::get_ev(), get_excl_set(), get_exec_counts(), driver::get_exit_code(), get_exit_descriptions(), get_expansion(), operands_scanner::get_expr_operands(), ipa_param_body_adjustments::get_expr_replacement(), get_expr_source_range(), get_extended_src_reg(), get_extraction_insn(), get_false_edge_from_guard_bb(), ana::region_model_context::get_fd_map(), get_fi_for_callee(), get_file_function_name(), ana::supernode::get_final_call(), cgraph_node::get_fini_priority(), get_finish(), diagnostic_path::get_first_event_in_a_function(), get_first_nonnote_insn(), get_first_repr_for_decl(), get_fixed_sign_bit(), get_fnname_from_decl(), symtab_node::get_for_asmname(), cgraph_node::get_for_asmname(), varpool_node::get_for_asmname(), get_frame_field(), get_frame_type(), get_free_state(), file_cache_slot::get_full_file_content(), get_full_set_rtx_cost(), autofdo::autofdo_source_profile::get_function_instance_by_decl(), autofdo::function_instance::get_function_instance_by_decl(), get_function_name(), get_function_part_constraint(), source_info::get_functions_at_location(), get_gcov_intermediate_filename(), ranger_cache::get_global_range(), get_group_alias_ptr_type(), ipa_icf::sem_item_optimizer::get_group_by_hash(), get_group_info(), get_group_iv_cost(), get_group_load_store_type(), get_hard_reg_initial_reg(), get_hard_reg_initial_val(), get_hard_regs(), ipa_icf::sem_function::get_hash(), get_hot_bb_threshold(), parser::get_ident(), get_identifier(), get_identifier_with_length(), get_immediate_dominator(), get_in_edge_back_edge(), autofdo::string_table::get_index_by_decl(), get_index_code(), get_index_scale(), get_index_term(), get_inf(), get_info_about_necessary_edges(), symtab_node::get_init_priority(), get_init_value(), get_initial_def_for_reduction(), get_initial_defs_for_reduction(), get_initial_register_offset(), get_initial_solution(), get_initialized_tmp_var(), get_initializer_for(), autofdo::get_inline_stack(), get_inner_reference(), get_inner_reference_aff(), get_input_file_name(), get_instantiated_value_entry(), get_int_cst_ext_nunits(), get_int_token(), get_integer_term(), parser::get_internal_capture_id(), get_inv_cost(), irange_storage::get_irange(), get_iv_value(), get_jump_flags(), string_concat_db::get_key_loc(), get_key_value(), compiler_logical_location::get_kind_for_tree(), rtx_jump_table_data::get_labels(), get_lang_bitmap(), regenerate-opt-urls.Index::get_languages(), get_last_bb_insn(), get_last_nonnote_insn(), get_last_value(), get_last_value_validate(), get_later_stmt(), get_legacy_range(), wi::extended_tree< N >::get_len(), get_len_load_store_mode(), strlen_pass::get_len_or_size(), edit_distance_traits< const char * >::get_length(), edit_distance_traits< const string_fragment & >::get_length(), cfn_toupper_tolower::get_letter_range(), get_likely_max_loop_iterations(), get_likely_max_loop_iterations_int(), get_lineno(), mem_alloc_description< T >::get_list(), virtual_operand_live::get_live_in(), get_live_virtual_operand_on_edge(), get_load_store_type(), get_local_debug_decl(), substring_loc::get_location(), text_info::get_location(), diagnostic_context::get_location_text(), get_location_within_string(), get_loop_body(), get_loop_body_in_bfs_order(), get_loop_body_in_custom_order(), get_loop_body_in_custom_order(), get_loop_body_in_dom_order(), get_loop_body_in_if_conv_order(), get_loop_exit_condition(), get_loop_exit_edges(), get_loop_exit_edges_unique_dests(), get_loop_hot_path(), get_loop_invariant_expr(), get_loop_latch_edges(), get_loop_level(), ana::region_model_context::get_malloc_map(), get_mask_type_for_scalar_type(), get_mask_type_for_scalar_type(), get_masked_reduction_fn(), ipa_param_adjustments::get_max_base_index(), get_max_float(), get_max_insn_count(), get_max_loop_iterations(), get_max_loop_iterations_int(), get_max_overall_size(), get_maxbound(), get_maxval_strlen(), get_md5sum(), md_reader::get_md_ptr_loc(), get_mem_align_offset(), get_mem_expr_from_op(), get_mem_ref_hash_table(), get_mem_ref_of_assignment(), operands_scanner::get_mem_ref_operands(), get_mem_refs_of_builtin_call(), get_mem_type_for_internal_fn(), get_memmodel(), get_memory_access_decl(), get_memory_rtx(), get_min_precision(), get_minimal_bb(), get_misalign_in_elems(), get_mode_alignment(), get_mode_bounds(), get_mode_class(), get_mode_token(), get_modref_function_summary(), get_move_ratio(), get_mult_latency_consider_fma(), get_multi_vector_move(), dt_operand::get_name(), equiv_relation_iterator::get_name(), get_name(), get_name_for_bit_test(), get_name_for_datasec_entry(), get_named_event_id(), get_named_section(), get_named_text_section(), get_narrower(), get_nearest_type_subqualifiers(), get_negative_load_store_type(), ana::byte_range::get_next_bit_offset(), file_cache_slot::get_next_line(), get_next_ref(), get_next_strinfo(), get_nl_goto_field(), get_no_error_domain(), get_no_uninit_warning(), ipa_icf::sem_function::get_node(), ipa_icf::sem_variable::get_node(), get_non_trapping(), get_nonlocal_debug_decl(), get_nonnull_args(), infer_range_manager::get_nonzero(), get_nonzero_bits(), get_noswitch_section(), get_nowarn_spec(), get_nowarn_spec(), get_nth_most_common_value(), edited_file::get_num_lines(), parser::get_number(), get_object_alignment(), get_object_alignment_1(), get_object_alignment_2(), get_odr_name_for_type(), get_odr_type(), get_offset_range(), get_op_class(), get_openacc_privatization_dump_flags(), get_operand_name(), get_operand_type(), get_operator(), get_ops(), get_optab_extraction_insn(), get_option_html_page(), get_option_prefix_remapping(), get_option_state(), get_option_url(), get_option_url_suffix(), get_options_from_collect_gcc_options(), get_or_alloc_constant_value_id(), get_or_alloc_expr_for_constant(), get_or_alloc_expr_for_name(), get_or_alloc_expr_for_nary(), get_or_alloc_expr_for_reference(), sarif_object::get_or_create_properties(), get_or_create_ssa_default_def(), hash_map< KeyId, Value, Traits >::get_or_insert(), ordered_hash_map< KeyId, Value, Traits >::get_or_insert(), mem_location::get_origin_name(), ipa_param_adjustments::get_original_index(), autofdo::get_original_name(), get_outgoing_edge_probs(), ipcp_transformation::get_param_index(), get_parm_access(), get_parm_default_def_partitions(), symtab_node::get_partitioning_class(), gcc::pass_manager::get_pass_mode_switching(), gcc::pass_manager::get_pass_peephole2(), gcc::pass_manager::get_pass_profile(), gcc::pass_manager::get_pass_split_all_insns(), get_pattern_stats_1(), get_peephole2_pattern(), mem_usage::get_percent(), get_personality_function(), fur_stmt::get_phi_operand(), get_plugin_base_name(), get_pointer_alignment(), get_pointer_alignment_1(), get_pool_constant_mark(), get_pos_from_mask(), prange_storage::get_prange(), wi::int_traits< rtx_mode_t >::get_precision(), get_pred_info_from_cmp(), get_predictor_value(), get_pressure_class_and_nregs(), get_pressure_class_and_nregs(), get_prop_source_stmt(), get_ptr_info(), get_ptr_info_alignment(), get_qualified_type(), get_random_number(), get_random_seed(), tree_switch_conversion::cluster::get_range(), get_range(), ssa_cache::get_range(), get_range_pos_neg(), get_range_strlen(), get_range_strlen(), get_range_strlen_dynamic(), get_range_strlen_dynamic(), get_range_strlen_phi(), get_range_strlen_tree(), get_rank(), get_reaching_def(), get_read_write_all_from_node(), get_reassociation_width(), pointer_query::get_ref(), pointer_query::get_ref(), access_ref::get_ref(), get_ref_base_and_extent(), get_ref_base_and_extent_hwi(), get_ref_die_offset_label(), get_ref_size(), get_referenced_operands(), get_references_in_stmt(), get_reg_attrs(), get_reg_class(), get_reg_known_equiv_p(), get_reg_known_value(), get_regno(), get_regno_pressure_class(), get_regno_pressure_class(), get_related_value(), get_related_vectype_for_scalar_type(), autofdo::get_relative_location_for_stmt(), address_reload_context::get_reload_reg(), get_reload_reg(), get_repl_default_def_ssa_name(), get_replacement_map(), ipa_param_body_adjustments::get_replacement_ssa_base(), get_representative_for(), get_required_cycles(), gcc::pass_manager::get_rest_of_compilation(), vect_optimize_slp_pass::get_result_with_layout(), get_rtx_code(), get_rtx_code_1(), get_rtx_for_ssa_name(), gdbhooks::GET_RTX_FORMAT(), gdbhooks::GET_RTX_LENGTH(), gdbhooks::GET_RTX_NAME(), get_same_sized_vectype(), sarif_builder::get_sarif_column(), get_scalar_evolution(), get_scaled_computation_cost_at(), ana::worklist::key_t::get_scc_id(), ana::worklist::get_scc_id(), ana::strongly_connected_components::get_scc_id(), get_scev_info(), get_scratch_reg(), get_scratch_reg(), get_secondary_mem(), get_section(), get_section_anchor(), get_section_name(), get_segment_min_max(), ana::checker_path::get_setjmp_event(), ana::rewind_info_t::get_setjmp_point(), get_shiftadd_cost(), shortest_paths< GraphTraits, Path_t >::get_shortest_distance(), shortest_paths< GraphTraits, Path_t >::get_shortest_path(), get_simple_loop_desc(), get_single_immediate_use(), get_single_symbol(), get_size_range(), get_size_range(), get_some_local_dynamic_name(), file_cache::get_source_file_content(), file_cache::get_source_line(), sarif_builder::get_source_lines(), get_source_text_between(), get_spaces(), get_spill_slot_decl(), get_src_pwd(), get_ssa_base_param(), get_ssa_def_if_simple_copy(), get_ssa_name_ann(), get_ssa_name_ptr_info_nonnull(), get_ssa_name_range_info(), get_stack_check_protect(), get_stack_local_alignment(), get_start(), ana::byte_range::get_start_bit_offset(), ana::region_model_context_decorator::get_state_map_by_name(), get_static_chain(), get_static_insn_data(), get_stats(), get_stats_node_kind(), get_stored_val(), get_str_vect(), get_stridx(), get_stridx_plus_constant(), parser::get_string(), edit_distance_traits< const string_fragment & >::get_string(), string_concat_db::get_string_concatenation(), get_string_length(), get_strub_attr_from_decl(), get_strub_mode_attr_parm(), get_strub_mode_from_attr(), get_strub_mode_from_type(), get_sub_rtx(), get_subreg_tracking_sizes(), get_substring_ranges_for_loc(), get_subtarget(), mem_alloc_description< T >::get_sum(), ipa_param_adjustments::get_surviving_params(), ana::switch_cfg_superedge::get_switch_stmt(), get_symbol_initial_value(), ana::region_model_context::get_taint_map(), get_target_argument_identifier(), get_target_argument_identifier_1(), get_target_argument_value(), get_target_arguments(), get_target_clone_attr_len(), get_temp_reg(), get_terminal_width(), maybe_range_label_for_tree_type_mismatch::get_text(), get_time(), get_tm_clone_pair(), get_tm_region_blocks(), jobserver_info::get_token(), get_topmost_sequence(), get_tracked_reg_offset(), get_traditional_extraction_insn(), get_trampoline_type(), tm_region::get_transaction_stmt(), range_query::get_tree_range(), mem_location::get_trimmed_filename(), get_true_edge_from_guard_bb(), get_try_hard_regno(), get_type_static_bounds(), get_typenode_from_name(), get_ultimate_context(), get_ultimate_leader(), get_undefined_value_partitions(), get_unnamed_section(), cgraph_node::get_untransformed_body(), get_unwidened(), get_up_bounds_for_array_ref(), get_update_cost_record(), ipa_param_adjustments::get_updated_indices(), get_upper_bound_based_on_builtin_expr_with_prob(), regenerate-opt-urls.Index::get_url_suffixes(), get_use_type(), get_uses(), get_val_across_arith_op(), get_val_for(), ipcp_bits_lattice::get_value_and_mask(), get_value_for_expr(), get_value_from_alignment(), get_value_locus_in_path(), get_var_info(), get_variable_align(), get_variable_section(), get_vcond_eq_icode(), get_vcond_icode(), get_vcond_mask_icode(), get_vec_alignment_for_array_type(), get_vec_alignment_for_record_type(), get_vec_alignment_for_type(), get_vec_cmp_eq_icode(), get_vec_cmp_icode(), get_vectype_for_scalar_type(), get_vectype_for_scalar_type(), compiler_version_info::get_version_string(), symtab_node::get_visibility_string(), vrange_storage::get_vrange(), get_ws_args_for(), get_zero(), getbyterep(), getenv_spec_function(), ggc_alloc(), ggc_alloc_cleared_tree_node_stat(), ggc_alloc_string(), ggc_alloc_tree_node_stat(), ggc_cleared_alloc(), ggc_cleared_alloc_htab_ignore_args(), ggc_cleared_alloc_ptr_array_two_args(), ggc_cleared_vec_alloc(), ggc_collect(), ggc_common_finalize(), ggc_free(), ggc_grow(), ggc_handle_finalizers(), ggc_internal_alloc(), ggc_internal_alloc(), ggc_internal_cleared_alloc(), ggc_internal_cleared_alloc(), ggc_mark_root_tab(), ggc_mark_roots(), ggc_mark_stringpool(), ggc_marked_p(), ggc_min_expand_heuristic(), ggc_min_heapsize_heuristic(), ggc_pch_finish(), ggc_pch_read(), ggc_pch_this_base(), ggc_pch_write_object(), ggc_print_statistics(), ggc_prune_overhead_list(), ggc_purge_stringpool(), ggc_realloc(), ggc_realloc_stat(), ggc_recalculate_in_use_p(), ggc_record_overhead(), ggc_register_root_tab(), ggc_rlimit_bound(), ggc_round_alloc_size(), ggc_round_alloc_size_1(), ggc_set_mark(), ggc_trim(), ggc_vec_alloc(), ggc_zero_rtab_roots(), gimple_account_profile_record(), gimple_add_histogram_value(), gimple_add_init_for_auto_var(), gimple_add_padding_init_for_auto_var(), gimple_add_tmp_var(), gimple_add_tmp_var_fn(), gimple_alloc(), gimple_alloc_histogram_value(), gimple_alloc_kind(), gimple_arg(), gimple_arg_ptr(), gimple_asm_clobber_op(), gimple_asm_clobbers_memory_p(), gimple_asm_inline_p(), gimple_asm_input_op(), gimple_asm_input_p(), gimple_asm_label_op(), gimple_asm_nclobbers(), gimple_asm_ninputs(), gimple_asm_nlabels(), gimple_asm_noutputs(), gimple_asm_output_op(), gimple_asm_set_clobber_op(), gimple_asm_set_inline(), gimple_asm_set_input(), gimple_asm_set_input_op(), gimple_asm_set_label_op(), gimple_asm_set_output_op(), gimple_asm_set_volatile(), gimple_asm_string(), gimple_asm_volatile_p(), gimple_assign_cast_p(), gimple_assign_copy_p(), gimple_assign_lhs(), gimple_assign_lhs(), gimple_assign_lhs_ptr(), gimple_assign_lhs_ptr(), gimple_assign_load_p(), gimple_assign_nontemporal_move_p(), gimple_assign_rhs1(), gimple_assign_rhs1(), gimple_assign_rhs1_ptr(), gimple_assign_rhs1_ptr(), gimple_assign_rhs2(), gimple_assign_rhs2(), gimple_assign_rhs2_ptr(), gimple_assign_rhs2_ptr(), gimple_assign_rhs3(), gimple_assign_rhs3(), gimple_assign_rhs3_ptr(), gimple_assign_rhs_class(), gimple_assign_rhs_code(), gimple_assign_rhs_code(), gimple_assign_set_lhs(), gimple_assign_set_lhs(), gimple_assign_set_nontemporal_move(), gimple_assign_set_rhs1(), gimple_assign_set_rhs1(), gimple_assign_set_rhs2(), gimple_assign_set_rhs2(), gimple_assign_set_rhs3(), gimple_assign_set_rhs3(), gimple_assign_set_rhs_code(), gimple_assign_set_rhs_from_tree(), gimple_assign_set_rhs_with_ops(), gimple_assign_single_p(), gimple_assign_ssa_name_copy_p(), gimple_assign_unary_nop_p(), gimple_associate_condition_with_expr(), gimple_assume_body(), gimple_assume_body_ptr(), gimple_assume_guard(), gimple_assume_guard_ptr(), gimple_assume_set_guard(), gimple_bind_add_seq(), gimple_bind_add_stmt(), gimple_bind_append_vars(), gimple_bind_block(), gimple_bind_body(), gimple_bind_body_ptr(), gimple_bind_set_block(), gimple_bind_set_body(), gimple_bind_set_vars(), gimple_bind_vars(), gimple_bitwise_equal_p(), gimple_bitwise_inverted_equal_p(), gimple_block_ends_with_condjump_p(), gimple_block_label(), gimple_boolify(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build(), gimple_build_asm_1(), gimple_build_asm_vec(), gimple_build_assign(), gimple_build_assign(), gimple_build_assign_1(), gimple_build_assume(), gimple_build_bind(), gimple_build_call(), gimple_build_call_1(), gimple_build_call_from_tree(), gimple_build_call_internal(), gimple_build_call_internal_1(), gimple_build_call_valist(), gimple_build_catch(), gimple_build_cond(), gimple_build_cond_empty(), gimple_build_cond_from_tree(), gimple_build_debug_begin_stmt(), gimple_build_debug_bind(), gimple_build_debug_inline_entry(), gimple_build_debug_source_bind(), gimple_build_eh_dispatch(), gimple_build_eh_else(), gimple_build_eh_filter(), gimple_build_eh_must_not_throw(), gimple_build_goto(), gimple_build_insert_seq(), gimple_build_label(), gimple_build_nop(), gimple_build_omp_atomic_load(), gimple_build_omp_atomic_store(), gimple_build_omp_continue(), gimple_build_omp_critical(), gimple_build_omp_for(), gimple_build_omp_masked(), gimple_build_omp_master(), gimple_build_omp_ordered(), gimple_build_omp_parallel(), gimple_build_omp_return(), gimple_build_omp_scan(), gimple_build_omp_scope(), gimple_build_omp_section(), gimple_build_omp_sections(), gimple_build_omp_sections_switch(), gimple_build_omp_single(), gimple_build_omp_structured_block(), gimple_build_omp_target(), gimple_build_omp_task(), gimple_build_omp_taskgroup(), gimple_build_omp_teams(), gimple_build_predict(), gimple_build_resx(), gimple_build_return(), gimple_build_round_up(), gimple_build_round_up(), gimple_build_round_up(), gimple_build_switch(), gimple_build_switch_nlabels(), gimple_build_transaction(), gimple_build_try(), gimple_build_vector(), gimple_build_vector(), gimple_build_vector(), gimple_build_vector_from_val(), gimple_build_wce(), gimple_builtin_call_types_compatible_p(), gimple_call_addr_fndecl(), gimple_call_alloc_p(), gimple_call_alloc_size(), gimple_call_alloca_for_var_p(), gimple_call_arg(), gimple_call_arg(), gimple_call_arg_flags(), gimple_call_arg_ptr(), gimple_call_arg_ptr(), gimple_call_builtin_p(), gimple_call_chain(), gimple_call_chain(), gimple_call_combined_fn(), gimple_call_copy_flags(), gimple_call_copy_skip_args(), gimple_call_ctrl_altering_p(), gimple_call_ctrl_altering_p(), gimple_call_fn(), gimple_call_fn(), gimple_call_fn_ptr(), gimple_call_fn_ptr(), gimple_call_fndecl(), gimple_call_fndecl(), gimple_call_fntype(), gimple_call_fntype(), gimple_call_initialize_ctrl_altering(), gimple_call_integer_valued_real_p(), gimple_call_internal_fn(), gimple_call_internal_fn(), gimple_call_internal_p(), gimple_call_internal_p(), gimple_call_internal_p(), gimple_call_internal_unique_p(), gimple_call_internal_unique_p(), gimple_call_lhs(), gimple_call_lhs(), gimple_call_lhs_ptr(), gimple_call_lhs_ptr(), gimple_call_nocf_check_p(), gimple_call_nonnegative_warnv_p(), gimple_call_nonnull_arg(), gimple_call_nonnull_result_p(), gimple_call_noreturn_p(), gimple_call_num_args(), gimple_call_num_args(), gimple_call_reset_alias_info(), gimple_call_retslot_flags(), gimple_call_return_array(), gimple_call_return_flags(), gimple_call_return_type(), gimple_call_same_target_p(), gimple_call_set_alloca_for_var(), gimple_call_set_arg(), gimple_call_set_arg(), gimple_call_set_by_descriptor(), gimple_call_set_ctrl_altering(), gimple_call_set_ctrl_altering(), gimple_call_set_expected_throw(), gimple_call_set_fn(), gimple_call_set_fndecl(), gimple_call_set_fndecl(), gimple_call_set_from_new_or_delete(), gimple_call_set_from_thunk(), gimple_call_set_lhs(), gimple_call_set_lhs(), gimple_call_set_must_tail(), gimple_call_set_nocf_check(), gimple_call_set_nothrow(), gimple_call_set_return_slot_opt(), gimple_call_set_tail(), gimple_call_set_va_arg_pack(), gimple_call_static_chain_flags(), gimple_can_coalesce_p(), gimple_can_duplicate_bb_p(), gimple_can_merge_blocks_p(), gimple_can_remove_branch_p(), gimple_canonical_types_compatible_p(), gimple_catch_handler(), gimple_catch_handler_ptr(), gimple_catch_set_handler(), gimple_catch_set_types(), gimple_catch_types(), gimple_catch_types_ptr(), GIMPLE_CHECK2(), GIMPLE_CHECK2(), gimple_compare_field_offset(), gimple_cond_code(), gimple_cond_code(), gimple_cond_false_label(), gimple_cond_false_p(), gimple_cond_get_ops_from_tree(), gimple_cond_lhs(), gimple_cond_lhs(), gimple_cond_lhs_ptr(), gimple_cond_make_false(), gimple_cond_make_true(), gimple_cond_rhs(), gimple_cond_rhs(), gimple_cond_rhs_ptr(), gimple_cond_set_code(), gimple_cond_set_false_label(), gimple_cond_set_lhs(), gimple_cond_set_rhs(), gimple_cond_set_true_label(), gimple_cond_true_label(), gimple_cond_true_p(), gimple_convert(), gimple_convert_to_ptrofftype(), gimple_copy(), gimple_could_trap_p_1(), gimple_debug_bb(), gimple_debug_bind_get_value(), gimple_debug_bind_get_value_ptr(), gimple_debug_bind_get_var(), gimple_debug_bind_has_value_p(), gimple_debug_bind_reset_value(), gimple_debug_bind_set_value(), gimple_debug_bind_set_var(), gimple_debug_cfg(), gimple_debug_source_bind_get_value(), gimple_debug_source_bind_get_value_ptr(), gimple_debug_source_bind_get_var(), gimple_debug_source_bind_set_value(), gimple_debug_source_bind_set_var(), gimple_decl_printable_name(), gimple_divmod_fixed_value(), gimple_divmod_fixed_value_transform(), gimple_divmod_values_to_profile(), gimple_dump_bb_buff(), gimple_dump_cfg(), gimple_duplicate_bb(), gimple_duplicate_loop_body_to_header_edge(), gimple_duplicate_seme_region(), gimple_duplicate_sese_tail(), gimple_duplicate_stmt_histograms(), gimple_eh_dispatch_region(), gimple_eh_dispatch_set_region(), gimple_eh_else_e_body(), gimple_eh_else_e_body_ptr(), gimple_eh_else_n_body(), gimple_eh_else_n_body_ptr(), gimple_eh_else_set_e_body(), gimple_eh_else_set_n_body(), gimple_eh_filter_failure(), gimple_eh_filter_failure_ptr(), gimple_eh_filter_set_failure(), gimple_eh_filter_set_types(), gimple_eh_filter_types(), gimple_eh_filter_types_ptr(), gimple_eh_must_not_throw_fndecl(), gimple_eh_must_not_throw_set_fndecl(), gimple_empty_block_p(), gimple_equal_p(), gimple_expand_builtin_cabs(), gimple_expand_builtin_pow(), gimple_expand_builtin_powi(), gimple_expand_calls_inline(), gimple_expand_vec_cond_expr(), gimple_expand_vec_set_extract_expr(), gimple_expr_code(), gimple_extract(), gimple_extract_op(), gimple_find_edge_insert_loc(), gimple_find_sub_bbs(), gimple_find_values_to_profile(), gimple_flow_call_edges_add(), gimple_fold_builtin(), gimple_fold_builtin_acc_on_device(), gimple_fold_builtin_bcmp(), gimple_fold_builtin_bcopy(), gimple_fold_builtin_bzero(), gimple_fold_builtin_clear_padding(), gimple_fold_builtin_fprintf(), gimple_fold_builtin_fputs(), gimple_fold_builtin_memchr(), gimple_fold_builtin_memory_chk(), gimple_fold_builtin_memory_op(), gimple_fold_builtin_memset(), gimple_fold_builtin_printf(), gimple_fold_builtin_realloc(), gimple_fold_builtin_snprintf(), gimple_fold_builtin_snprintf_chk(), gimple_fold_builtin_sprintf(), gimple_fold_builtin_sprintf_chk(), gimple_fold_builtin_stpcpy(), gimple_fold_builtin_strcat(), gimple_fold_builtin_strcat_chk(), gimple_fold_builtin_strchr(), gimple_fold_builtin_strcpy(), gimple_fold_builtin_string_compare(), gimple_fold_builtin_strlen(), gimple_fold_builtin_strncat(), gimple_fold_builtin_strncat_chk(), gimple_fold_builtin_strncpy(), gimple_fold_builtin_strstr(), gimple_fold_builtin_stxcpy_chk(), gimple_fold_builtin_stxncpy_chk(), gimple_fold_call(), gimple_fold_indirect_ref(), gimple_fold_partial_load(), gimple_fold_partial_load_store_mem_ref(), gimple_fold_partial_store(), gimple_fold_stmt_to_constant(), gimple_fold_stmt_to_constant_1(), gimple_gen_average_profiler(), gimple_gen_edge_profiler(), gimple_gen_ic_func_profiler(), gimple_gen_ic_profiler(), gimple_gen_interval_profiler(), gimple_gen_ior_profiler(), gimple_gen_pow2_profiler(), gimple_gen_time_profiler(), gimple_gen_topn_values_profiler(), gimple_get_alias_set(), gimple_get_lhs(), gimple_get_virt_method_for_binfo(), gimple_get_virt_method_for_vtable(), gimple_goto_dest(), gimple_goto_set_dest(), gimple_has_lhs(), gimple_has_mem_ops(), gimple_has_ops(), gimple_has_side_effects(), gimple_has_substatements(), gimple_histogram_value(), gimple_histogram_value_of_type(), gimple_ic(), gimple_indirect_call_to_profile(), gimple_infer_range::gimple_infer_range(), gimple_init_gcov_profiler(), gimple_ior_addresses_taken(), gimple_ior_addresses_taken_1(), gimple_label_label(), gimple_label_set_label(), gimple_load_first_char(), gimple_lower_bitint(), gimple_lv_add_condition_to_bb(), gimple_lv_adjust_loop_header_phi(), gimple_make_forwarder_block(), gimple_match_op::gimple_match_op(), gimple_match_op::gimple_match_op(), gimple_match_op::gimple_match_op(), gimple_match_op::gimple_match_op(), gimple_merge_blocks(), gimple_mod_pow2(), gimple_mod_pow2_value_transform(), gimple_mod_subtract(), gimple_mod_subtract_transform(), gimple_move_block_after(), gimple_move_stmt_histograms(), gimple_move_vops(), gimple_nonartificial_location(), gimple_nop_conversion_p(), gimple_nop_p(), gimple_num_args(), gimple_num_ops(), gimple_omp_atomic_load_lhs(), gimple_omp_atomic_load_lhs_ptr(), gimple_omp_atomic_load_rhs(), gimple_omp_atomic_load_rhs_ptr(), gimple_omp_atomic_load_set_lhs(), gimple_omp_atomic_load_set_rhs(), gimple_omp_atomic_memory_order(), gimple_omp_atomic_need_value_p(), gimple_omp_atomic_set_memory_order(), gimple_omp_atomic_set_need_value(), gimple_omp_atomic_set_weak(), gimple_omp_atomic_store_set_val(), gimple_omp_atomic_store_val(), gimple_omp_atomic_store_val_ptr(), gimple_omp_atomic_weak_p(), gimple_omp_body(), gimple_omp_body_ptr(), gimple_omp_critical_clauses(), gimple_omp_critical_clauses_ptr(), gimple_omp_critical_name(), gimple_omp_critical_name_ptr(), gimple_omp_critical_set_clauses(), gimple_omp_critical_set_name(), gimple_omp_for_clauses(), gimple_omp_for_clauses_ptr(), gimple_omp_for_collapse(), gimple_omp_for_combined_into_p(), gimple_omp_for_combined_p(), gimple_omp_for_cond(), gimple_omp_for_final(), gimple_omp_for_final_ptr(), gimple_omp_for_incr(), gimple_omp_for_incr_ptr(), gimple_omp_for_index(), gimple_omp_for_index_ptr(), gimple_omp_for_initial(), gimple_omp_for_initial_ptr(), gimple_omp_for_kind(), gimple_omp_for_pre_body(), gimple_omp_for_pre_body_ptr(), gimple_omp_for_set_clauses(), gimple_omp_for_set_combined_into_p(), gimple_omp_for_set_combined_p(), gimple_omp_for_set_cond(), gimple_omp_for_set_final(), gimple_omp_for_set_incr(), gimple_omp_for_set_index(), gimple_omp_for_set_initial(), gimple_omp_for_set_kind(), gimple_omp_for_set_pre_body(), gimple_omp_masked_clauses(), gimple_omp_masked_clauses_ptr(), gimple_omp_masked_set_clauses(), gimple_omp_ordered_standalone(), gimple_omp_ordered_standalone_p(), gimple_omp_parallel_child_fn(), gimple_omp_parallel_child_fn_ptr(), gimple_omp_parallel_clauses(), gimple_omp_parallel_clauses_ptr(), gimple_omp_parallel_combined_p(), gimple_omp_parallel_data_arg(), gimple_omp_parallel_data_arg_ptr(), gimple_omp_parallel_set_child_fn(), gimple_omp_parallel_set_clauses(), gimple_omp_parallel_set_combined_p(), gimple_omp_parallel_set_data_arg(), gimple_omp_return_lhs(), gimple_omp_return_lhs_ptr(), gimple_omp_return_nowait_p(), gimple_omp_return_set_lhs(), gimple_omp_return_set_nowait(), gimple_omp_scan_clauses(), gimple_omp_scan_clauses_ptr(), gimple_omp_scan_set_clauses(), gimple_omp_scope_clauses(), gimple_omp_scope_clauses_ptr(), gimple_omp_scope_set_clauses(), gimple_omp_section_last_p(), gimple_omp_section_set_last(), gimple_omp_sections_clauses(), gimple_omp_sections_clauses_ptr(), gimple_omp_sections_control(), gimple_omp_sections_control_ptr(), gimple_omp_sections_set_clauses(), gimple_omp_sections_set_control(), gimple_omp_set_body(), gimple_omp_single_clauses(), gimple_omp_single_clauses_ptr(), gimple_omp_single_set_clauses(), gimple_omp_subcode(), gimple_omp_target_child_fn(), gimple_omp_target_child_fn_ptr(), gimple_omp_target_clauses(), gimple_omp_target_clauses_ptr(), gimple_omp_target_data_arg(), gimple_omp_target_data_arg_ptr(), gimple_omp_target_kind(), gimple_omp_target_set_child_fn(), gimple_omp_target_set_clauses(), gimple_omp_target_set_data_arg(), gimple_omp_target_set_kind(), gimple_omp_task_arg_align(), gimple_omp_task_arg_align_ptr(), gimple_omp_task_arg_size(), gimple_omp_task_arg_size_ptr(), gimple_omp_task_child_fn(), gimple_omp_task_child_fn_ptr(), gimple_omp_task_clauses(), gimple_omp_task_clauses_ptr(), gimple_omp_task_copy_fn(), gimple_omp_task_copy_fn_ptr(), gimple_omp_task_data_arg(), gimple_omp_task_data_arg_ptr(), gimple_omp_task_set_arg_align(), gimple_omp_task_set_arg_size(), gimple_omp_task_set_child_fn(), gimple_omp_task_set_clauses(), gimple_omp_task_set_copy_fn(), gimple_omp_task_set_data_arg(), gimple_omp_task_set_taskloop_p(), gimple_omp_task_set_taskwait_p(), gimple_omp_task_taskloop_p(), gimple_omp_task_taskwait_p(), gimple_omp_taskgroup_clauses(), gimple_omp_taskgroup_clauses_ptr(), gimple_omp_taskgroup_set_clauses(), gimple_omp_taskreg_child_fn(), gimple_omp_taskreg_child_fn_ptr(), gimple_omp_taskreg_clauses(), gimple_omp_taskreg_clauses_ptr(), gimple_omp_taskreg_data_arg(), gimple_omp_taskreg_data_arg_ptr(), gimple_omp_taskreg_set_child_fn(), gimple_omp_taskreg_set_clauses(), gimple_omp_taskreg_set_data_arg(), gimple_omp_teams_child_fn(), gimple_omp_teams_child_fn_ptr(), gimple_omp_teams_clauses(), gimple_omp_teams_clauses_ptr(), gimple_omp_teams_data_arg(), gimple_omp_teams_data_arg_ptr(), gimple_omp_teams_host(), gimple_omp_teams_set_child_fn(), gimple_omp_teams_set_clauses(), gimple_omp_teams_set_data_arg(), gimple_omp_teams_set_host(), gimple_op(), gimple_op_ptr(), gimple_ops(), gimple_or_expr_nonartificial_location(), gimple_outgoing_range::gimple_outgoing_range(), gimple_outgoing_range_stmt_p(), gimple_parm_array_size(), gimple_phi_arg(), gimple_phi_arg(), gimple_phi_arg(), gimple_phi_arg(), gimple_phi_arg_def(), gimple_phi_arg_def(), gimple_phi_arg_def_from_edge(), gimple_phi_arg_def_from_edge(), gimple_phi_arg_imm_use_ptr(), gimple_phi_arg_imm_use_ptr_from_edge(), gimple_phi_capacity(), gimple_phi_num_args(), gimple_phi_result(), gimple_phi_result(), gimple_phi_result_ptr(), gimple_phi_result_ptr(), gimple_phi_set_arg(), gimple_predict_edge(), gimple_predict_outcome(), gimple_predict_predictor(), gimple_predict_set_outcome(), gimple_predict_set_predictor(), gimple_predicted_by_p(), gimple_purge_dead_abnormal_call_edges(), gimple_purge_dead_eh_edges(), gimple_push_bind_expr(), gimple_push_cleanup(), gimple_range_adjustment(), gimple_range_base_of_assignment(), gimple_range_global(), gimple_range_ssa_names(), gimple_range_type(), gimple_ranger::gimple_ranger(), gimple_redirect_edge_and_branch(), gimple_regimplify_operands(), gimple_remove_histogram_value(), gimple_replace_ssa_lhs(), gimple_resimplify1(), gimple_resimplify2(), gimple_resimplify3(), gimple_resimplify4(), gimple_resimplify5(), gimple_resimplify6(), gimple_resimplify7(), gimple_resx_region(), gimple_resx_set_region(), gimple_return_retval(), gimple_return_retval_ptr(), gimple_return_set_retval(), gimple_seq_add_seq(), gimple_seq_add_seq_without_update(), gimple_seq_add_stmt(), gimple_seq_add_stmt_without_update(), gimple_seq_copy(), gimple_seq_first_stmt_as_a_bind(), gimple_seq_set_first(), gimple_seq_unreachable_p(), gimple_set_bb(), gimple_set_has_volatile_ops(), gimple_set_lhs(), gimple_set_modified(), gimple_set_no_warning(), gimple_set_num_ops(), gimple_set_op(), gimple_set_plf(), gimple_set_use_ops(), gimple_set_vdef(), gimple_set_visited(), gimple_set_vuse(), gimple_signed_or_unsigned_type(), gimple_simplified_result_is_gimple_val(), gimple_simplify(), gimple_simplify(), gimple_simplify(), gimple_simplify(), gimple_simplify(), gimple_simplify(), gimple_simplify(), gimple_simplify_phiopt(), gimple_split_block(), gimple_split_block_before_cond_jump(), gimple_split_edge(), gimple_statement_structure(), gimple_stmt_integer_valued_real_p(), gimple_stmt_may_fallthru(), gimple_stmt_nonnegative_warnv_p(), gimple_store_p(), gimple_stringop_fixed_value(), gimple_stringops_transform(), gimple_stringops_values_to_profile(), gimple_switch_default_bb(), gimple_switch_default_edge(), gimple_switch_default_label(), gimple_switch_edge(), gimple_switch_index(), gimple_switch_index_ptr(), gimple_switch_label(), gimple_switch_label_bb(), gimple_switch_num_labels(), gimple_switch_set_default_label(), gimple_switch_set_index(), gimple_switch_set_label(), gimple_switch_set_num_labels(), gimple_try_catch_is_cleanup(), gimple_try_catch_may_fallthru(), gimple_try_cleanup(), gimple_try_cleanup_ptr(), gimple_try_eval(), gimple_try_eval_ptr(), gimple_try_kind(), gimple_try_redirect_by_replacing_jump(), gimple_try_set_catch_is_cleanup(), gimple_try_set_cleanup(), gimple_try_set_eval(), gimple_try_set_kind(), gimple_use_ops(), gimple_value_profile_transformations(), gimple_vdef(), gimple_vdef_op(), gimple_vdef_ptr(), gimple_verify_flow_info(), gimple_vuse(), gimple_vuse_op(), gimple_vuse_ptr(), gimple_wce_cleanup(), gimple_wce_cleanup_eh_only(), gimple_wce_cleanup_ptr(), gimple_wce_set_cleanup(), gimple_wce_set_cleanup_eh_only(), gimplify_addr(), gimplify_addr_expr(), gimplify_adjust_omp_clauses(), gimplify_adjust_omp_clauses_1(), gimplify_and_add(), gimplify_and_return_first(), gimplify_and_update_call_from_tree(), gimplify_arg(), gimplify_asm_expr(), gimplify_assign(), gimplify_bind_expr(), gimplify_body(), gimplify_build1(), gimplify_build2(), gimplify_build3(), gimplify_call_expr(), gimplify_case_label_expr(), gimplify_cleanup_point_expr(), gimplify_compound_expr(), gimplify_compound_literal_expr(), gimplify_compound_lval(), gimplify_cond_expr(), gimplify_conversion(), gimplify_decl_expr(), gimplify_exit_expr(), gimplify_expr(), gimplify_expr(), gimplify_function_tree(), gimplify_init_constructor(), gimplify_init_ctor_eval(), gimplify_init_ctor_eval_range(), gimplify_init_ctor_preeval(), gimplify_init_ctor_preeval_1(), gimplify_label_expr(), gimplify_loop_expr(), gimplify_mem_ref_parts(), gimplify_modify_expr(), gimplify_modify_expr_complex_part(), gimplify_modify_expr_rhs(), gimplify_modify_expr_to_memcpy(), gimplify_modify_expr_to_memset(), gimplify_oacc_cache(), gimplify_oacc_declare(), gimplify_oacc_declare_1(), gimplify_omp_affinity(), gimplify_omp_atomic(), gimplify_omp_depend(), gimplify_omp_for(), gimplify_omp_loop(), gimplify_omp_ordered(), gimplify_omp_parallel(), gimplify_omp_target_update(), gimplify_omp_task(), gimplify_omp_taskloop_expr(), gimplify_omp_workshare(), gimplify_one_sizepos(), gimplify_parameters(), gimplify_pure_cond_expr(), gimplify_return_expr(), gimplify_save_expr(), gimplify_scalar_mode_aggregate_compare(), gimplify_scan_omp_clauses(), gimplify_self_mod_expr(), gimplify_seq_add_seq(), gimplify_seq_add_stmt(), gimplify_size_expressions(), gimplify_stmt(), gimplify_switch_expr(), gimplify_target_expr(), gimplify_transaction(), gimplify_type_sizes(), gimplify_va_arg_expr(), gimplify_variable_sized_compare(), gimplify_vla_decl(), give_switch(), glb_enum_p(), glibc_linux_libm_function_max_error(), profile_count::global0(), profile_count::global0adjusted(), modref_tree< T >::global_access_p(), global_decl_processing(), driver::global_initializations(), globalize_decl(), globalize_reg(), gmalloc(), go_append_artificial_name(), go_append_decl_name(), go_append_padding(), go_append_string(), go_define(), go_early_global_decl(), go_finish(), go_force_record_alignment(), go_format_type(), go_get_uinttype_for_precision(), go_output_fndecl(), go_output_type(), go_output_typedef(), go_output_var(), go_print_macro(), go_through_subreg(), go_type_decl(), go_undef(), goa_lhs_expr_p(), goa_stabilize_expr(), good_cloning_opportunity_p(), gori_calc_operands(), gori_compute::gori_compute(), gori_name_helper(), gori_name_on_edge(), gori_on_edge(), gori_stmt_info::gori_stmt_info(), file_cache_slot::goto_next_line(), graphds_dfs(), graphds_domtree(), graphds_scc(), graphite_find_data_references_in_stmt(), greater_than_spec_func(), phi_analyzer::group(), group_case_labels(), group_case_labels_stmt(), tree_switch_conversion::group_cluster::group_cluster(), group_compare_offset(), function_info::group_line_p(), sbr_vector::grow(), auto_obstack::grow(), vec_rtx_properties_base::grow(), grow_label_align(), grow_reg_equivs(), grow_tree_vec(), final_warning_record::grow_type_warnings(), growth_positive_p(), gsi_advance_bw_nondebug_nonlocal(), gsi_after_labels(), gsi_after_labels(), gsi_commit_one_edge_insert(), gsi_for_stmt(), gsi_insert_finally_seq_after_call(), gsi_insert_on_edge_immediate(), gsi_insert_seq_nodes_before(), gsi_insert_seq_on_edge_immediate(), gsi_remove(), gsi_replace(), gsi_replace_with_seq(), gsi_replace_with_seq_vops(), gsi_set_stmt(), gsi_split_seq_after(), gsi_split_seq_before(), gsi_start_phis(), gt_cleare_cache(), gt_cleare_cache(), gt_ggc_m_S(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_ggc_mx(), gt_pch_n_S2(), gt_pch_note_callback(), gt_pch_note_object(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_nx(), gt_pch_restore(), gt_pch_save(), gt_pch_save_stringpool(), profile_probability::guessed(), profile_count::guessed(), profile_probability::guessed_always(), profile_count::guessed_local(), profile_probability::guessed_never(), gvn_uses_equal(), handle_abnormal_edges(), handle_alias_pairs(), strlen_pass::handle_alloc_call(), function_reader::handle_any_trailing_information(), handle_array_ref(), strlen_pass::handle_assign(), handle_braces(), handle_builtin_alloca(), strlen_pass::handle_builtin_memcmp(), strlen_pass::handle_builtin_memcpy(), strlen_pass::handle_builtin_memset(), handle_builtin_stack_restore(), strlen_pass::handle_builtin_strcat(), strlen_pass::handle_builtin_strchr(), strlen_pass::handle_builtin_strcpy(), strlen_pass::handle_builtin_string_cmp(), strlen_pass::handle_builtin_strlen(), strlen_pass::handle_builtin_stxncpy_strncat(), handle_call_arg(), handle_common_deferred_options(), handle_component_ref(), md_reader::handle_constants(), handle_cycle(), handle_decl(), handle_deferred_dump_options(), remove_unreachable::handle_early(), md_reader::handle_enum(), md_reader::handle_file(), handle_foffload_option(), handle_generated_option(), handle_ignored_attributes_option(), md_reader::handle_include(), strlen_pass::handle_integral_assign(), handle_lhs_call(), handle_mem_ref(), handle_min_max_size(), handle_missing_profiles(), handle_option(), handle_overloaded_code_for(), handle_overloaded_code_for(), handle_overloaded_gen(), handle_overloaded_gen(), quoting_info::handle_phase_3(), strlen_pass::handle_pointer_plus(), handle_printf_call(), handle_return_addr_local_phi_arg(), handle_rhs_call(), handle_simd_reference(), handle_simple_exit(), handle_spec_function(), handle_ssa_name(), strlen_pass::handle_store(), md_reader::handle_toplevel_file(), gen_reader::handle_unknown_directive(), function_reader::handle_unknown_directive(), driver::handle_unrecognized_options(), handle_unscalarized_data_in_subtree(), handle_warn_if_not_align(), handled_component_p(), hard_function_value(), hard_reg_set_here_p(), hard_reg_set_iter_init(), hard_reg_set_iter_set(), hard_reg_set_size(), hardcfr_scan_block(), hardcfr_sibcall_search_block(), hardcfr_sibcall_search_preds(), has_abnormal_or_eh_outgoing_edge_p(), has_attribute(), line_info::has_block(), has_dominating_ubsan_ptr_check(), has_hard_reg_initial_val(), autofdo::has_indirect_call(), has_mem_ref_been_instrumented(), has_mem_ref_been_instrumented(), has_nonexceptional_receiver(), has_nonexceptional_receiver(), has_opt(), has_pointer_operand_p(), has_stmt_been_instrumented_p(), has_subst_attribute(), has_undead_caller_from_outside_scc_p(), thunk_info::hash(), ana::frame_region::key_t::hash(), ana::symbolic_region::key_t::hash(), ana::field_region::key_t::hash(), ana::element_region::key_t::hash(), ana::offset_region::key_t::hash(), ana::sized_region::key_t::hash(), ana::cast_region::key_t::hash(), ana::bit_range_region::key_t::hash(), ana::var_arg_region::key_t::hash(), ana::concrete_binding::hash(), ana::symbolic_binding::hash(), ana::region_svalue::key_t::hash(), ana::constant_svalue::key_t::hash(), ana::poisoned_svalue::key_t::hash(), ana::setjmp_svalue::key_t::hash(), ana::unaryop_svalue::key_t::hash(), ana::binop_svalue::key_t::hash(), ana::sub_svalue::key_t::hash(), ana::repeated_svalue::key_t::hash(), ana::bits_within_svalue::key_t::hash(), ana::widening_svalue::key_t::hash(), ana::compound_svalue::key_t::hash(), ana::conjured_svalue::key_t::hash(), ana::asm_output_svalue::key_t::hash(), ana::const_fn_result_svalue::key_t::hash(), addr_hasher::hash(), dw_loc_list_hasher::hash(), cgraph_edge_hasher::hash(), function_version_hasher::hash(), peel_info_hasher::hash(), allocno_hard_regs_hasher::hash(), attribute_hasher::hash(), string_hash::hash(), event_hasher::hash(), coalesce_pair_hasher::hash(), cost_classes_hasher::hash(), ddr_hasher::hash(), dead_debug_hash_descr::hash(), decl_table_entry_hasher::hash(), predictor_hash::hash(), equiv_class_hasher::hash(), external_ref_hasher::hash(), finally_tree_hasher::hash(), function_start_pair_hash::hash(), invariant_group_base_hasher::hash(), inline_entry_data_hasher::hash(), ipa_vr_ggc_hash_traits::hash(), iv_common_cand_hasher::hash(), iv_split_hasher::hash(), simple_hashmap_traits< H, Value >::hash(), ana::call_string::hashmap_traits_t::hash(), ana::bounded_ranges_manager::hash_traits_t::hash(), ana::eg_hash_map_traits::hash(), ana::eg_point_hash_map_traits::hash(), location_triplet_hash::hash(), pre_ldst_expr_hasher::hash(), name_to_copy_hasher::hash(), polymorphic_call_target_hasher::hash(), refs_hasher::hash(), sanopt_tree_couple_hash::hash(), sanopt_tree_triplet_hash::hash(), simplifiable_subregs_hasher::hash(), st_expr_hasher::hash(), stats_counter_hasher::hash(), string_pair_map_hasher::hash(), string_slot_hasher::hash(), tm_memop_hasher::hash(), tm_mem_map_hasher::hash(), ehspec_hasher::hash(), test_pattern_hasher::hash(), pointer_hash< Type >::hash(), innermost_loop_behavior_hash::hash(), vect_scalar_ops_slice_hash::hash(), var_expand_hasher::hash(), vn_constant_hasher::hash(), vn_nary_op_hasher::hash(), vn_phi_hasher::hash(), vn_reference_hasher::hash(), registration_hasher::hash(), vtbl_map_hasher::hash(), ctfc_dtd_hasher::hash(), ctfc_dvd_hasher::hash(), decl_die_hasher::hash(), removed_edges::hash(), cgraph_edge_hasher::hash(), inchash::hash::hash(), indirect_string_hasher::hash(), oecount_hasher::hash(), libfunc_hasher::hash(), loop_exit_hasher::hash(), decl_state_hasher::hash(), omp_declare_variant_hasher::hash(), reg_attr_hasher::hash(), const_int_hasher::hash(), const_poly_int_hasher::hash(), const_double_hasher::hash(), const_fixed_hasher::hash(), insn_cache_hasher::hash(), HASH(), insn_hasher::hash(), section_hasher::hash(), section_name_hasher::hash(), ipa_icf::sem_usage_pair_hash::hash(), tm_restart_hasher::hash(), int_cst_hasher::hash(), cl_option_hasher::hash(), mem_alloc_description< T >::mem_location_hash::hash(), ipa_icf::symbol_compare_hash::hash(), default_hash_traits< scalar_cond_masked_key >::hash(), vec_hash_base< Type >::hash(), bst_traits::hash(), decl_loc_hasher::hash(), ao_compare::hash_ao_ref(), hash_c_test(), hash_expr(), hash_expr(), hash_idx_scev_info(), hash_invariant_expr_1(), hash_locs(), hash_map_maybe_create(), hash_map_safe_get(), hash_map_safe_get_or_insert(), hash_map_safe_put(), hash_memrefs_baserefs_and_store_DRs_read_written_info(), hash_mod(), hash_mode(), hash_name(), hash_odr_name(), operand_compare::hash_operand(), ipa_icf::sem_item::hash_referenced_symbol_properties(), hash_rtx(), hash_rtx_string(), hash_scan_insn(), hash_scan_insn(), hash_scan_set(), hash_scan_set(), hash_scan_set(), DFS::hash_scc(), hash_section(), ipa_icf::sem_function::hash_stmt(), hash_struct_pred_data(), hash_table< Descriptor, Lazy, Allocator >::hash_table(), hash_table< Descriptor, Lazy, Allocator >::hash_table(), hash_table_higher_prime_index(), hash_table_mod1(), hash_table_mod2(), hash_tree(), hash_types_used_by_vars_entry(), hashable_expr_equal_p(), hashtab_chk_error(), have_add2_insn(), have_addptr3_insn(), have_bool_attr(), have_eh_succ_edges(), have_insn_for(), have_optimized_refs(), have_sub2_insn(), have_whole_vector_shift(), hide_evolution_in_other_loops_than_loop(), hide_operands(), highest_pow2_factor(), highest_pow2_factor_for_target(), hint_time_bonus(), histogram_hash(), hoist_adjacent_loads(), hoist_code(), hoist_defs_of_uses(), tree_switch_conversion::bit_test_cluster::hoist_edge_and_branch_if_true(), hoist_guard(), hoist_memory_references(), HONOR_INFINITIES(), HONOR_NANS(), honor_protect_cleanup_actions(), HONOR_SIGN_DEPENDENT_ROUNDING(), HONOR_SIGNED_ZEROS(), HONOR_SNANS(), hot_function_section(), htab_hash_plugin(), htab_statistics(), htab_statistics(), htab_str_eq(), hwasan_check_func(), hwasan_emit_prologue(), hwasan_emit_untag_frame(), hwasan_finish_file(), hwasan_frame_base(), hwasan_get_frame_extent(), hwasan_increment_frame_tag(), hwasan_instrument_reads(), hwasan_instrument_writes(), hwasan_memintrin(), hwasan_record_frame_init(), hwasan_record_stack_var(), hwasan_sanitize_allocas_p(), hwasan_sanitize_stack_p(), hwasan_truncate_to_tag_size(), HWI_COMPUTABLE_MODE_P(), id_base::id_base(), id_equal(), ideal_phi_node_len(), identifier_to_locale(), identify_dead_nodes(), identify_predicable_attribute(), identify_vertices(), idx_analyze_ref(), idx_find_step(), idx_infer_loop_bounds(), idx_record_use(), idx_within_array_bound(), opt_result::if(), opt_pointer_wrapper< PtrType_t >::if(), if_convert(), if_convertible_bb_p(), if_convertible_gimple_assign_stmt_p(), if_convertible_loop_p(), if_convertible_loop_p_1(), if_convertible_phi_p(), if_convertible_stmt_p(), if_exists_else_spec_function(), if_exists_spec_function(), if_exists_then_else_spec_function(), if_test_bypass_p(), if_then_else_cond(), ifcombine_ifandif(), ifcvt_available_on_edge_p(), ifcvt_can_hoist(), ifcvt_can_predicate(), ifcvt_can_use_mask_load_store(), ifcvt_hoist_invariants(), ifcvt_local_dce(), ifcvt_memrefs_wont_trap(), ifcvt_split_critical_edges(), ignore_edge_for_nothrow(), ignore_edge_for_pure_const(), ignore_edge_p(), ignore_edge_p(), imm_dom_path_with_freeing_call(), immed_double_const(), immed_wide_int_const(), immed_wide_int_const_1(), immediate_const_ctor_p(), immediate_operand(), immune_p(), implicit_ptr_descriptor(), implicit_set_cond_p(), implies_p(), improve_allocation(), improve_inheritance(), in_array_bounds_p(), in_class_p(), in_initial_view_p(), in_insn_list_p(), in_mem_p(), symtab_node::in_same_comdat_group_p(), in_system_header_at(), inbounds_memaccess_p(), inc_for_reload(), inc_register_pressure(), include_pubname_in_output(), include_source_file_for_profile(), scalar_mode::includes_p(), diagnostic_context::includes_seen_p(), incorporate_penalties(), incr_ticks_for_insn(), incr_vec_index(), increase_alignment(), increase_alignment_1(), pieces_addr::increment_address(), increment_start_addr(), indent_to(), independent_of_stmt_p(), index_addr_table_entry(), index_in_loop_nest(), index_part_to_reg(), index_rnglists(), indirect_jump_optimize(), indirect_operand(), indirect_ref_may_alias_decl_p(), indirect_refs_may_alias_p(), induction_variable_may_overflow_p(), inf_range(), infer_loop_bounds_from_pointer_arith(), infer_loop_bounds_from_signedness(), infer_loop_bounds_from_undefined(), infer_nonnull_range_by_attribute(), infer_nonnull_range_by_dereference(), infer_range_manager::infer_range_manager(), infinite_empty_loop_p(), infinite_loop::infinite_loop(), info_for_reduction(), inform(), inform(), access_ref::inform_access(), inform_n(), inform_oacc_loop(), inherit_in_ebb(), inherit_reload_reg(), virtual_operand_live::init(), env_manager::init(), Value_Range::init(), diagnostic_option_classifier::init(), ipa_icf::sem_function::init(), ipa_icf::sem_variable::init(), init_alias_analysis(), init_alias_set_entry(), init_alias_target(), init_alias_vars(), init_allocno_hard_regs(), init_allocno_threads(), init_asm_output(), init_attr_rdwr_indices(), init_attributes(), init_attrs_list_set(), init_augmenting_path(), init_base_vars(), init_bb_predicate(), init_btf_id_map(), init_btf_sections(), init_caller_save(), init_copy_prop(), init_cost(), init_costs(), init_cse_reg_info(), init_ctf_container(), init_ctf_sections(), init_ctf_string_table(), init_ctf_strtable(), init_curr_operand_mode(), init_derived_machine_modes(), init_dont_simulate_again(), init_eh(), init_eh_for_function(), init_elim_table(), init_elim_table(), init_eliminable_invariants(), init_elimination(), init_emit(), init_emit_once(), init_emit_regs(), init_equiv_class(), init_expmed(), init_expmed_one_conv(), init_expmed_one_mode(), init_expr(), init_expr_target(), init_fake_stack_mems(), init_final(), init_flow(), predicate::init_from_control_deps(), uninit_analysis::init_from_phi_def(), init_function_start(), init_ggc(), init_ggc_heuristics(), init_ggc_pch(), init_graph(), init_ic_make_global_vars(), init_insn_code_data_once(), init_insn_for_nothing(), init_insn_lengths(), init_label_info(), init_lim_data(), init_live_reload_and_inheritance_pseudos(), init_live_subregs(), init_lives(), init_local_tick(), init_loop_tree_node(), init_loop_unswitch_info(), init_loops_structure(), init_lower_subreg(), init_lowered_empty_function(), init_num_sign_bit_copies_in_rep(), init_num_threads(), init_one_dwarf_reg_size(), init_one_libfunc_visibility(), init_optabs(), init_options_struct(), init_parameter_lattice_values(), init_partition_graph_vertices(), init_pattern_use(), init_pre(), init_predicate_table(), init_range_entry(), init_reassoc(), init_reg_info(), init_reg_last(), init_reg_modes_target(), init_reg_sets(), init_reg_sets_1(), init_regno_assign_info(), init_reload(), init_rename_info(), init_resource_info(), init_return_column_size(), init_rtl_bb_info(), init_rtx_reader_args_cb(), init_save_areas(), init_sccopy(), init_separate_shrink_wrap(), init_set_costs(), init_spec(), init_ssa_renamer(), rtl_data::init_stack_alignment(), init_stringpool(), init_subregs_of_mode(), init_sync_libfuncs(), init_sync_libfuncs_1(), init_tree_optimization_optabs(), init_tree_ssa(), init_ttree(), uninit_analysis::init_use_preds(), init_value_data(), init_var_map(), init_varasm_once(), init_vn_nary_op_from_pieces(), init_vn_nary_op_from_stmt(), init_worklist(), initial_condition(), initial_return_save(), initial_value_entry(), base_pool_allocator< TBlockAllocator >::initialize(), diagnostic_context::initialize(), predefined_function_abi::initialize(), initialize_ao_ref_for_dse(), initialize_argument_information(), initialize_cfun(), initialize_conflict_count(), initialize_constant_pool_replacements(), initialize_data_dependence_relation(), initialize_data_dependence_relation(), initialize_expr_from_cond(), range_op_table::initialize_float_ops(), initialize_growth_caches(), initialize_inline_failed(), initialize_inlined_parameters(), range_op_table::initialize_integral_ops(), initialize_iterators(), initialize_lra_reg_info_element(), initialize_matrix_A(), initialize_node_lattices(), initialize_parameter_reductions(), initialize_plugins(), range_op_table::initialize_pointer_ops(), initialize_reductions(), initialize_root_vars(), initialize_root_vars_lm(), initialize_root_vars_store_elim_2(), initialize_rtl(), initialize_sanitizer_builtins(), initialize_sizetypes(), initialize_tree_contains_struct(), initialize_uninitialized_regs(), initializer_constant_valid_for_bitfield_p(), initializer_constant_valid_p(), initializer_constant_valid_p_1(), initializer_each_zero_or_onep(), initializer_zerop(), initiate_allocnos(), initiate_automata_lists(), initiate_automaton_decl_table(), initiate_automaton_gen(), initiate_cand_table(), initiate_cost_update(), initiate_cost_vectors(), initiate_decl_table(), initiate_excl_sets(), initiate_insn_decl_table(), initiate_invariants(), initiate_live_solver(), initiate_presence_absence_pattern_sets(), initiate_regno_cost_classes(), initiate_saved_hard_regs(), initiate_states(), inline_account_function_p(), inline_always_inline_functions(), inline_analyze_function(), inline_call(), inline_expand_builtin_bytecmp(), inline_forbidden_p(), inline_forbidden_p_stmt(), inline_insns_auto(), inline_insns_single(), inline_read_section(), inline_small_functions(), inline_string_cmp(), inline_to_all_callers_1(), inline_transform(), inlined_polymorphic_ctor_dtor_block_p(), optrecord_json_writer::inlining_chain_to_json(), inlining_info::inlining_info(), inlining_speedup(), inner_declarator(), inner_loop_header_p(), input_bb(), input_cfg(), input_cgraph_1(), input_cgraph_opt_section(), input_cgraph_opt_summary(), input_constructor(), input_edge(), input_eh_lp(), input_eh_region(), input_eh_regions(), input_function(), input_gimple_stmt(), input_identifier(), lto_location_cache::input_location(), lto_location_cache::input_location_and_block(), input_node(), input_node_opt_summary(), input_offload_tables(), input_overwrite_node(), input_phi(), input_profile_summary(), input_ref(), input_refs(), input_spec_matches(), input_ssa_names(), input_struct_function_base(), input_suffix_matches(), input_symtab(), input_varpool_node(), funct_state_summary_t::insert(), ipa_sra_function_summaries::insert(), modref_summaries::insert(), modref_summaries_lto::insert(), decision_tree::insert(), wi::insert(), insert(), modref_tree< T >::insert(), modref_tree< T >::insert(), modref_access_node::insert(), insert(), modref_ref_node< T >::insert_access(), insert_ainsn_into_equiv_class(), insert_automaton_decl(), insert_backedge_copies(), modref_tree< T >::insert_base(), insert_base_initialization(), insert_bb(), insert_bypass(), insert_cand(), insert_cgraph_node_to_order(), insert_check_and_trap(), insert_clobber_before_stack_restore(), insert_clobbers_for_var(), insert_comments(), insert_cond_bb(), insert_const_anchor(), insert_const_anchors(), insert_debug_temp_for_var_def(), insert_debug_temps_for_defs(), insert_decision_before(), insert_decl(), insert_edge_check_and_trap(), rt_bb_visited::insert_exit_check_in_block(), rt_bb_visited::insert_exit_check_on_edge(), insert_expr_in_table(), insert_expr_in_table(), insert_float(), insert_hard_regs(), insert_if_then_before_iter(), insert_init_debug_bind(), insert_init_stmt(), insert_initializers(), insert_innermost_unit_dist_vector(), insert_insn_decl(), insert_insn_end_basic_block(), insert_insn_end_basic_block(), insert_insn_on_edge(), insert_insn_start_basic_block(), insert_into_complex(), insert_into_intersection(), insert_into_preds_of_block(), insert_invariant(), modref_access_node::insert_kill(), insert_looparound_copy(), insert_move_for_subreg(), cgraph_node::insert_new_function_version(), vec_info::insert_on_entry(), insert_one_insn(), decision_tree::insert_operand(), insert_part_to_rtx_on_edge(), insert_partition_copy_on_edge(), insert_phi_nodes(), insert_phi_nodes_compare_var_infos(), insert_phi_nodes_for(), insert_prologue_epilogue_for_components(), insert_reciprocals(), modref_base_node< T >::insert_ref(), insert_regs(), insert_related_predicates_on_edge(), insert_restore(), insert_right_side(), insert_rtx_to_part_on_edge(), insert_save(), insert_section_boundary_note(), vec_info::insert_seq_on_entry(), insert_set_in_table(), insert_state(), insert_stmt_after(), insert_stmt_before_use(), insert_store(), insert_temp_slot_address(), symbol_table::insert_to_assembler_name_hash(), insert_trap(), insert_updated_phi_nodes_compare_uids(), insert_updated_phi_nodes_for(), insert_value_copy_on_edge(), insert_var_expansion_initialization(), insert_vi_for_tree(), insert_wide_int(), insert_with_costs(), insert_wrapper(), inside_basic_block_p(), operator_cast::inside_domain_p(), rtx_insn_list::insn(), rtx_sequence::insn(), insn_a_feeds_b(), insn_addresses_new(), insn_callee_abi(), insn_could_throw_p(), insn_current_reference_address(), insn_decl_eq_p(), insn_decl_hash(), insn_dominated_by_p(), insn_invalid_p(), insn_live_p(), insn_nothrow_p(), insn_predicate_matches_p(), insn_references_resource_p(), insn_sets_resource_p(), insn_stack_adjust_offset_pre_post(), insn_to_prefetch_ratio_too_small_p(), insn_valid_noce_process_p(), install_var_field(), install_var_field(), install_var_local(), instantiate_decl_rtl(), instantiate_decls(), instantiate_decls_1(), instantiate_expr(), instantiate_new_reg(), instantiate_scev(), instantiate_scev_binary(), instantiate_scev_convert(), instantiate_scev_name(), instantiate_scev_not(), instantiate_scev_poly(), instantiate_scev_r(), instantiate_virtual_regs(), instantiate_virtual_regs_in_insn(), instantiate_virtual_regs_in_rtx(), instrument_bool_enum_load(), instrument_builtin(), instrument_builtin_call(), instrument_builtin_call(), instrument_decisions(), instrument_derefs(), instrument_edges(), instrument_expr(), instrument_func_entry(), instrument_func_exit(), instrument_gimple(), instrument_mem_ref(), instrument_mem_region_access(), instrument_memory_accesses(), instrument_nonnull_arg(), instrument_nonnull_return(), instrument_null(), instrument_object_size(), instrument_pointer_overflow(), instrument_si_overflow(), instrument_values(), int_binop_types_match_p(), int_bit_position(), int_const_binop(), int_cst_value(), int_expr_size(), int_fits_type_p(), int_loc_descriptor(), int_mem_offset(), int_mode_for_mode(), int_mode_for_size(), int_range< N, RESIZABLE >::int_range(), int_reg_note_p(), int_shift_loc_descriptor(), integer_all_onesp(), integer_asm_op(), integer_cst_p(), integer_each_onep(), integer_minus_onep(), integer_nonzerop(), integer_onep(), integer_pow2p(), integer_truep(), integer_type_for_mask(), integer_valued_real_binary_p(), integer_valued_real_call_p(), integer_valued_real_invalid_p(), integer_valued_real_p(), integer_valued_real_single_p(), integer_valued_real_unary_p(), integer_zerop(), integral_argument(), tree_vector_builder::integral_p(), tree_loop_interchange::interchange(), tree_loop_interchange::interchange_loops(), interclass_mathfn_icode(), interesting_dest_for_shprep(), interesting_dest_for_shprep_1(), interesting_mode_p(), interesting_stringop_to_profile_p(), interleave_supported_p(), internal_arg_pointer_based_exp(), internal_arg_pointer_based_exp_scan(), internal_check_ptrs_fn_supported_p(), internal_error(), internal_error(), internal_error_no_backtrace(), internal_error_reentered(), internal_fn_else_index(), internal_fn_len_index(), internal_fn_mask_index(), internal_fn_reciprocal(), internal_fn_stored_value_index(), internal_gather_scatter_fn_p(), internal_gather_scatter_fn_supported_p(), internal_get_tmp_var(), internal_len_load_store_bias(), internal_load_fn_p(), vect_optimize_slp_pass::internal_node_cost(), frange::internal_singleton_p(), internal_store_fn_p(), interposable_eaf_flags(), interpret_condition_phi(), interpret_expr(), interpret_loop_phi(), interpret_rhs_expr(), diagnostic_path::interprocedural_p(), irange_bitmask::intersect(), irange::intersect(), frange::intersect(), unsupported_range::intersect(), prange::intersect(), irange::intersect(), intersect_argaggs_with(), irange::intersect_bitmask(), intersect_loc_chains(), frange::intersect_nans(), intersect_range_with_nonzero_bits(), intersected_state_reservs_p(), gdbhooks::intptr(), intra_create_variable_infos(), introduce_cast_before_cand(), inv_can_prop_to_addr_use(), array_slice< T >::invalid(), invalidate(), invalidate_any_buried_refs(), invalidate_dest(), invalidate_for_call(), invalidate_from_clobbers(), invalidate_from_sets_and_clobbers(), invalidate_insn_data_regno_info(), invalidate_reg(), invariant_access_functions(), invariant_eq_p(), invariant_expr_equal_p(), invariant_for_use(), invariant_in_sese_p_rec(), invariant_or_equiv_p(), invariant_p(), inverse(), inverse(), inverse_conditions_p(), inverse_flags(), inverse_probability(), irange::invert(), prange::invert(), invert_br_probabilities(), invert_exp_1(), invert_jump(), invert_jump_1(), invert_minmax_code(), invert_mod2n(), invert_tree_comparison(), invert_truthvalue_loc(), inverted_rev_post_order_compute(), gdbhooks.BreakOnPass::invoke(), gdbhooks.DumpFn::invoke(), gdbhooks.DotFn::invoke(), invoke_plugin_callbacks(), invoke_plugin_callbacks_full(), range_query::invoke_range_of_expr(), invoke_set_current_function_hook(), ip_normal_pos(), ipa_agg_jump_functions_equivalent_p(), ipa_agg_pass_through_jf_equivalent_p(), ipa_agg_value_from_jfunc(), ipa_analyze_call_uses(), ipa_analyze_controlled_uses(), ipa_analyze_indirect_call_uses(), ipa_analyze_node(), ipa_analyze_params_uses_in_bb(), ipa_analyze_stmt_uses(), ipa_analyze_virtual_call_uses(), ipa_cdtor_merge(), ipa_check_create_edge_args(), ipa_check_create_node_params(), ipa_comdats(), ipa_compute_jump_functions_for_bb(), ipa_compute_jump_functions_for_edge(), ipa_context_from_jfunc(), ipa_debug_fn_summary(), ipa_devirt(), ipa_discover_variable_flags(), ipa_dump_adjusted_parameters(), ipa_dump_fn_summary(), ipa_dump_hints(), ipa_dump_param(), ipa_edge_within_scc(), ipa_find_agg_cst_from_init(), ipa_find_agg_cst_from_jfunc_items(), ipa_fn_summary_generate(), ipa_fn_summary_read(), ipa_fn_summary_write(), ipa_free_all_structures_after_ipa_cp(), ipa_free_fn_summary(), ipa_func_spec_opts_forbid_analysis_p(), ipa_get_bb_info(), ipa_get_indirect_edge_target(), ipa_get_indirect_edge_target_1(), ipa_get_jf_ancestor_agg_preserved(), ipa_get_jf_ancestor_formal_id(), ipa_get_jf_ancestor_keep_null(), ipa_get_jf_ancestor_offset(), ipa_get_jf_ancestor_result(), ipa_get_jf_ancestor_type_preserved(), ipa_get_jf_arith_result(), ipa_get_jf_constant(), ipa_get_jf_constant_rdesc(), ipa_get_jf_pass_through_agg_preserved(), ipa_get_jf_pass_through_formal_id(), ipa_get_jf_pass_through_operand(), ipa_get_jf_pass_through_operation(), ipa_get_jf_pass_through_refdesc_decremented(), ipa_get_jf_pass_through_result(), ipa_get_jf_pass_through_type_preserved(), ipa_get_nodes_in_cycle(), ipa_get_param(), ipa_get_param_decl_index(), ipa_get_param_decl_index_1(), ipa_get_poly_ctx_lat(), ipa_get_scalar_lat(), ipa_get_stack_frame_offset(), ipa_get_stmt_member_ptr_load_param(), ipa_get_type(), ipa_get_value_range(), ipa_impossible_devirt_target(), ipa_inline(), ipa_jump_functions_equivalent_p(), ipa_load_from_parm_agg(), ipa_lower_emutls(), ipa_make_edge_direct_to_target(), ipa_make_function_const(), ipa_make_function_pure(), ipa_merge_fn_summary_after_inlining(), ipa_merge_modref_summary_after_inlining(), ipa_merge_profiles(), ipa_modref_cc_finalize(), ipa_odr_read_section(), ipa_odr_summary_read(), ipa_odr_summary_write(), ipa_param_body_adjustments::ipa_param_body_adjustments(), ipa_passes(), ipa_polymorphic_call_context::ipa_polymorphic_call_context(), ipa_polymorphic_call_context::ipa_polymorphic_call_context(), ipa_populate_param_decls(), ipa_print_all_jump_functions(), ipa_print_all_params(), ipa_print_constant_value(), ipa_print_node_jump_functions(), ipa_print_node_jump_functions_for_edge(), ipa_print_node_params(), ipa_print_order(), ipa_profile(), ipa_profile_dump_all_summaries(), ipa_profile_generate_summary(), ipa_profile_read_edge_summary(), ipa_profile_read_summary(), ipa_profile_read_summary_section(), ipa_profile_write_edge_summary(), ipa_profile_write_summary(), ipa_prop_read_jump_functions(), ipa_prop_read_section(), ipa_prop_write_jump_functions(), ipa_propagate_frequency(), ipa_propagate_frequency_1(), ipa_propagate_indirect_call_infos(), ipa_pta_execute(), ipa_push_agg_values_from_jfunc(), ipa_range_set_and_normalize(), ipa_read_edge_info(), ipa_read_indirect_edge_info(), ipa_read_jump_function(), ipa_read_node_info(), ipa_read_optimization_summaries(), ipa_read_optimization_summaries_1(), ipa_read_summaries(), ipa_read_summaries_1(), ipa_record_return_value_range(), ipa_reduced_postorder(), ipa_reference_get_read_global(), ipa_reference_get_written_global(), ipa_reference_read_optimization_summary(), ipa_reference_var_get_or_insert_uid(), ipa_reference_write_optimization_summary(), ipa_release_body_info(), ipa_release_ssas_in_hash(), ipa_reverse_postorder(), ipa_set_ancestor_jf(), ipa_set_jf_arith_pass_through(), ipa_set_jf_constant(), ipa_set_jf_pass_through_refdesc_decremented(), ipa_set_jf_simple_pass_through(), ipa_set_jf_unary_pass_through(), ipa_set_jf_unknown(), ipa_set_jfunc_vr(), ipa_set_jfunc_vr(), ipa_simd_modify_function_body(), ipa_simd_modify_stmt_ops(), ipa_single_use(), ipa_sra_summarize_function(), ipa_target_clone(), ipa_tm_create_version(), ipa_tm_create_version_alias(), ipa_tm_decrement_clone_counts(), ipa_tm_diagnose_transaction(), ipa_tm_execute(), ipa_tm_insert_gettmclone_call(), ipa_tm_insert_irr_call(), ipa_tm_note_irrevocable(), ipa_tm_propagate_irr(), ipa_tm_scan_calls_block(), ipa_tm_scan_calls_clone(), ipa_tm_scan_calls_transaction(), ipa_tm_scan_irr_block(), ipa_tm_scan_irr_blocks(), ipa_tm_scan_irr_function(), ipa_tm_transform_calls(), ipa_tm_transform_calls_1(), ipa_tm_transform_calls_redirect(), ipa_tm_transform_clone(), ipa_tm_transform_transaction(), ipa_update_overall_fn_summary(), ipa_value_from_jfunc(), ipa_value_range_from_jfunc(), ipa_vr_operation_and_type_effects(), ipa_vr_operation_and_type_effects(), ipa_write_indirect_edge_info(), ipa_write_jump_function(), ipa_write_node_info(), ipa_write_optimization_summaries(), ipa_write_optimization_summaries_1(), ipa_write_summaries(), ipa_write_summaries_1(), ipa_write_summaries_2(), ipa_zap_jf_refdesc(), ipacp_value_safe_for_type(), ipcp_cloning_candidate_p(), ipcp_decision_stage(), ipcp_discover_new_direct_edges(), ipcp_driver(), ipcp_generate_summary(), ipcp_get_aggregate_const(), ipcp_get_parm_bits(), ipcp_propagate_stage(), ipcp_read_transformation_summaries(), ipcp_store_vr_results(), ipcp_transform_function(), ipcp_update_vr(), ipcp_val_agg_replacement_ok_p(), ipcp_verify_propagated_values(), ipcp_write_transformation_summaries(), ira(), ira_add_allocno_copy(), ira_add_conflict(), ira_allocate(), ira_allocate_and_accumulate_costs(), ira_allocate_and_copy_costs(), ira_allocate_and_set_costs(), ira_allocate_and_set_or_copy_costs(), ira_allocno_object_iter_cond(), ira_bad_reload_regno_1(), ira_better_spill_reload_regno_p(), ira_build(), ira_build_conflicts(), ira_caller_save_loop_spill_p(), ira_color(), ira_compress_allocno_live_ranges(), ira_conflict_vector_profitable_p(), ira_copy_iter_cond(), ira_create_allocno(), ira_create_allocno_live_ranges(), ira_create_allocno_objects(), ira_create_copy(), ira_create_new_reg(), ira_create_object(), ira_debug_allocno_classes(), ira_debug_allocno_copies(), ira_debug_allocno_live_ranges(), ira_debug_allocno_prefs(), ira_debug_conflicts(), ira_debug_copies(), ira_debug_copy(), ira_debug_disposition(), ira_debug_hard_regs_forest(), ira_debug_live_range_list(), ira_debug_live_ranges(), ira_debug_move_list(), ira_debug_pref(), ira_debug_prefs(), ira_emit(), ira_expand_reg_equiv(), ira_finish_emit_data(), ira_finish_live_range_list(), ira_flattening(), ira_former_scratch_operand_p(), ira_free_allocno_costs(), ira_free_allocno_updated_costs(), ira_get_dup_out_num(), ira_hard_reg_in_set_p(), ira_hard_reg_set_intersection_p(), ira_implicitly_set_insn_hard_regs(), ira_init(), ira_init_costs(), ira_init_costs_once(), ira_init_register_move_cost(), ira_initiate_emit_data(), ira_live_ranges_intersect_p(), ira_loop_edge_freq(), ira_loop_tree_body_rev_postorder(), ira_mark_allocation_change(), ira_mark_memory_move_deletion(), ira_mark_new_stack_slot(), ira_merge_live_ranges(), ira_nullify_asm_goto(), ira_object_conflict_iter_cond(), ira_print_disposition(), ira_print_expanded_allocno(), ira_print_live_range_list(), ira_propagate_hard_reg_costs(), ira_reassign_conflict_allocnos(), ira_reassign_pseudos(), ira_rebuild_regno_allocno_list(), ira_register_new_scratch_op(), ira_remove_insn_scratches(), ira_remove_pref(), ira_restore_scratches(), ira_reuse_stack_slot(), ira_set_allocno_class(), ira_set_pseudo_classes(), ira_setup_alts(), ira_setup_eliminable_regset(), ira_single_region_allocno_p(), ira_soft_conflict(), ira_sort_regnos_for_alter_reg(), ira_subloop_allocnos_can_differ_p(), ira_total_conflict_hard_regs(), ira_traverse_loop_tree(), ira_tune_allocno_costs(), ira_update_equiv_info_by_shuffle_insn(), irange_bitmask::irange_bitmask(), irange::irange_contains_p(), irange::irange_single_pair_union(), is_a(), is_ada(), is_addr_local(), is_aligning_offset(), is_asan_mark_p(), is_attribute_namespace_p(), is_attribute_p(), is_base_type(), is_based_loc(), if_chain::is_beneficial(), tree_switch_conversion::bit_test_cluster::is_beneficial(), tree_switch_conversion::bit_test_cluster::is_beneficial(), slpg_layout_cost::is_better_than(), is_c(), is_caller_ifunc_resolver(), vect_optimize_slp_pass::is_cfg_latch_edge(), is_char_type(), is_combined_permutation_identity(), is_comparison_with_loop_invariant_p(), vect_optimize_slp_pass::is_compatible_layout(), is_complex_float_mode(), is_complex_int_mode(), is_complex_reg(), is_cond_copy_insn(), is_cond_scalar_reduction(), poly_int< N, C >::is_constant(), is_conversion(), is_copysign_call_with_1(), is_ctor_dtor(), is_ctrl_altering_stmt(), is_ctrl_stmt(), is_cu_die(), is_cxa_atexit(), is_cxa_pure_virtual_p(), is_cxx(), is_cxx(), is_dead_debug_insn(), is_dead_reg(), is_declaration_die(), is_degenerate_phi(), vect_scalar_ops_slice_hash::is_deleted(), ana::bounded_ranges_manager::hash_traits_t::is_deleted(), pointer_hash< Type >::is_deleted(), int_hash< Type, Empty, Deleted >::is_deleted(), is_directory(), is_division_by(), is_division_by_square(), is_divmod_with_given_divisor(), is_dlang(), is_edge_inconsistent(), ana::bounded_ranges_manager::hash_traits_t::is_empty(), int_hash< Type, Empty, Deleted >::is_empty(), is_empty_type(), tree_switch_conversion::jump_table_cluster::is_enabled(), tree_switch_conversion::bit_test_cluster::is_enabled(), is_entrypoint_p(), is_eq_or_top(), is_even(), is_exit_with_zero_arg(), is_feasible_trace(), pointer_mux< T1, T2 >::is_first(), is_float_mode(), is_fortran(), is_fortran(), is_function_default_version(), is_gimple_address(), is_gimple_addressable(), is_gimple_assign(), is_gimple_call(), is_gimple_call_addr(), is_gimple_condexpr_1(), is_gimple_constant(), is_gimple_debug(), is_gimple_id(), is_gimple_invariant_address(), is_gimple_ip_invariant(), is_gimple_ip_invariant_address(), is_gimple_logical_p(), is_gimple_lvalue(), is_gimple_mem_ref_addr(), is_gimple_mem_rhs_or_call(), is_gimple_min_invariant(), is_gimple_min_lval(), is_gimple_omp_oacc(), is_gimple_omp_offloaded(), is_gimple_predict(), is_gimple_reg_rhs_or_call(), is_gimple_resx(), is_gimple_stmt(), is_gimple_variable(), is_group(), is_halfway_below(), is_handled_procedure_type(), is_host_teams_ctx(), is_inconsistent(), is_inexpensive_builtin(), is_int_mode(), is_inv_store_elimination_chain(), is_just_move(), is_lang_specific(), is_linear_load_p(), is_location_from_builtin_token(), is_lshift_by_1(), is_lto_object_file(), is_maybe_undefined(), is_miss_rate_acceptable(), is_mm_acq_rel(), is_mm_acquire(), is_mm_consume(), is_mm_relaxed(), is_mm_release(), is_mm_seq_cst(), is_mm_sync(), is_mult_by(), is_multivariate_chrec(), is_multivariate_chrec_rec(), is_namespace_die(), is_narrower_int_mode(), is_neq_relop_p(), is_nested_in_subprogram(), is_new_name(), is_nonwrapping_integer_induction(), is_not(), is_oacc_declared(), is_oacc_kernels(), is_oacc_kernels_decomposed_part(), is_oacc_parallel_or_serial(), is_old_name(), is_omp_target(), is_parallel_ctx(), is_parallel_of_n_reg_sets(), is_parm(), is_pass_explicitly_enabled_or_disabled(), is_predicable(), is_pseudo_reg(), is_reassociable_op(), is_redundant_typedef(), is_removable_cxa_atexit_call(), is_rshift_by_1(), is_rust(), pointer_mux< T1, T2 >::is_second(), is_simple_and_all_uses_invariant(), is_simple_builtin(), is_square_of(), is_strlen_related_p(), is_tagged_type(), is_task_ctx(), is_taskloop_ctx(), is_template_instantiation(), is_template_parameter(), is_tm_abort(), is_tm_builtin(), is_tm_ending(), is_tm_ending_fndecl(), is_tm_irrevocable(), is_tm_load(), is_tm_pure(), is_tm_safe(), is_tm_simple_load(), is_tm_simple_store(), is_tm_store(), is_truth_type_for(), is_type_die(), is_ubsan_builtin_p(), control_flow_regions::is_unconditional_oacc_for_loop(), is_unit_die(), uninit_analysis::is_use_guarded(), uninit_analysis::is_use_guarded(), is_value_included_in(), is_var_need_auto_init(), is_vptr_store(), is_vtable_assignment_stmt(), is_widening_mult_p(), is_widening_mult_rhs_p(), isolate_path(), isra_get_ref_base_and_offset(), issue_prefetch_ref(), issue_prefetches(), vec< T, va_heap, vl_ptr >::iterate(), vec< T, va_heap, vl_ptr >::iterate(), vec< T, A, vl_embed >::iterate(), vec< T, A, vl_embed >::iterate(), iterate_fix_dominators(), mode_iterator::iterate_p(), iterative_hash_expr(), iterative_hash_hashval_t(), iterative_hash_host_wide_int(), iv_add(), iv_analysis_loop_init(), iv_analyze(), iv_analyze_biv(), iv_analyze_def(), iv_analyze_expr(), iv_analyze_op(), iv_analyze_result(), iv_ca_add_group(), iv_ca_cand_for_group(), iv_ca_cand_used_p(), iv_ca_compare_deps(), iv_ca_cost(), iv_ca_delta_add(), iv_ca_delta_commit(), iv_ca_delta_free(), iv_ca_delta_join(), iv_ca_delta_reverse(), iv_ca_dump(), iv_ca_extend(), iv_ca_free(), iv_ca_n_cands(), iv_ca_narrow(), iv_ca_new(), iv_ca_prune(), iv_ca_recount_cost(), iv_ca_replace(), iv_ca_set_add_invs(), iv_ca_set_cp(), iv_ca_set_no_cp(), iv_ca_set_remove_invs(), iv_can_overflow_p(), iv_constant(), iv_elimination_compare(), iv_elimination_compare_lt(), iv_extend_to_rtx_code(), iv_get_reaching_def(), iv_mult(), iv_neg(), iv_number_of_iterations(), iv_period(), iv_phi_p(), iv_shift(), iv_subreg(), ivopts_estimate_reg_pressure(), jfunc_rdesc_usable(), jobserver_info::jobserver_info(), md_reader::join_c_conditions(), join_spec_func(), json_from_expanded_location(), json_from_fixit_hint(), json_from_location_range(), json_from_metadata(), jt_path_registry::jt_path_registry(), jump_function_from_stmt(), JUMP_LABEL_AS_INSN(), jump_table_for_label(), rtx_jump_insn::jump_target(), jump_target_rtx(), jump_thread_path_allocator::jump_thread_path_allocator(), jump_threader::jump_threader(), jumptable_relocatable(), just_once_each_iteration_p(), obstack_watermark::keep(), keep_all_vdefs_p(), keep_with_call_p(), ana::cast_region::key_t::key_t(), ana::symbolic_region::key_t::key_t(), ana::offset_region::key_t::key_t(), ana::sized_region::key_t::key_t(), keyword_hash_init(), kill_autoinc_value(), kill_clobbered_value(), kill_expr(), kill_set_value(), kill_value(), kill_value_one_regno(), kill_value_regno(), kill_virtual_exprs(), path_oracle::killing_def(), known_cond(), known_dependences_p(), pointer_mux< T1, T2 >::known_first(), known_lower(), pointer_mux< T1, T2 >::known_second(), label_before_next_insn(), label_cmp(), label_for_bb(), label_is_jump_target_p(), label_ref_label(), ana::label_region::label_region(), label_rtx(), label_rtx_for_bb(), label_to_block(), label_visit(), lambda_matrix_copy(), lambda_matrix_id(), lambda_matrix_new(), lambda_matrix_right_hermite(), lambda_matrix_row_add(), lambda_matrix_row_negate(), lambda_matrix_vector_mult(), lambda_trans_matrix_new(), lambda_transform_legal_p(), lambda_vector_clear(), lambda_vector_copy(), lambda_vector_equal(), lambda_vector_first_nz(), lambda_vector_gcd(), lambda_vector_mult_const(), lambda_vector_negate(), lambda_vector_new(), lambda_vector_zerop(), lang_dependent_init(), lang_GNU_C(), lang_handle_option(), last_active_insn(), last_always_executed_block(), last_and_only_stmt(), last_bb_in_partition(), last_call_insn(), last_field(), last_fma_candidate_feeds_initial_phi(), last_stmt_in_scope(), latch_dominating_def(), layout_decl(), layout_type(), ldst_entry(), leading_ptr_eq_p(), leading_ptr_hash(), leading_string_eq_p(), leading_string_hash(), leaf_function_p(), simplify_using_ranges::legacy_fold_cond(), simplify_using_ranges::legacy_fold_cond_overflow(), legal_cast_p(), legal_cast_p_1(), lenient_count_portion_handling(), lhd_append_data(), lhd_dwarf_name(), lhd_finalize_early_debug(), lhd_incomplete_type_error(), lhd_omp_assignment(), lhd_omp_scalar_p(), lhd_post_options(), lhd_print_error_function(), lhd_set_decl_assembler_name(), lhd_simulate_enum_decl(), lhd_simulate_record_decl(), lhd_type_for_size(), lhd_warn_unused_global_decl(), relation_trio::lhs_op1(), operator_plus::lhs_op1_relation(), operator_minus::lhs_op1_relation(), hybrid_and_operator::lhs_op1_relation(), operator_cast::lhs_op1_relation(), operator_bitwise_and::lhs_op1_relation(), operator_cast::lhs_op1_relation(), operator_cast::lhs_op1_relation(), operator_cast::lhs_op1_relation(), range_op_handler::lhs_op1_relation(), relation_trio::lhs_op2(), operator_plus::lhs_op2_relation(), range_op_handler::lhs_op2_relation(), li_cost_vec_cmp(), likely_max_loop_iterations(), likely_max_loop_iterations_int(), likely_max_stmt_executions(), likely_max_stmt_executions_int(), likely_spilled_retval_1(), likely_spilled_retval_p(), likely_target_p(), likely_value(), linear_loads_p(), linearize_expr(), linearize_expr_tree(), linemap_client_expand_location_to_spelling_point(), linemap_client_expand_location_to_spelling_point(), link_block(), link_imm_use(), link_imm_use_stmt(), link_imm_use_to_list(), link_insn_into_chain(), link_use_stmts_after(), live_bytes_read(), live_con_fun_n(), live_edge_for_reg(), live_trans_fun(), live_vars_at_stmt(), load_assign_lhs_subreplacements(), load_extend_op(), load_from_dereferenced_name(), load_from_unmodified_param(), load_from_unmodified_param_or_agg(), load_killed_in_block_p(), load_killed_in_block_p(), load_kills_store(), load_or_store_of_ptr_parameter(), load_register_parameters(), load_specs(), loc_checksum(), loc_checksum_ordered(), loc_cmp(), loc_descr_plus_const(), loc_descr_to_next_no_nop(), loc_descr_without_nops(), loc_descriptor(), loc_descriptor_from_tree(), loc_equal(), loc_equivalence_change_p(), loc_exp_dep_alloc(), loc_exp_dep_clear(), loc_exp_dep_set(), loc_exp_insert_dep(), loc_list_for_address_of_addr_expr_of_indirect_ref(), loc_list_from_tree(), loc_list_from_tree_1(), loc_list_has_views(), loc_mentioned_in_p(), local_cprop_find_used_regs(), local_cprop_pass(), local_define_builtin(), local_function_static(), cgraph_node::local_info_node(), local_tree_p(), local_var_based_p(), local_variable_can_escape(), localize_node(), locate_and_pad_parm(), location_compute_display_column(), location_for_asm(), optrecord_json_writer::location_to_json(), location_with_discriminator(), location_wrapper_p(), loe_visit_block(), ana::log_user::log(), log_op_type(), ana::log_scope::log_scope(), gori_compute::logical_combine(), long_double_as_float128(), lookup_as_function(), lookup_attribute(), lookup_attribute(), lookup_attribute_by_prefix(), lookup_attribute_spec(), avail_exprs_stack::lookup_avail_expr(), lookup_binfo_at_offset(), lookup_block_die(), lookup_call_use_vi(), lookup_cfa_1(), lookup_compiler(), lookup_const_double(), lookup_const_fixed(), lookup_decl_die(), lookup_descr_for_decl(), lookup_element_for_decl(), md_reader::lookup_enum_type(), lookup_expr_in_table(), lookup_expression_id(), lookup_external_ref(), lookup_field_for_decl(), file_cache::lookup_file(), lookup_global_register(), lookup_ident_attribute(), lookup_internal_fn(), lookup_or_add_counter(), file_cache::lookup_or_add_file(), lookup_page_table_entry(), lookup_predicate(), fwd_jt_path_registry::lookup_redirection_data(), lookup_reg_by_dump_name(), ipa_param_body_adjustments::lookup_replacement(), lookup_scoped_attribute_spec(), vec_info::lookup_single_use(), lookup_spec_function(), lookup_stmt_eh_lp_fn(), lookup_tmp_var(), lookup_tramp_for_decl(), lookup_type_for_runtime(), loop_compare_func(), loop_constraint_clear(), loop_cost_model(), loop_count_in(), loop_edge_to_cancel(), loop_exit_for_scaling(), loop_exits_before_overflow(), loop_has_blocks_with_irreducible_flag(), loop_has_phi_with_address_arg(), loop_in_regexp(), loop_invariant_motion_in_fun(), loop_inverted_rev_post_order_compute(), loop_iter_phi_semi_invariant_p(), loop_name_cmp(), loop_nest_has_data_refs(), loop_niter_by_eval(), loop_niters_no_overflow(), loop_only_exit_p(), loop_optimizer_finalize(), loop_optimizer_init(), loop_parallel_p(), loop_prefetch_arrays(), loop_rev_post_order_compute(), loop_suitable_for_sm(), loop_version(), loops_list::loops_list(), loops_state_clear(), low_bitmask_len(), low_pressure_loop_node_p(), lower(), lower_assumption(), lower_bitfield(), vec< T, A, vl_embed >::lower_bound(), vec< T, va_heap, vl_ptr >::lower_bound(), lower_bound_default(), lower_bound_in_type(), lower_builtin_assume_aligned(), lower_builtin_posix_memalign(), lower_builtin_setjmp(), lower_catch(), lower_cleanup(), lower_cond(), lower_copyprivate_clauses(), lower_coro_builtin(), lower_depend_clauses(), lower_eh_constructs_1(), lower_eh_constructs_2(), lower_eh_dispatch(), lower_eh_filter(), lower_eh_must_not_throw(), lower_emutls_1(), lower_emutls_2(), lower_emutls_function_body(), lower_emutls_phi_arg(), lower_emutls_stmt(), lower_for(), lower_function_body(), lower_gimple_bind(), lower_gimple_return(), lower_lastprivate_clauses(), lower_lastprivate_conditional_clauses(), lower_nested_functions(), lower_oacc_head_mark(), lower_oacc_head_tail(), lower_oacc_loop_marker(), lower_oacc_private_marker(), lower_oacc_reductions(), lower_omp(), lower_omp_1(), lower_omp_critical(), lower_omp_for(), lower_omp_for_lastprivate(), lower_omp_for_scan(), lower_omp_master(), lower_omp_ordered(), lower_omp_ordered_clauses(), lower_omp_regimplify_operands(), lower_omp_regimplify_operands_p(), lower_omp_regimplify_p(), lower_omp_scan(), lower_omp_scope(), lower_omp_sections(), lower_omp_single(), lower_omp_single_copy(), lower_omp_single_simple(), lower_omp_target(), lower_omp_task_reductions(), lower_omp_taskgroup(), lower_omp_taskreg(), lower_omp_teams(), lower_opt(), lower_opt(), lower_private_allocate(), lower_rec_input_clauses(), lower_rec_simd_input_clauses(), lower_reduction_clauses(), lower_resx(), lower_send_clauses(), lower_send_shared_vars(), lower_sequence_no_tm(), lower_sequence_tm(), lower_stmt(), lower_transaction(), lower_try_catch(), lower_try_finally(), lower_try_finally_copy(), lower_try_finally_dup_block(), lower_try_finally_nofallthru(), lower_try_finally_onedest(), lower_try_finally_switch(), lower_vec_perm(), lowest_cost_path(), lowpart_bit_field_p(), lowpart_bitmask(), lowpart_subreg(), lowpart_subreg_maybe_copy(), lowpart_subreg_regno(), lra(), lra_asm_insn_error(), lra_assign(), lra_change_class(), lra_coalesce(), lra_constrain_insn(), lra_constraint_offset(), lra_constraints(), lra_copy_reg_equiv(), lra_create_copy(), lra_create_live_ranges(), lra_create_live_ranges_1(), lra_create_new_reg(), lra_create_new_reg_with_unique_value(), lra_debug_elim_table(), lra_debug_live_range_list(), lra_debug_live_ranges(), lra_debug_pseudo_live_ranges(), lra_delete_dead_insn(), lra_dump_bitmap_with_title(), lra_dump_insns_if_possible(), lra_eliminate(), lra_eliminate_reg_if_possible(), lra_eliminate_regs_1(), lra_emit_add(), lra_emit_move(), lra_final_code_change(), lra_free_copies(), lra_get_elimination_hard_regno(), lra_inheritance(), lra_init_equiv(), lra_intersected_live_ranges_p(), lra_merge_live_ranges(), lra_need_for_scratch_reg_p(), lra_need_for_spills_p(), lra_print_live_range_list(), lra_process_new_insns(), lra_push_insn_1(), lra_remat(), lra_rtx_hash(), lra_set_insn_recog_data(), lra_set_used_insn_alternative(), lra_set_used_insn_alternative_by_uid(), lra_setup_reg_renumber(), lra_setup_reload_pseudo_preferenced_hard_reg(), lra_spill(), lra_split_hard_reg_for(), lra_substitute_pseudo(), lra_substitute_pseudo_within_insn(), lra_undo_inheritance(), lra_update_biggest_mode(), lra_update_dup(), lra_update_dups(), lra_update_fp2sp_elimination(), lra_update_insn_recog_data(), lra_update_insn_regno_info(), lra_update_operator_dups(), lra_update_reg_val_offset(), lra_update_sp_offset(), wi::lrshift_large(), lsb_bitfield_op_p(), lsei_cgraph_node(), lsei_end_p(), lsei_next(), lsei_next_function_in_partition(), lsei_next_in_partition(), lsei_next_variable_in_partition(), lsei_node(), lsei_start(), lsei_start_function_in_partition(), lsei_start_in_partition(), lsei_start_variable_in_partition(), lsei_varpool_node(), double_int::lshift(), double_int::lshift(), lshift_cheap_p(), lshift_double(), wi::lshift_large(), lshift_significand(), lsm_tmp_name_add(), lto_append_block(), lto_append_data(), lto_append_data(), lto_append_to_compression_stream(), lto_begin_section(), lto_check_version(), lto_compress_block(), lto_compression_zlib(), lto_create_renaming_table(), lto_create_simple_input_block(), lto_create_simple_output_block(), lto_data_in_create(), lto_destroy_simple_input_block(), lto_destroy_simple_output_block(), lto_end_compression(), lto_end_uncompression(), lto_free_function_in_decl_state_for_node(), lto_free_section_data(), lto_get_decl_name_mapping(), lto_get_function_in_decl_state(), lto_get_index(), lto_get_section_data(), lto_get_section_name(), lto_gimple_code_to_tag(), lto_init_eh(), lto_input_data_block(), lto_input_eh_catch_list(), lto_input_fn_decl_ref(), lto_input_location(), lto_input_mode_table(), lto_input_scc(), lto_input_toplevel_asms(), lto_input_tree(), lto_input_tree_1(), lto_input_tree_ref(), lto_input_ts_binfo_tree_pointers(), lto_input_ts_block_tree_pointers(), lto_input_ts_common_tree_pointers(), lto_input_ts_complex_tree_pointers(), lto_input_ts_constructor_tree_pointers(), lto_input_ts_decl_common_tree_pointers(), lto_input_ts_decl_minimal_tree_pointers(), lto_input_ts_decl_with_vis_tree_pointers(), lto_input_ts_exp_tree_pointers(), lto_input_ts_field_decl_tree_pointers(), lto_input_ts_function_decl_tree_pointers(), lto_input_ts_list_tree_pointers(), lto_input_ts_omp_clause_tree_pointers(), lto_input_ts_poly_tree_pointers(), lto_input_ts_type_common_tree_pointers(), lto_input_ts_type_non_common_tree_pointers(), lto_input_ts_vec_tree_pointers(), lto_input_ts_vector_tree_pointers(), lto_input_var_decl_ref(), lto_is_streamable(), lto_new_compression_stream(), lto_new_in_decl_state(), lto_new_out_decl_state(), lto_normalized_zlib_level(), lto_out_decl_state_written_size(), lto_output(), lto_output_decl_state_refs(), lto_output_edge(), lto_output_fn_decl_ref(), lto_output_init_mode_table(), lto_output_location(), lto_output_location_1(), lto_output_location_and_block(), lto_output_node(), lto_output_ref(), lto_output_toplevel_asms(), lto_output_tree(), lto_output_tree_1(), lto_output_var_decl_ref(), lto_output_varpool_node(), lto_read_body_or_constructor(), lto_read_tree(), lto_read_tree_1(), lto_reader_init(), lto_record_renamed_decl(), lto_section_overrun(), lto_set_in_hooks(), lto_streamer_init(), lto_streaming_expected_p(), lto_symtab_encoder_delete_node(), lto_symtab_encoder_new(), lto_tag_check(), lto_tag_check_range(), lto_tag_check_set(), lto_tag_is_gimple_code_p(), lto_tag_is_tree_code_p(), lto_tag_to_gimple_code(), lto_tag_to_tree_code(), lto_tree_code_to_tag(), lto_uncompress_block(), lto_uncompression_zlib(), lto_variably_modified_type_p(), lto_write_mode_table(), lto_write_options(), lto_write_stream(), lto_write_tree_1(), lto_zalloc(), lto_zfree(), wi::lts_p_large(), wi::ltu_p_large(), lv_adjust_loop_entry_edge(), sarif_stream_output_format::machine_readable_stderr_p(), macro_hash_del(), macro_hash_eq(), macro_hash_hashval(), regenerate-opt-urls::main(), main(), main(), main(), driver::main(), toplev::main(), main(), main(), main(), main(), main(), main_block_label(), make_accum_type(), make_anon_name(), make_any_offset_constraints(), make_array_slice(), sarif_builder::make_artifact_change_object(), sarif_builder::make_artifact_content_object(), sarif_builder::make_artifact_location_object(), sarif_builder::make_artifact_location_object_for_pwd(), sarif_builder::make_artifact_object(), make_at_file(), make_attribute(), make_automaton(), make_automaton_attrs(), make_bit_field_ref(), make_blocks(), make_blocks_1(), make_bool_mode(), make_call_insn_raw(), make_canonical(), sarif_builder::make_code_flow_object(), make_complex_modes(), make_compound_operation(), make_compound_operation_int(), ana::region_offset::make_concrete(), make_cond_expr_edges(), make_constraint_from(), make_constraint_from_global_restrict(), make_constraint_from_restrict(), make_constraint_to(), make_constraints_to(), make_copy_constraint(), make_data_region_try_statement(), make_debug_expr_from_rtl(), make_debug_insn_raw(), make_decimal_float_mode(), symtab_node::make_decl_local(), make_decl_one_only(), make_decl_rtl(), make_decl_rtl_for_debug(), make_defs_and_copies_lists(), make_dependent_on_partition(), make_dispatcher_decl(), sarif_builder::make_driver_tool_component_object(), make_early_clobber_and_input_conflicts(), make_edges(), make_edges(), make_edges_bb(), make_eh_edge(), make_epilogue_seq(), make_exists(), make_extraction(), make_fancy_decl_name(), make_fancy_name(), make_fancy_name_1(), make_field_assignment(), sarif_builder::make_fix_object(), make_float_mode(), make_forwarder_block(), make_forwarders_with_degenerate_phis(), make_fract_type(), make_gcc_urlifier(), make_gcov_file_name(), make_gimple_asm_edges(), make_gimple_switch_edges(), make_goto_expr_edges(), make_heapvar(), make_indirect_escape_constraint(), make_insn_raw(), make_int_cst(), make_int_mode(), make_int_n(), make_invariant_chain(), make_item_for_dump_generic_expr(), make_item_for_dump_gimple_expr(), make_item_for_dump_gimple_stmt(), make_item_for_dump_symtab_node(), timer::named_items::make_json(), timer::make_json(), timer::timevar_def::make_json(), make_json_for_timevar_time_def(), make_jump_insn_raw(), make_label_edge(), make_length_attrs(), cgraph_node::make_local(), make_location(), make_location(), sarif_builder::make_location_object(), sarif_builder::make_location_object(), sarif_builder::make_locations_arr(), make_loops_gang_single(), make_memloc(), sarif_builder::make_message_object(), sarif_builder::make_message_object_for_diagram(), make_more_copies(), sarif_builder::make_multiformat_message_string(), make_new_qty(), make_new_ssa_for_all_defs(), make_new_ssa_for_def(), make_node(), make_note_raw(), make_numeric_value(), make_object_dead(), make_object_live(), make_opaque_mode(), diagnostic_context::make_option_name(), make_or_reuse_accum_type(), make_or_reuse_fract_type(), make_param_constraints(), make_partial_integer_mode(), make_pass_all_early_optimizations(), make_pass_all_optimizations(), make_pass_all_optimizations_g(), make_pass_analyzer(), make_pass_asan(), make_pass_asan_O0(), make_pass_backprop(), make_pass_build_alias(), make_pass_build_cfg(), make_pass_build_cgraph_edges(), make_pass_build_ealias(), make_pass_build_ssa(), make_pass_build_ssa_passes(), make_pass_call_cdce(), make_pass_ccp(), make_pass_cd_dce(), make_pass_ch(), make_pass_ch_vect(), make_pass_clean_state(), make_pass_cleanup_barriers(), make_pass_cleanup_cfg_post_optimizing(), make_pass_cleanup_eh(), make_pass_combine(), make_pass_compare_elim_after_reload(), make_pass_complete_unroll(), make_pass_complete_unrolli(), make_pass_compute_alignments(), make_pass_convert_switch(), make_pass_convert_to_eh_region_ranges(), make_pass_copy_prop(), make_pass_coroutine_early_expand_ifns(), make_pass_coroutine_lower_builtins(), make_pass_cprop_hardreg(), make_pass_cse(), make_pass_cse2(), make_pass_cse_after_global_opts(), make_pass_cse_reciprocals(), make_pass_cse_sincos(), make_pass_cselim(), make_pass_dce(), make_pass_delay_slots(), make_pass_df_finish(), make_pass_df_initialize_no_opt(), make_pass_df_initialize_opt(), make_pass_diagnose_omp_blocks(), make_pass_diagnose_tm_blocks(), make_pass_dominator(), make_pass_dse(), make_pass_duplicate_computed_gotos(), make_pass_dwarf2_frame(), make_pass_early_inline(), make_pass_early_object_sizes(), make_pass_early_remat(), make_pass_early_thread_jumps(), make_pass_early_vrp(), make_pass_early_warn_uninitialized(), make_pass_expand(), make_pass_expand_omp(), make_pass_expand_omp_ssa(), make_pass_expand_powcabs(), make_pass_fast_rtl_dce(), make_pass_fast_vrp(), make_pass_feedback_split_functions(), make_pass_final(), make_pass_fix_loops(), make_pass_fixup_cfg(), make_pass_fold_builtins(), make_pass_fold_mem_offsets(), make_pass_forwprop(), make_pass_fre(), make_pass_free_cfg(), make_pass_gcse2(), make_pass_gimple_isel(), make_pass_graphite(), make_pass_graphite_transforms(), make_pass_harden_compares(), make_pass_harden_conditional_branches(), make_pass_harden_control_flow_redundancy(), make_pass_if_after_combine(), make_pass_if_after_reload(), make_pass_if_conversion(), make_pass_if_to_switch(), make_pass_inc_dec(), make_pass_initialize_regs(), make_pass_instantiate_virtual_regs(), make_pass_into_cfg_layout_mode(), make_pass_ipa_auto_profile(), make_pass_ipa_cdtor_merge(), make_pass_ipa_comdats(), make_pass_ipa_cp(), make_pass_ipa_devirt(), make_pass_ipa_fn_summary(), make_pass_ipa_free_fn_summary(), make_pass_ipa_free_lang_data(), make_pass_ipa_function_and_variable_visibility(), make_pass_ipa_icf(), make_pass_ipa_increase_alignment(), make_pass_ipa_inline(), make_pass_ipa_lower_emutls(), make_pass_ipa_modref(), make_pass_ipa_oacc(), make_pass_ipa_oacc_kernels(), make_pass_ipa_odr(), make_pass_ipa_profile(), make_pass_ipa_pta(), make_pass_ipa_pure_const(), make_pass_ipa_reference(), make_pass_ipa_remove_symbols(), make_pass_ipa_single_use(), make_pass_ipa_sra(), make_pass_ipa_strub(), make_pass_ipa_strub_mode(), make_pass_ipa_tm(), make_pass_ipa_tree_profile(), make_pass_ipa_whole_program_visibility(), make_pass_ira(), make_pass_isolate_erroneous_paths(), make_pass_iv_canon(), make_pass_iv_optimize(), make_pass_jump(), make_pass_jump2(), make_pass_jump_after_combine(), make_pass_laddress(), make_pass_late_compilation(), make_pass_late_thread_prologue_and_epilogue(), make_pass_late_warn_uninitialized(), make_pass_leaf_regs(), make_pass_lim(), make_pass_linterchange(), make_pass_live_range_shrinkage(), make_pass_local_fn_summary(), make_pass_local_optimization_passes(), make_pass_local_pure_const(), make_pass_loop2(), make_pass_loop_distribution(), make_pass_loop_jam(), make_pass_loop_prefetch(), make_pass_loop_split(), make_pass_loop_versioning(), make_pass_lower_bitint(), make_pass_lower_bitint_O0(), make_pass_lower_cf(), make_pass_lower_complex(), make_pass_lower_complex_O0(), make_pass_lower_eh(), make_pass_lower_eh_dispatch(), make_pass_lower_omp(), make_pass_lower_resx(), make_pass_lower_subreg(), make_pass_lower_subreg2(), make_pass_lower_subreg3(), make_pass_lower_switch(), make_pass_lower_switch_O0(), make_pass_lower_tm(), make_pass_lower_vaarg(), make_pass_lower_vector(), make_pass_lower_vector_ssa(), make_pass_machine_reorg(), make_pass_match_asm_constraints(), make_pass_merge_phi(), make_pass_mode_switching(), make_pass_modref(), make_pass_nothrow(), make_pass_nrv(), make_pass_oacc_device_lower(), make_pass_oacc_kernels(), make_pass_oacc_loop_designation(), make_pass_object_sizes(), make_pass_omp_device_lower(), make_pass_omp_oacc_kernels_decompose(), make_pass_omp_oacc_neuter_broadcast(), make_pass_omp_simd_clone(), make_pass_omp_target_link(), make_pass_optimize_bswap(), make_pass_optimize_widening_mul(), make_pass_outof_cfg_layout_mode(), make_pass_parallelize_loops(), make_pass_partition_blocks(), make_pass_peephole2(), make_pass_phiopt(), make_pass_phiprop(), make_pass_post_ipa_warn(), make_pass_postreload(), make_pass_postreload_cse(), make_pass_pre(), make_pass_pre_slp_scalar_cleanup(), make_pass_predcom(), make_pass_profile(), make_pass_reassoc(), make_pass_rebuild_cgraph_edges(), make_pass_rebuild_frequencies(), make_pass_ree(), make_pass_refactor_eh(), make_pass_reginfo_init(), make_pass_regrename(), make_pass_release_ssa_names(), make_pass_reload(), make_pass_remove_cgraph_callee_edges(), make_pass_reorder_blocks(), make_pass_rest_of_compilation(), make_pass_return_slot(), make_pass_rtl_cprop(), make_pass_rtl_doloop(), make_pass_rtl_dse1(), make_pass_rtl_dse2(), make_pass_rtl_fwprop(), make_pass_rtl_fwprop_addr(), make_pass_rtl_hoist(), make_pass_rtl_ifcvt(), make_pass_rtl_loop_done(), make_pass_rtl_loop_init(), make_pass_rtl_move_loop_invariants(), make_pass_rtl_pre(), make_pass_rtl_store_motion(), make_pass_rtl_unroll_loops(), make_pass_sancov(), make_pass_sancov_O0(), make_pass_sanopt(), make_pass_sccopy(), make_pass_scev_cprop(), make_pass_sched(), make_pass_sched2(), make_pass_sched_fusion(), make_pass_set_nothrow_function_flags(), make_pass_shorten_branches(), make_pass_simduid_cleanup(), make_pass_sink_code(), make_pass_slp_vectorize(), make_pass_sms(), make_pass_split_after_reload(), make_pass_split_all_insns(), make_pass_split_before_regstack(), make_pass_split_before_sched2(), make_pass_split_crit_edges(), make_pass_split_for_shorten_branches(), make_pass_split_functions(), make_pass_split_paths(), make_pass_sra(), make_pass_sra_early(), make_pass_stack_adjustments(), make_pass_stack_ptr_mod(), make_pass_stack_regs(), make_pass_stack_regs_run(), make_pass_stdarg(), make_pass_store_merging(), make_pass_strength_reduction(), make_pass_strip_predict_hints(), make_pass_strlen(), make_pass_tail_calls(), make_pass_tail_recursion(), make_pass_target_clone(), make_pass_thread_jumps(), make_pass_thread_jumps_full(), make_pass_thread_prologue_and_epilogue(), make_pass_tm_edges(), make_pass_tm_init(), make_pass_tm_mark(), make_pass_tm_memopt(), make_pass_tracer(), make_pass_tree_ifcombine(), make_pass_tree_loop(), make_pass_tree_loop_done(), make_pass_tree_loop_init(), make_pass_tree_no_loop(), make_pass_tree_unswitch(), make_pass_tsan(), make_pass_tsan_O0(), make_pass_ubsan(), make_pass_ud_rtl_dce(), make_pass_uncprop(), make_pass_update_address_taken(), make_pass_variable_tracking(), make_pass_vectorize(), make_pass_vrp(), make_pass_vtable_verify(), make_pass_walloca(), make_pass_warn_access(), make_pass_warn_function_noreturn(), make_pass_warn_function_return(), make_pass_warn_nonnull_compare(), make_pass_warn_printf(), make_pass_warn_recursion(), make_pass_warn_restrict(), make_pass_warn_unused_result(), make_pass_web(), make_pass_zero_call_used_regs(), make_phi_node(), make_prologue_seq(), make_pseudo_conflict(), make_pwd_uri_str(), make_range(), make_range_step(), make_reg_eh_region_note(), make_reg_eh_region_note_nothrow_nononlocal(), make_region_loop_nest(), sarif_builder::make_region_object_for_hint(), make_region_seq(), make_regs_eqv(), sarif_builder::make_replacement_object(), sarif_builder::make_reporting_descriptor_object_for_cwe_id(), sarif_builder::make_reporting_descriptor_object_for_warning(), sarif_builder::make_reporting_descriptor_reference_object_for_cwe_id(), sarif_builder::make_result_object(), make_return_insns(), make_rooted_chain(), make_rule_id_for_diagnostic_kind(), sarif_builder::make_run_object(), make_safe_from(), make_sarif_logical_location_object(), make_signed_type(), cgraph_edge::make_speculative(), ipa_polymorphic_call_context::make_speculative(), make_split_prologue_seq(), make_ssa_name_fn(), ana::region_offset::make_symbolic(), sarif_builder::make_thread_flow_location_object(), make_tm_uninst(), sarif_builder::make_tool_component_reference_object_for_cwe(), sarif_builder::make_tool_object(), sarif_builder::make_top_level_object(), make_trait_selector(), make_trait_set_selector(), make_transitive_closure_constraints(), make_tree(), make_tree_binfo(), make_tree_vec(), make_unsigned_type(), make_vector(), make_vector_bool_mode(), make_vector_mode(), make_vector_modes(), make_vector_type(), malloc_candidate_p(), malloc_candidate_p_1(), mangle(), mangle_name(), mangle_path(), mangle_referenced_decls(), map_attr_string(), map_decl_to_instance(), tree_loop_interchange::map_inductions_to_loop(), mark_address(), mark_address_taken(), mark_addressable(), mark_aliased_reaching_defs_necessary(), mark_aliased_reaching_defs_necessary_1(), mark_all_labels(), mark_all_loops_for_removal(), mark_all_reaching_defs_necessary_1(), mark_all_vars_used_1(), mark_altered(), mark_base_types(), mark_bivs(), ipa_param_body_adjustments::mark_clobbers_dead(), mark_constants(), mark_constants_in_pattern(), mark_control_dependent_edges_necessary(), ipa_param_body_adjustments::mark_dead_statements(), mark_decl_referenced(), mark_def_interesting(), mark_def_sites(), int_hash< Type, Empty, Deleted >::mark_deleted(), pointer_hash< Type >::mark_deleted(), vect_scalar_ops_slice_hash::mark_deleted(), mark_dfs_back_edges(), mark_effect(), ana::bounded_ranges_manager::hash_traits_t::mark_empty(), int_hash< Type, Empty, Deleted >::mark_empty(), mark_end_of_function_resources(), mark_functions_to_output(), mark_hard_reg_dead(), mark_hard_reg_early_clobbers(), mark_hard_reg_live(), mark_home_live_1(), mark_ident(), mark_ignored_debug_section(), mark_insn(), mark_irreducible_loops(), mark_jump_label(), mark_jump_label_1(), mark_jump_label_asm(), mark_label_nuses(), mark_load(), mark_local_labels_stmt(), mark_loop_exit_edges(), mark_loops_for_removal(), mark_loops_in_oacc_kernels_region(), mark_matching_switches(), mark_mode_tests(), mark_nonreg_stores_1(), mark_nonreg_stores_2(), mark_nonssa_use(), mark_nontemporal_store(), mark_nontemporal_stores(), mark_not_eliminable(), mark_not_eliminable(), mark_operand_necessary(), mark_operands_from_match_dup(), mark_operands_used_in_match_dup(), mark_phi_for_rewrite(), mark_pseudo_regno_dead(), mark_pseudo_regno_live(), mark_pseudo_regno_subword_dead(), mark_pseudo_regno_subword_live(), mark_ptr_info_alignment_unknown(), mark_reachable_blocks(), mark_reachable_handlers(), mark_ref_dead(), mark_ref_live(), mark_ref_regs(), mark_referenced_regs(), mark_referenced_resources(), mark_reg_as_referenced(), mark_reg_clobber(), mark_reg_dependencies(), mark_reg_store(), mark_reload_reg_in_use(), mark_replaceable(), mark_scope_block_unused(), mark_set_regs(), mark_set_resources(), mark_ssa_maybe_undefs(), mark_stack_region_used(), mark_stmt_if_obviously_necessary(), mark_stmt_necessary(), mark_store(), mark_symbol_refs_as_used(), mark_target_live_regs(), fwd_jt_path_registry::mark_threaded_blocks(), mark_transaction_restart_calls(), mark_use_interesting(), mark_used_flags(), mark_used_regs_combine(), mark_user_reg(), mark_virtual_operand_for_renaming(), mark_virtual_phi_result_for_renaming(), mark_weak(), wi::mask(), wi::mask(), wi::mask(), double_int::mask(), mask_exists(), mask_rtx(), mask_to_comparison(), mask_with_tz(), maskable_range_p(), masked_increment(), match_arith_overflow(), match_asm_constraints_1(), match_pattern(), match_pattern_1(), match_pattern_2(), match_reload(), match_rtx(), match_saturation_arith(), match_simplify_replacement(), match_single_bit_test(), match_uaddc_usubc(), complex_add_pattern::matches(), complex_mul_pattern::matches(), complex_fms_pattern::matches(), matches_main_base(), matching_alloc_calls_p(), matching_alloc_calls_p(), matching_constraint_num(), vect_optimize_slp_pass::materialize(), cgraph_node::materialize_clone(), mathfn_built_in_1(), mathfn_built_in_2(), align_flags::max(), double_int::max(), max_attr_value(), max_int_size_in_bytes(), max_loop_iterations(), max_loop_iterations_int(), max_operand_1(), ao_ref::max_size_known_p(), max_stmt_executions(), max_stmt_executions_int(), max_stmt_executions_tree(), wi::max_value(), double_int::max_value(), may_alias_p(), may_assign_reg_p(), may_be_aliased(), may_be_nonaddressable_p(), may_be_sp_based_p(), may_be_unaligned_p(), may_eliminate_iv(), may_move_till(), may_negate_without_overflow_p(), may_propagate_copy(), may_propagate_copy_into_stmt(), may_reassociate_p(), gori_compute::may_recompute_p(), may_trap_p_1(), may_use_storent_in_loop_p(), maybe_add_asan_poison_write(), operands_scanner::maybe_add_call_vops(), maybe_add_early_return_predict_stmt(), gori_map::maybe_add_gori(), maybe_add_implicit_barrier_cancel(), maybe_add_nop_after_section_switch(), infinite_loop_diagnostic::maybe_add_sarif_properties(), infinite_recursion_diagnostic::maybe_add_sarif_properties(), maybe_add_sra_candidate(), infer_range_manager::maybe_adjust_range(), maybe_assemble_visibility(), maybe_build_call_expr_loc(), maybe_build_generic_op(), maybe_build_inner_data_region(), gimple_range_op_handler::maybe_builtin_call(), maybe_canonicalize_argtypes(), maybe_canonicalize_comparison(), maybe_canonicalize_comparison_1(), maybe_canonicalize_mem_ref_addr(), maybe_cast_to_ptrmode(), maybe_catch_exception(), maybe_clean_eh_stmt_fn(), maybe_clean_or_replace_eh_stmt(), maybe_complain_about_tail_call(), maybe_copy_prologue_epilogue_insn(), maybe_create_die_with_external_ref(), symtab_node::maybe_create_reference(), maybe_create_ssa_name(), maybe_dead_abnormal_edge_p(), maybe_default_option(), maybe_default_options(), maybe_delete_ident(), maybe_diag_alias_attributes(), maybe_diag_incompatible_alias(), maybe_diag_stxncpy_trunc(), maybe_dump_rtl_for_gimple_stmt(), maybe_duplicate_computed_goto(), maybe_duplicate_eh_stmt(), maybe_duplicate_eh_stmt_fn(), maybe_emit_atomic_exchange(), maybe_emit_atomic_test_and_set(), maybe_emit_call_builtin___clear_cache(), maybe_emit_chk_warning(), maybe_emit_file(), maybe_emit_group_store(), maybe_emit_op(), maybe_emit_sprintf_chk_warning(), maybe_emit_sync_lock_test_and_set(), maybe_emit_unop_insn(), maybe_eval_c_test(), maybe_expand_insn(), maybe_expand_jump_insn(), maybe_expand_shift(), maybe_find_code(), maybe_fix_stack_asms(), maybe_flat_loop_profile(), maybe_fold_and_comparisons(), maybe_fold_comparisons_from_match_pd(), maybe_fold_or_comparisons(), maybe_fold_reference(), maybe_fold_tmr(), maybe_gen_insn(), maybe_get_identifier(), ana::state_machine::maybe_get_merged_state(), maybe_get_sarif_level(), file_cache_slot::maybe_grow(), maybe_hot_count_p(), cgraph_edge::maybe_hot_p(), maybe_inline_call_in_expr(), maybe_instrument_assignment(), maybe_instrument_call(), maybe_instrument_pointer_overflow(), maybe_invalidate(), maybe_legitimize_operand(), maybe_legitimize_operands(), maybe_line_and_column(), maybe_lower_iteration_bound(), maybe_lvalue_p(), sarif_builder::maybe_make_artifact_content_object(), sarif_builder::maybe_make_artifact_content_object(), sarif_builder::maybe_make_cwe_taxonomy_object(), compiler_version_info::maybe_make_full_name(), maybe_make_indirect(), sarif_builder::maybe_make_kinds_array(), sarif_builder::maybe_make_physical_location_object(), sarif_builder::maybe_make_region_object(), sarif_builder::maybe_make_region_object_for_context(), sarif_builder::maybe_make_taxonomies_array(), compiler_version_info::maybe_make_version_url(), maybe_memory_address_addr_space_p(), maybe_merge_cfa_adjust(), maybe_mode_change(), maybe_move_args_size_note(), maybe_move_debug_stmts_to_successors(), gimple_range_op_handler::maybe_non_standard(), maybe_nonzero_address(), maybe_optimize_arith_overflow(), maybe_optimize_asan_check_ifn(), maybe_optimize_fetch_op(), maybe_optimize_guarding_check(), maybe_optimize_mod_cmp(), maybe_optimize_pow2p_mod_cmp(), maybe_optimize_range_tests(), maybe_optimize_sub_cmp_0(), maybe_optimize_ubsan_null_ifn(), maybe_optimize_ubsan_ptr_ifn(), maybe_optimize_ubsan_vptr_ifn(), maybe_optimize_var(), maybe_output_constant_def_contents(), maybe_predict_edge(), driver::maybe_print_and_exit(), maybe_propagate_label_ref(), dom_ranger::maybe_push_edge(), maybe_push_queue(), maybe_push_res_to_seq(), maybe_push_to_hybrid_worklist(), driver::maybe_putenv_COLLECT_LTO_WRAPPER(), driver::maybe_putenv_OFFLOAD_TARGETS(), function_reader::maybe_read_location(), maybe_record_in_goto_queue(), maybe_record_nested_function(), maybe_record_node(), maybe_record_sincos(), maybe_record_trace_start(), maybe_record_trace_start_abnormal(), remove_unreachable::maybe_register(), maybe_register_def(), back_threader::maybe_register_path(), back_threader::maybe_register_path_dump(), path_range_query::maybe_register_phi_relation(), maybe_remove_omp_member_access_dummy_vars(), maybe_remove_writeonly_store(), maybe_replace_use(), maybe_replace_use_in_debug_stmt(), maybe_reset_location_view(), maybe_resimplify_conditional_op(), irange::maybe_resize(), maybe_rewrite_mem_ref_base(), driver::maybe_run_linker(), maybe_run_lto_and_relink(), maybe_select_cc_mode(), maybe_set_dependence_info(), maybe_set_nonzero_bits(), maybe_set_strlen_range(), maybe_set_vectorized_backedge_value(), diagnostic_context::maybe_show_locus(), maybe_skip_until(), maybe_special_function_p(), maybe_strip_eq_note_for_split_iv(), maybe_swap_commutative_operands(), back_threader::maybe_thread_block(), maybe_trim_complex_store(), maybe_trim_constructor_store(), maybe_trim_memstar_call(), maybe_trim_partially_dead_store(), maybe_unlink(), maybe_unlink(), maybe_unlink_list(), maybe_unwind_expanded_macro_loc(), maybe_update_mem_ref_hash_table(), maybe_warn_for_bound(), maybe_warn_for_bound(), maybe_warn_for_bound(), maybe_warn_implicit_fallthrough(), maybe_warn_nonstring_arg(), maybe_warn_nonstring_arg(), maybe_warn_nonstring_arg(), maybe_warn_operand(), strlen_pass::maybe_warn_overflow(), strlen_pass::maybe_warn_overflow(), maybe_warn_pass_by_reference(), maybe_warn_pointless_strcmp(), maybe_warn_read_write_only(), maybe_warn_switch_unreachable_and_auto_init(), maybe_with_size_expr(), maybe_wrap_with_location(), mcf_smooth_cfg(), mcf_sqrt(), md_decimal_string(), md_reader::md_reader(), mdep_constraint_len(), measure_input_list(), meet(), ipa_polymorphic_call_context::meet_speculation_with(), ipcp_vr_lattice::meet_with(), ipa_polymorphic_call_context::meet_with(), ipcp_bits_lattice::meet_with(), ipcp_vr_lattice::meet_with_1(), ipcp_bits_lattice::meet_with_1(), mem_expr_equal_p(), mem_loc_descriptor(), mem_might_overlap_already_clobbered_arg_p(), mem_ref_alloc(), mem_ref_count_reasonable_p(), mem_ref_refers_to_non_mem_p(), mem_ref_valid_without_offset_p(), mem_refs_may_alias_p(), irange_bitmask::member_p(), memory_address_addr_space(), memory_address_addr_space_p(), memory_load_overlap(), memory_modified_in_insn_p(), memory_move_secondary_cost(), memory_operand(), mempool_obstack_chunk_alloc(), mempool_obstack_chunk_free(), memref_referenced_p(), memref_used_between_p(), memrefs_conflict_p(), mems_conflict_for_gcse_p(), mention_regs(), mentions_nonequal_regs(), modref_access_node::merge(), ipa_icf::sem_function::merge(), ipa_icf::sem_variable::merge(), modref_tree< T >::merge(), modref_tree< T >::merge(), merge_agg_lats_step(), merge_aggregate_lattices(), merge_allocnos(), merge_and_complain(), merge_attributes(), merge_blocks_move(), merge_blocks_move_predecessor_nojumps(), merge_blocks_move_successor_nojumps(), merge_chains(), ipa_icf::sem_item_optimizer::merge_classes(), merge_clusters(), merge_comps(), merge_decl_attributes(), merge_def_and_ext(), loop_distribution::merge_dep_scc_partitions(), merge_equiv_classes(), merge_flto_options(), modref_access_node::merge_for_kills(), merge_hard_reg_conflicts(), merge_identical_invariants(), merge_if_block(), merge_in_block(), merge_include_chains(), merge_into_decision(), merge_into_state(), merge_into_state_1(), merge_last(), merge_latch_edges(), merge_loop_tree(), merge_memattrs(), merge_node_constraints(), merge_notes(), merge_object_sizes(), merge_outer_ops(), merge_overlapping_regs(), merge_patterns(), merge_profile_summaries(), merge_pseudos(), ssa_cache::merge_range(), merge_ranges(), merge_ranges(), merge_ranges_1(), access_ref::merge_ref(), merge_relative_positions(), merge_states(), merge_stmts_p(), merge_stream_usage(), merge_truthop_with_opposite_arm(), merge_usage(), merge_weak(), merge_with_identity(), mergeable_constant_section(), mergeable_string_section(), mergesort(), message_at(), ipa_param_adjustments::method2func_p(), methods_equal_p(), mfb_keep_latches(), double_int::min(), min_align_of_type(), min_attr_value(), wi::min_value(), double_int::min_value(), minimize_DFA(), minmax_from_comparison(), minmax_loc_descriptor(), minmax_replacement(), minus_op1_op2_relation_effect(), file_cache::missing_trailing_newline_p(), mk_attr_alt(), mnemonic_htab_callback(), double_int::mod(), wi::mod_inv(), mode_dependent_address_p(), mode_for_array(), mode_for_size(), mode_for_size_tree(), mode_for_vector(), mode_signbit_p(), mode_to_bits(), mode_to_bytes(), mode_to_inner(), mode_to_nunits(), mode_to_unit_precision(), mode_to_unit_size(), modified_between_p(), modified_in_p(), modified_type_die(), ipa_param_body_adjustments::modify_assignment(), modify_attr_enabled_ce(), ipa_param_adjustments::modify_call(), ipa_param_body_adjustments::modify_call_stmt(), ipa_param_body_adjustments::modify_cfun_body(), ipa_param_body_adjustments::modify_expression(), ipa_param_body_adjustments::modify_formal_parameters(), ipa_param_body_adjustments::modify_gimple_stmt(), modify_move_list(), modref_may_conflict(), most_expensive_mult_to_index(), mostly_copy_tree_r(), mostly_true_jump(), mostly_zeros_p(), move2add_note_store(), move2add_record_mode(), move2add_use_add2_insn(), move2add_use_add3_insn(), move2add_valid_value_p(), move_all_children(), move_allocno_live_ranges(), move_block_after(), move_block_from_reg(), move_block_to_fn(), move_by_pieces(), tree_loop_interchange::move_code_to_inner_loop(), move_computations_worker(), move_dead_notes(), move_deaths(), move_debug_stmts_from_forwarder(), vec_info::move_dr(), move_early_exit_stmts(), move_edge_and_update(), move_fixed_address_to_symbol(), move_freq_compare_func(), move_hint_to_base(), move_insn_for_shrink_wrap(), move_invariant_reg(), move_invariants(), move_loop_invariants(), move_marked_base_types(), move_plus_up(), move_pointer_to_base(), move_ptes_to_front(), move_sese_in_condition(), move_sese_region_to_fn(), move_spill_restore(), move_stmt(), move_stmt_eh_region_nr(), move_stmt_eh_region_tree_nr(), move_stmt_op(), move_stmt_r(), move_unallocated_pseudos(), move_use_after_head(), move_variant_to_index(), movement_possibility(), movement_possibility_1(), mpfr_from_real(), mpz_get_double_int(), mpz_set_double_int(), mul_double_wide_with_sign(), mul_highpart_cost_ptr(), mul_hwi(), wi::mul_internal(), mul_mod(), mul_widen_cost_ptr(), double_int::mul_with_sign(), mult_by_coeff_cost(), multi_block_pseudo_p(), multi_vector_optab_supported_p(), double_int::multiple_of(), wi::multiple_of_p(), multiple_of_p(), multiple_reg_loc_descriptor(), multiple_sets(), multiplier_allowed_in_address_p(), must_not_spill_p(), must_pass_in_stack_var_size_or_pad(), mutually_exclusive_p(), n_of_executions_at_most(), n_sep_els(), frange::nan_signbit_p(), nan_state::nan_state(), nan_state::nan_state(), narrow_bit_field_mem(), narrow_reload_pseudo_class(), narrower_subreg_mode(), narrowing_initializer_constant_valid_p(), native_decode_rtx(), native_decode_vector_rtx(), native_encode_complex(), native_encode_expr(), native_encode_fixed(), native_encode_initializer(), native_encode_int(), native_encode_real(), native_encode_rtx(), native_encode_string(), native_encode_vector(), native_encode_vector_part(), native_interpret_aggregate(), native_interpret_complex(), native_interpret_expr(), native_interpret_fixed(), native_interpret_int(), native_interpret_real(), native_interpret_vector(), native_interpret_vector_part(), symtab_node::native_rtl_p(), nb_common_loops(), nb_vars_in_chrec(), ncd_for_two_cands(), ncd_of_cand_and_phis(), ncd_with_phi(), ncr_compar(), NDFA_to_DFA(), nearest_common_dominator(), nearest_common_dominator_for_cands(), nearest_common_dominator_of_uses(), need_assembler_name_p(), need_atomic_barrier_p(), need_cmov_or_rewire(), need_data_align_sf_opcode(), need_endianity_attribute_p(), need_fake_edge_p(), need_finalization_p(), need_for_call_save_p(), need_for_split_p(), symtab_node::needed_p(), needs_barrier_p(), needs_fold_left_reduction_p(), needs_to_live_in_memory(), needs_variable(), neg_double(), neg_significand(), double_int::neg_with_overflow(), negate_expr(), negate_expr_p(), negate_mathfn_p(), negate_rtx(), negate_value(), negative_power_of_two_p(), nesting_copy_decl(), netsort(), neuter_worker_single(), neutral_element_p(), neutral_op_for_reduction(), profile_probability::never(), new_addr_loc_descr(), new_addr_stridx(), new_adjust(), vector_builder< T, Shape, Derived >::new_binary_operation(), new_cfi(), new_cfi_row(), new_cluster(), new_constraint(), new_cselib_val(), new_ctf_container(), new_delete_mismatch_p(), new_delete_mismatch_p(), new_die(), new_die_raw(), new_dwarf_proc_die(), new_elt_loc_list(), new_emutls_decl(), vec_perm_indices::new_expanded_vector(), new_graph(), new_insn_chain(), new_insn_reg(), new_label_mapper(), new_live_track(), new_loc_descr(), new_loc_descr_op_bit_piece(), new_loc_list(), new_mode(), new_oacc_loop_raw(), new_oacc_loop_routine(), new_omp_context(), new_omp_context(), new_omp_region(), new_reg_loc_descr(), new_saved_hard_reg(), new_scalar_tmp_constraint_exp(), new_scev_info_str(), new_sese_info(), vec_perm_indices::new_shrunk_vector(), vec_info::new_stmt_vec_info(), new_stridx(), new_temp_expr_table(), new_tree_live_info(), vector_builder< T, Shape, Derived >::new_unary_operation(), new_var_info(), vec_perm_indices::new_vector(), new_zero_array(), newline_and_indent(), newline_and_indent(), parser::next(), generic_subrtx_iterator< T >::next(), rtx_expr_list::next(), rtx_insn_list::next(), next_comma_elt(), symbol_table::next_defined_function(), symtab_node::next_defined_symbol(), symbol_table::next_defined_variable(), next_discriminator_for_locus(), next_dom_son(), symbol_table::next_function(), symbol_table::next_function_with_gimple_body(), NEXT_INSN(), next_insn(), next_insn_no_annul(), bit_field_mode_iterator::next_mode(), next_non_note_insn_var_location(), next_pass_1(), ssa_name_limit_t::next_phi(), next_position(), next_program_point(), next_readonly_imm_use(), next_real_nondebug_insn(), next_sep_el(), symbol_table::next_static_initializer(), symbol_table::next_variable(), niter_for_exit(), no_conflict_move_test(), no_equiv(), no_evolution_in_loop_p(), no_side_effect_bb(), no_unhandled_cfa(), noce_bbs_ok_for_cond_zero_arith(), noce_can_force_operand(), noce_cond_zero_binary_op_supported(), noce_convert_multiple_sets(), noce_convert_multiple_sets_1(), noce_emit_all_but_last(), noce_emit_bb(), noce_emit_cmove(), noce_emit_czero(), noce_emit_insn(), noce_emit_move_insn(), noce_emit_store_flag(), noce_find_if_block(), noce_get_alt_condition(), noce_get_condition(), noce_process_if_block(), noce_reversed_cond_code(), noce_simple_bbs(), noce_try_abs(), noce_try_addcc(), noce_try_bitop(), noce_try_cmove(), noce_try_cmove_arith(), noce_try_cond_zero_arith(), noce_try_ifelse_collapse(), noce_try_inverse_constants(), noce_try_minmax(), noce_try_move(), noce_try_sign_mask(), noce_try_store_flag(), noce_try_store_flag_constants(), noce_try_store_flag_mask(), non_affine_dependence_relation(), non_conflicting_reg_copy_p(), non_eh_succ_edge(), non_lvalue_loc(), non_mem_decl_p(), non_null_loadstore(), non_rewritable_lvalue_p(), non_rewritable_mem_ref_base(), non_suitable_const(), noncall_stmt_may_be_vtbl_ptr_store(), nonfreeing_call_p(), symtab_node::noninterposable_alias(), symtab_node::noninterposable_alias(), nonnull_arg_p(), nonoverlapping_array_refs_p(), nonoverlapping_component_refs_p(), nonoverlapping_component_refs_p_1(), nonoverlapping_memrefs_p(), nonoverlapping_refs_since_match_p(), nonpure_call_p(), nontemporal_store_p(), nonwrapping_chrec_p(), symtab_node::nonzero_address(), nonzero_address_p(), nonzero_bits(), nonzero_bits1(), nonzero_bits_binary_arith_p(), nonzero_bytes_for_type(), noop_move_p(), nop_conversion_for_offset_p(), predicate::normalize(), predicate::normalize(), predicate::normalize(), sreal::normalize(), predicate::normalize(), normalize(), sreal::normalize_down(), irange::normalize_kind(), frange::normalize_kind(), normalize_offset(), normalize_rli(), sreal::normalize_up(), not_actual_file_p(), not_loop_guard_equal_edge_p(), note_constraint(), note_delay_statistics(), note_nonlocal_vla_type(), note_outside_basic_block_p(), note_pattern_stores(), note_reg_elim_costly(), tree_vector_builder::note_representative(), note_rnglist_head(), note_sets_clobbers(), note_simd_array_uses(), note_simd_array_uses_cb(), note_stores(), note_uses(), nothing_to_prefetch_p(), notice(), notice_args_size(), notice_eh_throw(), notice_global_symbol(), notice_new_block(), notice_source_line(), notice_translated(), notify_dependents_of_changed_value(), notify_dependents_of_resolved_value(), ana::region_model::notify_on_pop_frame(), notreg_cost(), nowarn_spec_t::nowarn_spec_t(), nreverse(), num_digits(), num_phis(), num_sign_bit_copies(), num_sign_bit_copies1(), num_sign_bit_copies_binary_arith_p(), num_ssa_operands(), number_blocks(), number_of_iterations_cltz(), number_of_iterations_cltz_complement(), number_of_iterations_cond(), number_of_iterations_exit(), number_of_iterations_exit_assumptions(), number_of_iterations_le(), number_of_iterations_lt(), number_of_iterations_lt_to_ne(), number_of_iterations_ne(), number_of_iterations_ne_max(), number_of_iterations_popcount(), number_of_iterations_until_wrap(), number_of_latch_executions(), number_of_rw_in_partition(), number_of_rw_in_rdg(), oacc_build_routine_dims(), oacc_default_clause(), oacc_dim_call(), oacc_do_neutering(), oacc_entry_exit_ok(), oacc_entry_exit_ok_1(), oacc_entry_exit_single_gang(), oacc_fn_attrib_level(), oacc_get_default_dim(), oacc_get_fn_dim_size(), oacc_get_ifn_dim_arg(), oacc_get_min_dim(), oacc_launch_pack(), oacc_loop_auto_partitions(), oacc_loop_discover_walk(), oacc_loop_discovery(), oacc_loop_fixed_partitions(), oacc_loop_partition(), oacc_loop_process(), oacc_loop_xform_head_tail(), oacc_parse_default_dims(), oacc_privatization_begin_diagnose_var(), oacc_privatization_candidate_p(), oacc_replace_fn_attrib(), oacc_replace_fn_attrib_attr(), oacc_resolve_clause_dependencies(), oacc_rewrite_var_decl(), oacc_set_fn_attrib(), oacc_thread_numbers(), oacc_validate_dims(), oacc_verify_routine_clauses(), oacc_xform_loop(), oacc_xform_tile(), obj_type_ref_class(), object_address_invariant_in_loop_p(), object_conflicts_with_allocno_p(), object_range_compare_func(), auto_obstack::object_size(), object_sizes_execute(), object_sizes_get(), object_sizes_get_raw(), object_sizes_initialize(), object_sizes_set(), object_sizes_set_temp(), object_sizes_unknown_p(), obstack_append_string(), obstack_append_string(), odr_or_derived_type_p(), odr_subtypes_equivalent_p(), odr_type_p(), odr_types_equivalent_p(), odr_types_equivalent_p(), oecount_cmp(), offline_size(), offset_address(), file_cache_slot::offset_buffer(), offset_cmp(), access_ref::offset_in_range(), offset_int_type_size_in_bits(), offset_overlap_p(), offset_within_block_p(), offsettable_address_addr_space_p(), ok_for_auto_simd_clone(), ok_for_base_p_nonstrict(), ok_for_index_p_nonstrict(), old_insns_match_p(), omit_one_operand_loc(), omit_two_operands_loc(), omp_addr_tokenizer::omp_access_chain_p(), omp_addr_tokenizer::omp_accessed_addr(), omp_accumulate_sibling_list(), omp_add_variable(), omp_addr_tokenizer::omp_addr_token::omp_addr_token(), omp_addr_tokenizer::omp_addr_token::omp_addr_token(), omp_adjust_chunk_size(), omp_adjust_for_condition(), omp_build_barrier(), omp_build_component_ref(), omp_build_struct_sibling_lists(), omp_check_context_selector(), omp_check_mapping_compatibility(), omp_check_optional_argument(), omp_check_private(), omp_clause_aligned_alignment(), omp_construct_selector_matches(), omp_construct_simd_compare(), omp_construct_traits_to_codes(), omp_containing_struct(), omp_context_compute_score(), omp_context_name_list_prop(), omp_context_selector_compare(), omp_context_selector_matches(), omp_context_selector_props_compare(), omp_context_selector_set_compare(), omp_copy_decl(), omp_declare_simd_clauses_equal(), omp_declare_target_fn_p(), omp_default_clause(), omp_directive_maps_explicitly(), omp_discover_declare_target_fn_r(), omp_discover_declare_target_tgt_fn_r(), omp_discover_declare_target_var_r(), omp_discover_implicit_declare_target(), omp_expand_local(), omp_extract_for_data(), omp_find_combined_for(), omp_find_scan(), omp_find_stores_op(), omp_find_stores_stmt(), omp_finish_file(), omp_first_chained_access_token(), omp_firstprivatize_type_sizes(), omp_gather_mapping_groups(), omp_gather_mapping_groups_1(), omp_get_attachment(), omp_get_base_pointer(), omp_get_context_selector(), omp_get_context_selector_list(), omp_get_for_step_from_incr(), omp_get_nonfirstprivate_group(), omp_group_base(), omp_group_last(), omp_index_mapping_groups(), omp_index_mapping_groups_1(), omp_is_private(), omp_lastprivate_for_combined_outer_constructs(), omp_lookup_ts_code(), omp_lookup_tss_code(), omp_lto_input_declare_variant_alt(), omp_lto_output_declare_variant_alt(), omp_make_gimple_edges(), omp_map_clause_descriptor_p(), omp_mapped_by_containing_struct(), omp_mark_declare_variant(), omp_max_simt_vf(), omp_max_vf(), omp_maybe_offloaded(), omp_member_access_dummy_var(), omp_memory_order_to_fail_memmodel(), omp_memory_order_to_memmodel(), omp_notice_threadprivate_variable(), omp_notice_variable(), omp_oacc_kernels_decompose(), omp_oacc_kernels_decompose_1(), omp_oacc_kernels_decompose_callback_stmt(), omp_offload_device_kind_arch_isa(), omp_addr_tokenizer::omp_parse_access_method(), omp_addr_tokenizer::omp_parse_access_methods(), omp_addr_tokenizer::omp_parse_array_expr(), omp_addr_tokenizer::omp_parse_component_selector(), omp_parse_expr(), omp_addr_tokenizer::omp_parse_pointer(), omp_addr_tokenizer::omp_parse_ref(), omp_addr_tokenizer::omp_parse_structure_base(), omp_addr_tokenizer::omp_parse_structured_expr(), omp_reduction_init(), omp_reduction_init_op(), omp_reindex_mapping_groups(), omp_reorder_mapping_groups(), omp_requires_to_name(), omp_resolve_clause_dependencies(), omp_resolve_declare_variant(), omp_resolve_late_declare_variant(), omp_runtime_api_call(), omp_runtime_api_procname(), omp_segregate_mapping_groups(), omp_sese_discover_pars(), omp_sese_dump_pars(), omp_sese_find_par(), omp_sese_split_blocks(), omp_shared_to_firstprivate_optimizable_decl_p(), omp_siblist_insert_node_after(), omp_siblist_move_concat_nodes_after(), omp_siblist_move_node_after(), omp_siblist_move_nodes_after(), omp_task_reduction_iterate(), omp_task_reductions_find_first(), omp_tsort_mapping_groups(), omp_tsort_mapping_groups_1(), ompdevlow_adjust_simt_enter(), omplow_simd_context::omplow_simd_context(), diagnostic_text_output_format::on_begin_diagnostic(), quoting_info::on_begin_quote(), on_begin_quote(), ana::region_model_context_decorator::on_bounded_ranges(), sarif_output_format::on_diagram(), diagnostic_text_output_format::on_diagram(), sarif_result::on_diagram(), diagnostic_text_output_format::on_end_diagnostic(), json_output_format::on_end_diagnostic(), sarif_output_format::on_end_diagnostic(), quoting_info::on_end_quote(), on_end_quote(), ana::region_model_context_decorator::on_liveness_change(), sarif_result::on_nested_diagnostic(), ana::region_model_context_decorator::on_pop_frame(), ana::region_model_context_decorator::on_unknown_change(), one_code_hoisting_pass(), one_cprop_pass(), one_pointer_to_useless_type_conversion_p(), one_pre_gcse_pass(), one_reg_loc_descriptor(), one_store_motion_pass(), ana::one_way_id_map< T >::one_way_id_map(), onepart_variable_different_p(), onlyjump_p(), relation_trio::op1_op2(), range_op_handler::op1_op2_relation(), operator_pointer_diff::op1_op2_relation_effect(), operator_minus::op1_op2_relation_effect(), operator_bitwise_xor::op1_op2_relation_effect(), operator_pointer_diff::op1_op2_relation_effect(), op1_range(), cfn_sqrt::op1_range(), cfn_sincos::op1_range(), operator_abs::op1_range(), operator_negate::op1_range(), foperator_div::op1_range(), operator_plus::op1_range(), operator_minus::op1_range(), operator_mult::op1_range(), foperator_unordered::op1_range(), foperator_ordered::op1_range(), operator_equal::op1_range(), operator_not_equal::op1_range(), operator_rshift::op1_range(), operator_cast::op1_range(), hybrid_and_operator::op1_range(), hybrid_or_operator::op1_range(), operator_lshift::op1_range(), operator_bitwise_and::op1_range(), operator_exact_divide::op1_range(), operator_plus::op1_range(), operator_abs::op1_range(), operator_minus::op1_range(), operator_mult::op1_range(), foperator_div::op2_range(), operator_minus::op2_range(), foperator_unordered::op2_range(), foperator_ordered::op2_range(), foperator_unordered_equal::op2_range(), foperator_ltgt::op2_range(), operator_equal::op2_range(), hybrid_and_operator::op2_range(), hybrid_or_operator::op2_range(), operator_plus::op2_range(), operator_mult::op2_range(), pointer_plus_operator::op2_range(), operator_not_equal::op2_range(), operator_equal::op2_range(), pointer_plus_operator::op2_range(), operator_not_equal::op2_range(), operator_equal::op2_range(), range_op_handler::op2_range(), op_by_pieces_d::op_by_pieces_d(), op_code_prio(), op_iter_init(), op_iter_init_phidef(), op_iter_init_phiuse(), op_iter_next_def(), op_iter_next_tree(), op_iter_next_use(), op_prio(), op_symbol_code(), op_valid_in_sets(), open_auxiliary_file(), open_graph_file(), open_outfile(), open_outfile(), operator_not_equal::operand_check_p(), operand_equal_for_comparison_p(), operand_equal_for_phi_arg_p(), operand_equal_for_value_replacement(), operand_equal_p(), operand_compare::operand_equal_p(), ipa_icf_gimple::func_checker::operand_equal_p(), operand_for_swap_move_operator(), rtx_writer::operand_has_default_value_p(), operand_subword(), operand_subword_force(), operand_to_remat(), operands_match_p(), operands_match_p(), operands_scanner::operands_scanner(), operation_can_overflow(), operation_could_trap_helper_p(), operation_could_trap_p(), operation_no_trapping_overflow(), occurrence::operator delete(), ipa_predicate::operator!=(), operator!=(), pointer_mux< T1, T2 >::operator!=(), double_int::operator!=(), ipa_predicate::operator&(), autofdo::string_compare::operator()(), used_arg_t::operator()(), ref_always_accessed::operator()(), ref_in_loop_hot_body::operator()(), insn_gen_fn::operator()(), ordered_hash_map< KeyId, Value, Traits >::iterator::operator*(), gphi_iterator::operator*(), profile_probability::operator*(), sreal::operator*(), double_int::operator*(), profile_probability::operator*=(), profile_count::operator+(), profile_probability::operator+(), sreal::operator+(), double_int::operator+(), list_iterator< T, Next >::operator++(), derived_iterator< T, BaseIT >::operator++(), list_iterator< T, Next >::operator++(), safe_iterator< T >::operator++(), profile_count::operator+=(), profile_probability::operator+=(), double_int::operator-(), sreal::operator-(), profile_count::operator-(), profile_probability::operator-(), sreal::operator-(), double_int::operator-(), profile_probability::operator/(), sreal::operator/(), profile_probability::operator/(), profile_count::operator/(), profile_probability::operator/=(), profile_probability::operator/=(), profile_count::operator/=(), profile_count::operator<(), name_map::operator<(), sreal::operator<(), wide_int_bitmask::operator<<(), profile_count::operator<=(), poly_int< N, C >::operator=(), frange::operator=(), irange::operator=(), poly_int< N, C >::operator=(), prange::operator=(), wide_int_storage::operator=(), trailing_wide_int_storage::operator=(), widest_int_storage< N >::operator=(), vrange::operator=(), wide_int_storage::operator=(), widest_int_storage< N >::operator=(), vector_builder< T, Shape, Derived >::operator==(), dw_wide_int::operator==(), frange::operator==(), ipa_predicate::operator==(), irange::operator==(), irange_bitmask::operator==(), ana::asm_output_svalue::key_t::operator==(), name_map::operator==(), operator==(), pointer_mux< T1, T2 >::operator==(), operator==(), vrange::operator==(), double_int::operator==(), operator==(), profile_count::operator>(), profile_count::operator>=(), wide_int_bitmask::operator>>(), phi_analyzer::operator[](), vec< T, va_heap, vl_ptr >::operator[](), vec< T, va_heap, vl_ptr >::operator[](), vec< T, A, vl_embed >::operator[](), vec< T, A, vl_embed >::operator[](), operator_div::operator_div(), operator_is_linear(), nowarn_spec_t::operator~(), double_int::operator~(), oprs_unchanged_p(), oprs_unchanged_p(), ops_equal_values_p(), opt_enum_arg_to_value(), gcc::dump_manager::opt_info_enable_passes(), opt_info_switch_p(), opt_info_switch_p_1(), opt_problem::opt_problem(), optab_for_tree_code(), optab_handler(), optab_kind_cmp(), optab_libfunc(), optab_rcode_cmp(), optimize_abbrev_table(), optimize_atomic_bit_test_and(), optimize_atomic_compare_exchange_p(), optimize_atomic_op_fetch_cmp_0(), optimize_attrs(), optimize_bb_for_size_p(), optimize_bit_field_compare(), optimize_bitfield_assignment_op(), optimize_cands_for_speed_p(), optimize_clobbers(), optimize_compound_literals_in_ctor(), optimize_constant_pool(), optimize_count_trailing_zeroes(), optimize_double_finally(), optimize_dyn_tls_for_decl_p(), optimize_edge_for_size_p(), optimize_external_refs_1(), cgraph_node::optimize_for_size_p(), optimize_function_for_size_p(), optimize_implicit_const(), optimize_inline_calls(), optimize_insn_for_size_p(), optimize_load_redistribution(), optimize_load_redistribution_1(), optimize_location_lists(), optimize_loop(), optimize_loop_nest_for_size_p(), optimize_mask_stores(), optimize_memcpy(), optimize_omp_library_calls(), optimize_ops_list(), optimize_pow_to_exp(), optimize_range_tests(), optimize_range_tests_1(), optimize_range_tests_cmp_bitwise(), optimize_range_tests_diff(), optimize_range_tests_to_bit_test(), optimize_range_tests_var_bound(), optimize_range_tests_xor(), optimize_recip_sqrt(), optimize_skip(), optimize_spaceship(), optimize_stack_restore(), optimize_stdarg_builtin(), dom_opt_dom_walker::optimize_stmt(), optimize_subroutine_group(), optimize_successive_divisions_p(), optimize_tail_call(), optimize_target_teams(), optimize_unreachable(), optimize_va_list_gpr_fpr_size(), optimize_vec_cond_expr(), optimize_vector_constructor(), optimize_vector_load(), optimize_weakref(), optrecord_json_writer::optinfo_to_json(), option_enabled(), option_flag_var(), option_name(), option_ok_for_language(), option_seq(), diagnostic_option_classifier::option_unspecified_p(), optrecord_json_writer::optrecord_json_writer(), opts_concat(), opts_for_fn(), opts_have(), or_comparisons_1(), wi::or_large(), wi::or_not_large(), or_var_with_comparison(), or_var_with_comparison_1(), ipa_predicate::or_with(), order_drefs(), order_drefs_by_pos(), order_regs_for_reload(), ordered_comparison_operator(), vec< T, A, vl_embed >::ordered_remove(), vec< T, va_heap, vl_ptr >::ordered_remove(), conlist::out(), outermost_indep_loop(), outermost_invariant_loop(), outermost_invariant_loop_for_expr(), outermost_loop_in_sese(), outermost_loop_in_sese_1(), gori_compute::outgoing_edge_range_p(), outgoing_edges_match(), output_abbrev_section(), output_add_clobbers(), output_added_clobbers_hard_reg_p(), output_addr_const(), output_addressed_constants(), output_alternate_entry_point(), output_aranges(), output_asm_btf_enum_list(), output_asm_btf_func_args_list(), output_asm_btf_sou_fields(), output_asm_btf_type(), output_asm_btf_vlen_bytes(), output_asm_ctf_enum_list(), output_asm_ctf_sou_fields(), output_asm_ctf_type(), output_asm_ctf_vlen_bytes(), output_asm_func_args_list(), output_asm_insn(), output_asm_label(), output_asm_line_debug_info(), output_asm_name(), output_asm_operand_names(), output_attr_index_or_value(), output_automata_list_min_issue_delay_code(), output_automata_list_transition_code(), output_automaton_descriptions(), output_automaton_name(), output_automaton_units(), output_bb(), output_branch_count(), output_btf_datasec_types(), output_btf_func_types(), output_btf_header(), output_btf_strs(), output_btf_types(), output_btf_vars(), output_buffer::output_buffer(), output_buffer_append_r(), output_buffer_formatted_text(), output_buffer_last_position_in_text(), output_call_frame_info(), output_cfa_loc(), output_cfa_loc_raw(), output_cfg(), output_cfi(), output_cfi_directive(), output_cgraph_opt_summary(), output_chip_definitions(), output_chip_member_name(), output_comdat_type_unit(), output_comp_unit(), output_compilation_unit_header(), output_conditions(), output_constant(), output_constant_def(), output_constant_def_contents(), output_constant_pool(), output_constant_pool_1(), output_constant_pool_2(), output_constant_pool_contents(), output_constructor(), output_constructor(), output_constructor_array_range(), output_constructor_bitfield(), output_constructor_regular_field(), output_cpu_unit_reservation_p(), output_ctf_func_info(), output_ctf_funcidx(), output_ctf_header(), output_ctf_obj_info(), output_ctf_objtidx(), output_ctf_strs(), output_ctf_types(), output_ctf_vars(), output_cycle_reservs(), output_dead_lock_func(), output_dead_lock_vect(), output_dead_lock_vect_name(), output_default_latencies(), output_dependence(), output_description(), output_dfa_clean_insn_cache_func(), output_dfa_finish_func(), output_dfa_insn_code_func(), output_dfa_start_func(), output_die(), output_die_abbrevs(), output_discr_value(), output_dwarf_version(), output_eh_region(), output_eh_regions(), output_fde(), output_file_directive(), output_file_names(), output_function(), output_function_details(), output_function_exception_table(), output_gcov_file(), output_get_cpu_unit_code_func(), output_get_insn_name(), output_gimple_stmt(), output_in_order(), output_index_string(), output_index_string_offset(), output_insn_code_cases(), output_insn_data(), output_insn_has_dfa_reservation_p(), output_insn_latency_func(), output_intermediate_json_line(), output_internal_dead_lock_func(), output_internal_insn_code_evaluation(), output_internal_insn_latency_func(), output_internal_maximal_insn_latency_func(), output_internal_min_issue_delay_func(), output_internal_reset_func(), output_internal_trans_func(), output_json_intermediate_file(), output_line_beginning(), output_line_details(), output_line_directive(), output_line_info(), output_line_string(), output_lines(), output_loc_list(), output_loc_list_offset(), output_loc_operands(), output_loc_operands_raw(), output_loc_sequence(), output_loc_sequence_raw(), output_location(), output_location_lists(), output_loclists_offsets(), output_macinfo(), output_max_insn_queue_index_def(), output_maximal_insn_latency_func(), output_min_insn_conflict_delay_func(), output_min_issue_delay_func(), output_min_issue_delay_table(), output_min_issue_delay_vect_name(), output_node_opt_summary(), output_object_block(), output_object_block_compare(), output_offload_tables(), output_one_function_exception_table(), output_one_line_info_table(), output_operand(), output_operand_data(), output_operand_lossage(), output_pattern_set_el_list(), output_peephole2_scratches(), output_phi(), output_print_reservation_func(), output_profile_summary(), output_prologue(), output_pubname(), output_pubnames(), output_quoted_string(), output_range_list_offset(), output_range_type(), output_ranges(), output_refs(), output_regexp(), output_reserv_sets(), output_reserved_units_table(), output_reserved_units_table_name(), output_reset_func(), output_rnglists(), output_section_asm_op(), output_shared_constant_pool(), output_size_func(), output_skeleton_debug_sections(), output_stack_usage(), output_stack_usage_1(), output_state(), output_state_ainsn_table(), output_state_arcs(), output_statistics(), output_struct_function_base(), output_symtab(), output_tables(), output_temp_chip_member_name(), output_time_statistics(), symtab_node::output_to_lto_symbol_table_p(), output_trans_base_vect_name(), output_trans_check_vect_name(), output_trans_comb_vect_name(), output_trans_full_vect_name(), output_trans_func(), output_trans_table(), output_translate_vect(), output_translate_vect_name(), output_ttype(), output_unit_set_el_list(), output_value_format(), symbol_table::output_variables(), output_vect(), output_view_list_offset(), ovce_extract_ops(), overflow_comparison_p(), overflow_comparison_p_1(), operator_plus::overflow_free_p(), operator_minus::overflow_free_p(), operator_mult::overflow_free_p(), range_op_handler::overflow_free_p(), uninit_analysis::overlap(), overlap_usage(), override_gate_status(), own_thread_p(), pack_ts_base_value_fields(), pack_ts_block_value_fields(), pack_ts_decl_common_value_fields(), pack_ts_decl_with_vis_value_fields(), pack_ts_decl_wrtl_value_fields(), pack_ts_fixed_cst_value_fields(), pack_ts_function_decl_value_fields(), pack_ts_int_cst_value_fields(), pack_ts_omp_clause_value_fields(), pack_ts_real_cst_value_fields(), pack_ts_translation_unit_decl_value_fields(), pack_ts_type_common_value_fields(), pad_below(), pad_to_arg_alignment(), pair_list_length(), paradoxical_subreg_p(), paradoxical_subreg_p(), parallelize_loops(), param_change_prob(), param_type_may_change_p(), ipa_icf::sem_function::param_used_p(), parameter_ref_descriptor(), parloops_force_simple_reduction(), parloops_is_simple_reduction(), parloops_is_slp_reduction(), parloops_needs_fold_left_reduction_p(), parloops_valid_reduction_input_p(), parm_bb_aa_status_for_bb(), parm_decl_cost(), parm_object_size(), parm_preserved_before_stmt_p(), parm_ref_data_pass_through_p(), parm_ref_data_preserved_p(), parms_set(), parse_add_or_inc(), parse_alignment_opts(), parse_and_check_align_values(), parse_and_check_patch_area(), parse_argument(), parse_automata_opt(), parse_basever(), function_reader::parse_bb_idx(), function_reader::parse_block(), parser::parse_c_expr(), parser::parse_capture(), parse_dump_option(), function_reader::parse_edge(), parse_edge_flag_token(), parse_edge_flags(), function_reader::parse_enum_value(), parse_env_var(), parse_env_vars_for_urls(), parse_error(), parser::parse_expr(), parse_file(), parser::parse_for(), ipa_icf::sem_item_optimizer::parse_funcs_and_vars(), function_reader::parse_function(), parse_gcc_colors(), regenerate-opt-urls.Index::parse_html_line_option_index(), parser::parse_if(), parse_input_constraint(), function_reader::parse_insn(), function_reader::parse_insn_chain(), ipa_icf_gimple::func_checker::parse_labels(), function_reader::parse_mem_expr(), parse_N_M(), parse_no_sanitize_attribute(), ipa_icf::sem_item_optimizer::parse_nonsingleton_classes(), parse_note_insn_name(), parser::parse_op(), parser::parse_operation(), parser::parse_operator_list(), parse_option(), regenerate-opt-urls.Index::parse_option_index(), parse_options_from_collect_gcc_options(), parse_output_constraint(), function_reader::parse_param(), parser::parse_pattern(), parse_plugin_arg_opt(), parse_predicate(), parser::parse_predicates(), parse_profile_file_filtering(), parse_profile_filter(), parse_profile_quality(), parse_reg_note_name(), parser::parse_result(), parse_sanitizer_options(), parse_section(), parse_section_layout(), parser::parse_simplify(), operands_scanner::parse_ssa_operands(), parse_zero_call_used_regs_options(), parser::parser(), equiv_oracle::partial_equiv(), partial_subreg_p(), partial_subreg_p(), partition_alloc(), partition_contains_all_rw(), partition_equiv_class(), vect_optimize_slp_pass::partition_layout_costs(), loop_distribution::partition_merge_into(), partition_stack_vars(), partition_to_var(), partition_view_bitmap(), partition_view_fini(), partition_view_init(), pass_by_reference(), pass_fini_dump_file(), pass_init_dump_file(), pass_state_graph(), pass_states(), pass_through_call(), pass_through_libs_spec_func(), optrecord_json_writer::pass_to_json(), patch_jump_insn(), patch_loop_exit(), path_comparable_for_same_access(), path_oracle::path_oracle(), path_prefix_reset(), path_range_query::path_range_query(), pattern_cmp(), pattern_cost(), pc_set(), ggc_remove< T >::pch_nx(), hash_map< KeyId, Value, Traits >::hash_entry::pch_nx_helper(), hash_map< KeyId, Value, Traits >::hash_entry::pch_nx_helper(), pch_option_mismatch(), pcom_stmt_dominates_stmt_p(), pd_range_compare(), pd_tree_alloc(), pdr_may_write_p(), pdr_read_p(), pdr_scop(), pdr_write_p(), pedwarn(), pedwarn(), parser::peek(), parser::peek_ident(), peek_state_token(), peep2_attempt(), peep2_buf_position(), peep2_fill_buffer(), peep2_find_free_register(), peep2_reg_dead_p(), peep2_regno_dead_p(), peep2_reinit_state(), peep2_update_life(), peephole2_optimize(), perform_estimation_of_a_value(), perform_intra_sra(), perform_tree_ssa_dce(), perform_var_substitution(), perhaps_add_new_callers(), perm_mask_for_reverse(), permerror(), permerror(), permerror_opt(), permerror_opt(), permute_vec_elements(), loop_distribution::pg_add_dependence_edges(), pg_collect_alias_ddrs(), pg_unmark_merged_alias_ddrs(), pgcmp(), gphi_iterator::phi(), access_ref::phi(), phi_add_costs(), phi_add_costs_1(), phi_alternatives_equal(), phi_arg_index_from_use(), phi_args_equal_on_edges(), phi_dynamic_object_size(), phi_group::phi_group(), phi_incr_cost(), phi_incr_cost_1(), phi_nodes(), phi_nodes_ptr(), phi_rank(), phi_result_unknown_predicate(), phi_trans_add(), phi_translate(), phi_translate_1(), phi_translate_set(), phinodes_print_statistics(), phiopt_early_allow(), phiprop_insert_phi(), phivn_valid_p(), pieces_addr::pieces_addr(), place_block_symbol(), place_field(), place_operands(), place_prologue_for_one_component(), place_union_field(), plausible_type_for_simd_clone(), plugin_default_version_check(), plugins_active_p(), plus_constant(), plus_minus_operand_p(), plus_minus_ranges(), plus_stmt_object_size(), pmode_register_operand(), pointer_may_wrap_p(), points_to_local_or_readonly_memory_p(), points_to_possible_sra_candidate_p(), POLY_CONST_RESULT(), poly_int< N, C >::poly_int(), poly_int_binop(), poly_int_cst_value(), poly_int_tree_p(), polymorphic_ctor_dtor_p(), polymorphic_type_binfo_p(), poor_ifcvt_candidate_code(), diagnostic_option_classifier::pop(), pop_allocnos_from_stack(), pop_best_coalesce(), pop_cfun(), pop_cost_one_pair(), timer::pop_internal(), pop_node_from_stack(), pop_operand(), avail_exprs_stack::pop_to_marker(), const_and_copies::pop_to_marker(), pop_topmost_sequence(), popcount_hwi(), popcount_loc_descriptor(), populate_coalesce_list_for_outofssa(), populate_pattern_routine(), populate_pattern_use(), populate_single_mode_bitmaps(), pos_from_bit(), position_pass(), ipa_polymorphic_call_context::possible_dynamic_type_change(), possible_inline_candidate_p(), possible_placement_new(), possible_polymorphic_call_target_p(), possible_polymorphic_call_target_p(), possible_polymorphic_call_targets(), possible_polymorphic_call_targets(), possible_polymorphic_call_targets(), possible_polymorphic_call_targets_1(), possible_vector_mask_operation_p(), cgraph_edge::possibly_call_in_translation_unit_p(), back_threader_profitability::possibly_profitable_path_p(), post_order_compute(), potentially_threadable_block(), profile_probability::pow(), powi_as_mults(), powi_as_mults_1(), powi_cost(), pp_begin_url(), pp_character(), pp_clear_output_area(), pp_double_int(), pp_emit_prefix(), pp_flush(), pp_format(), pp_format_verbatim(), pp_gimple_stmt_1(), pp_newline(), pp_output_formatted_text(), pp_points_to_solution(), pp_printf(), pp_quoted_string(), pp_really_flush(), pp_set_real_maximum_length(), pp_string(), pp_tree_identifier(), pp_unicode_character(), pp_verbatim(), pp_wide_int_large(), pp_wrap_text(), pp_write_text_as_dot_label_to_stream(), pp_write_text_as_html_like_dot_to_stream(), pp_write_text_to_stream(), pre_and_rev_post_order_compute(), pre_and_rev_post_order_compute_fn(), dom_ranger::pre_bb(), pre_check_invariant_p(), pre_delete(), pre_edge_insert(), pre_edge_lcm(), pre_edge_lcm_avs(), pre_edge_rev_lcm(), pre_expr_DFS(), pre_expr_DFS(), pre_expr_reaches_here_p(), pre_expr_reaches_here_p_work(), rvrp_folder::pre_fold_stmt(), pre_gcse(), pre_insert_copies(), pre_insert_copy_insn(), precision_to_units(), precompute_arguments(), precompute_register_parameters(), pred_equal_p(), pred_neg_p(), predicate_all_scalar_phis(), predicate_bbs(), predicate_for_phi_result(), predicate_load_or_store(), predicate_name(), predicate_rhs_code(), predicate_scalar_phi(), predicate_statements(), predict_edge(), predict_edge_def(), predict_extra_loop_exits(), predict_insn(), predict_insn_def(), predict_iv_comparison(), predict_loops(), predict_paths_for_bb(), predict_paths_leading_to(), predict_paths_leading_to_edge(), predictable_edge_p(), predicted_by_loop_heuristics_p(), predicted_by_p(), predictor_name(), prefer_and_bit_test(), bit_field_mode_iterator::prefer_smaller_modes(), preferable(), preferred_mem_scale_factor(), gimple_ranger::prefill_name(), gimple_ranger::prefill_stmt_dependencies(), prefix_from_env(), prefix_from_string(), prefix_name(), premark_types_used_by_global_vars_helper(), prepare_block_for_update(), prepare_block_for_update_1(), prepare_call_address(), prepare_call_arguments(), prepare_cmp_insn(), prepare_copy_insn(), ipa_param_body_adjustments::prepare_debug_expressions(), prepare_decl_rtl(), prepare_def_site_for(), pcom_worker::prepare_finalizers(), pcom_worker::prepare_finalizers_chain(), prepare_float_lib_cmp(), ana::checker_path::prepare_for_emission(), prepare_function_start(), prepare_gimple_addressable(), driver::prepare_infiles(), pcom_worker::prepare_initializers_chain(), prepare_initializers_chain_store_elim(), inlining_iterator::prepare_iteration(), prepare_iteration_over_array_elts(), prepare_libcall_arg(), move_by_pieces_d::prepare_mode(), store_by_pieces_d::prepare_mode(), compare_by_pieces_d::prepare_mode(), prepare_names_to_update(), prepare_operand(), prepare_perfect_loop_nest(), prepare_shrink_wrap(), prepare_target_mem_ref_lvalue(), prepare_target_option_nodes_for_pch(), sarif_invocation::prepare_to_flush(), prepare_use_sites_for(), prepare_vec_mask(), prepend_insn_to_edge(), prepend_xassembler_to_collect_as_options(), rtx_reuse_manager::preprocess(), preprocess_case_label_vec_for_gimple(), preprocess_compact_syntax(), preprocess_constraints(), preprocess_constraints(), preprocess_insn_constraints(), prescan_insns_for_dce(), preserve_any_location_wrapper(), preserve_constants_and_equivs(), pretty_print_string(), PREV_INSN(), previous_insn(), graphviz_out::print(), ipcp_bits_lattice::print(), expr_hash_elt::print(), ipcp_lattice< valtype >::print(), timer::print(), timer::named_items::print(), json::object::print(), json::array::print(), json::float_number::print(), json::integer_number::print(), range_tracer::print(), print_acceptance(), print_active_time(), print_aff(), print_all_lattices(), print_allocno_conflicts(), print_allocno_copies(), print_allocno_costs(), print_allocno_live_ranges(), print_allocno_prefs(), diagnostic_context::print_any_cwe(), print_any_param_name(), diagnostic_context::print_any_rules(), print_asm_header_spec_function(), print_attribute(), print_basic_block(), print_bitmap_set(), md_reader::print_c_condition(), print_call_name(), print_case_cfn(), print_code(), print_code(), print_code(), print_configuration(), print_conflicts(), edited_file::print_content(), print_copies(), print_copy(), print_curr_insn_alt(), print_current_pass(), mem_usage::print_dash_line(), print_debug_expr_statistics(), print_decision(), print_decl_identifier(), print_declaration(), print_decs(), print_decs(), print_decu(), print_decu(), print_define_operator_list(), print_die(), edited_file::print_diff(), edit_context::print_diff(), edited_file::print_diff_hunk(), print_diff_line(), print_direction_vector(), print_discr_value(), print_dw_val(), print_edge(), print_edge(), print_edge(), print_edge_list(), print_elim_table(), print_enum_type(), print_enum_type(), print_escaped_json_string(), print_escaped_string(), print_exp(), print_filtered_help(), vrange_printer::print_frange_nan(), print_gimple_expr(), print_gimple_seq(), print_gimple_stmt(), print_graph_cfg(), print_graph_cfg(), print_graph_cfg(), print_hard_reg_set(), print_hard_reg_set(), print_hard_regs_forest(), print_hard_regs_subforest(), print_header(), print_header(), print_help(), print_help_hardened(), print_help_one_plugin(), print_hex(), print_hex(), print_host_wide_int(), print_inline_rtx(), print_insn(), print_insn_chain(), print_insn_chains(), print_insn_with_notes(), print_int_bound(), print_irange_bitmasks(), print_lambda_vector(), print_ldst_list(), print_limit_reach(), print_live_ranges(), print_live_ranges(), print_loc_descr(), print_loop(), print_loop_and_siblings(), print_loop_info(), print_loop_title(), print_loops(), print_loops_bb(), print_lto_docs_link(), print_lto_report(), print_matches(), print_md_constant(), print_mem_expr(), print_merge_stream_usage_message(), print_merge_usage_message(), print_move_list(), print_multilib_info(), print_nested_fn(), print_no_sanitize_attr_value(), decision_tree::print_node(), print_node(), print_node_brief(), print_nonbool_test(), print_operand(), diagnostic_context::print_option_information(), print_overlap_usage_message(), print_overload_arguments(), print_overload_test(), print_param(), print_parameter_value(), print_parseable_fixits(), print_path(), print_path(), print_pattern(), print_pattern(), print_plugins_help(), print_plugins_versions(), print_poly_int(), print_pre_expr(), print_pred_bbs(), print_pref(), print_prefix(), range_tracer::print_prefix(), print_prefs(), print_pseudo_costs(), print_pseudo_live_ranges(), print_range(), print_real_cst(), print_relation(), print_rewrite_usage_message(), timer::print_row(), rtx_writer::print_rtl(), print_rtl(), print_rtl_single(), rtx_writer::print_rtl_single_with_indent(), print_rtl_with_bb(), rtx_writer::print_rtx(), print_rtx_function(), print_rtx_insn_vec(), rtx_writer::print_rtx_operand(), rtx_writer::print_rtx_operand_code_0(), rtx_writer::print_rtx_operand_code_e(), rtx_writer::print_rtx_operand_code_i(), rtx_writer::print_rtx_operand_code_r(), rtx_writer::print_rtx_operand_code_u(), rtx_writer::print_rtx_operand_codes_E_and_V(), edited_file::print_run_of_changed_lines(), print_sese(), print_signature(), print_simple_rtl(), print_source_line(), print_spaces(), print_specific_help(), print_state(), print_stats(), print_store_motion_mems(), print_struct_decl(), print_subroutine(), print_subroutine_call(), print_subroutine_group(), print_subroutine_start(), print_succ_bbs(), print_test(), print_test_rtx(), print_time(), print_token(), print_translated_classes(), print_type_tree(), print_uniform_and_important_classes(), print_usage(), print_usage(), print_usage(), print_value(), print_value_expr_statistics(), print_value_expressions(), print_version(), print_version(), print_version(), print_version(), print_version_one_plugin(), print_vn_reference_ops(), printf_indent(), graphviz_out::println(), symtab_node::priority_info(), private_lookup_attribute(), private_lookup_attribute(), ipa_predicate::probability(), profile_count::probability_in(), profile_probability::probability_in_gcov_type(), probably_never_executed(), probe_stack_range(), process_addr_reg(), process_address(), process_address_1(), process_all_all_constraints(), process_all_functions(), process_alt_operands(), process_alts_for_forming_states(), process_args(), process_args(), process_assignment(), process_bb(), process_bb_lives(), process_bb_node_for_hard_reg_moves(), process_bb_node_lives(), process_brace_body(), process_bypass_2(), process_bypasses(), process_call_operands(), process_changed_values(), process_command(), process_common_attributes(), ipa_icf::sem_item_optimizer::process_cong_reduction(), process_constraint(), process_copy_to_form_thread(), process_decls(), process_define_constraint(), process_define_predicate(), process_define_register_constraint(), process_define_subst(), process_excls(), process_file(), process_function_and_variable_attributes(), process_insn_equiv_class(), process_invariant_for_inheritance(), process_ipa_clobber(), symbol_table::process_new_functions(), process_one_cond_exec(), process_options(), process_pending_assemble_externals(), phi_analyzer::process_phi(), process_presence_absence_names(), process_presence_absence_patterns(), process_references(), process_references(), process_reg_shuffles(), process_regexp(), process_regexp_cycles(), process_register_constraint_filters(), process_regs_for_copy(), process_replaceable(), process_rtx(), process_scope_var(), process_seq_for_forming_states(), process_set_for_memref_referenced_p(), process_single_reg_class_operands(), process_state_for_insn_equiv_partition(), process_substs_on_one_elem(), process_symver_attribute(), process_template(), process_use(), produce_asm(), produce_asm_for_decls(), produce_lto_section(), produce_memory_decl_rtl(), produce_symtab(), produce_symtab_extension(), profile_function(), profile_merge(), profile_overlap(), profile_record_account_profile(), profile_record_check_consistency(), profile_rewrite(), back_threader_profitability::profitable_path_p(), prohibited_class_reg_set_mode_p(), promote_decl_mode(), promote_function_mode(), promote_mode(), promote_ssa_mode(), function_arg_info::promoted_size_in_bytes(), prop_set_simulate_again(), propagate(), propagate_aggregate_lattice(), propagate_aggs_across_jump_function(), propagate_all_subaccesses(), propagate_allocno_info(), propagate_bias_p(), propagate_bits(), propagate_bits_across_jump_function(), ranger_cache::propagate_cache(), propagate_comdat_group(), propagate_constants_across_call(), propagate_constants_topo(), propagate_context_across_jump_function(), propagate_controlled_uses(), propagate_copies(), value_topo_info< valtype >::propagate_effects(), opt_pointer_wrapper< PtrType_t >::propagate_failure(), propagate_for_debug(), propagate_for_debug_subst(), propagate_freq(), propagate_info_to_inlined_callees(), substitute_and_fold_engine::propagate_into_phi_args(), propagate_malloc(), propagate_necessity(), propagate_nothrow(), propagate_op_to_single_use(), propagate_pure_const(), propagate_rank(), propagate_scalar_across_jump_function(), propagate_single_user(), propagate_some_info_from_allocno(), propagate_subaccesses_from_lhs(), propagate_subaccesses_from_rhs(), propagate_threaded_block_debug_into(), propagate_tree_value_into_stmt(), propagate_unknowns(), propagate_unlikely_bbs_forward(), dom_walker::propagate_unreachable_to_edges(), ranger_cache::propagate_updated_value(), propagate_vals_across_ancestor(), propagate_vals_across_arith_jfunc(), propagate_vals_across_pass_through(), propagate_value(), propagate_vr_across_jump_function(), propagate_with_phi(), protected_set_expr_location(), protected_set_expr_location_unshare(), prune_access_strides_not_in_loop(), tree_switch_conversion::switch_conversion::prune_bbs(), prune_bbs_to_update_dominators(), prune_by_reuse(), prune_clobbered_mems(), prune_expr_location(), prune_expressions(), prune_group_by_reuse(), prune_insertions_deletions(), prune_offload_funcs(), prune_options(), uninit_analysis::prune_phi_opnds(), prune_predictions_for_bb(), prune_ref_by_group_reuse(), prune_ref_by_reuse(), prune_ref_by_self_reuse(), prune_runtime_alias_test_list(), prune_unmark_dies(), prune_unused_phi_nodes(), prune_unused_types_prune(), prune_unused_types_update_strings(), pseudo_compare_func(), pseudo_reg_compare(), pseudo_reg_slot_compare(), pt_solution_includes_global(), pt_solution_reset(), pt_solution_set(), pt_solution_set_var(), pt_solutions_intersect(), pt_solutions_intersect_1(), pta_valueize(), ptr_deref_may_alias_decl_p(), ptr_deref_may_alias_global_p(), ptr_deref_may_alias_ref_p_1(), ptr_derefs_may_alias_p(), ptr_difference_const(), ptrdiff_tree_p(), ptrs_compare_unequal(), pure_const_generate_summary(), pure_const_read_summary(), pure_const_write_summary(), purge_all_dead_edges(), purge_all_uses(), purge_dead_edges(), purge_dead_tablejump_edges(), diagnostic_option_classifier::push(), timer::named_items::push(), timer::push(), ipa_argagg_value_list::push_adjusted_values(), push_agg_values_for_index_from_edge(), push_agg_values_from_edge(), push_agg_values_from_plats(), push_all_edges_in_set_to_vec(), push_allocno_to_stack(), push_allocnos_to_stack(), push_block(), push_by_depth(), push_cfun(), timer::push_client_item(), push_depth(), push_dummy_function(), push_fields_onto_fieldstack(), push_function_arg_decls(), push_gimplify_context(), timer::push_internal(), push_node_to_stack(), push_only_colorable(), push_operand(), vn_walk_cb_data::push_partial_def(), push_pathstr_operand(), push_reg_equiv_alt_mem(), push_reload(), push_replacement(), rt_bb_visited::push_rtcfg_pair(), push_secondary_reload(), push_sleb128(), push_struct_function(), push_target_argument_according_to_value(), push_to_next_round_p(), push_to_worklist(), push_topmost_sequence(), push_uleb128(), _slp_tree::push_vec_def(), ana::binding_map::put(), hash_map< KeyId, Value, Traits >::put(), ordered_hash_map< KeyId, Value, Traits >::put(), consolidation_map< T >::put(), pointer_query::put_ref(), putenv_COLLECT_AS_OPTIONS(), driver::putenv_COLLECT_GCC(), putenv_from_prefixes(), qimode_for_vec_perm(), qualified_die_p(), query_loop_dependence(), dom_oracle::query_relation(), dom_oracle::query_relation(), path_oracle::query_relation(), path_oracle::query_relation(), range_query::query_relation(), range_query::query_relation(), queue(), queue_and_dump_index(), queue_pattern(), queue_reg_save(), queue_update_cost(), vec< T, A, vl_embed >::quick_grow_cleared(), vec< T, A, vl_embed >::quick_insert(), vec< T, va_heap, vl_ptr >::quick_insert(), vec< T, A, vl_embed >::quick_push(), quote_string(), range_binop(), range_cast(), range_cast(), range_check_type(), range_cmp(), range_compatible_p(), path_range_query::range_defined_in_block(), range_entry_cmp(), range_false(), range_fits_type_p(), ranger_cache::range_from_dom(), range_from_loop_direction(), range_in_array_bounds_p(), dom_ranger::range_in_bb(), modref_access_node::range_info_useful_p(), fold_using_range::range_of_address(), fold_using_range::range_of_call(), fold_using_range::range_of_cond_expr(), dom_ranger::range_of_expr(), gimple_ranger::range_of_expr(), ranger_cache::range_of_expr(), fold_using_range::range_of_phi(), fold_using_range::range_of_range_op(), gimple_ranger::range_of_stmt(), dom_ranger::range_of_stmt(), range_of_var_in_loop(), dom_ranger::range_on_edge(), gimple_ranger::range_on_edge(), gimple_ranger::range_on_entry(), gimple_ranger::range_on_exit(), range_op_table::range_op_table(), range_predecessor(), range_successor(), range_tracer::range_tracer(), range_true(), range_true_and_false(), ranger_cache::ranger_cache(), ranges_overlap_p(), rank_ops_for_fma(), loop_distribution::rdg_build_partitions(), rdg_vertex_for_stmt(), ana::reachability< GraphTraits >::reachability(), reachable_at_most_once(), autofdo::string_table::read(), autofdo::autofdo_source_profile::read(), read_a_state_token(), read_autofdo_file(), md_reader::read_braced_string(), md_reader::read_char(), read_cmdline_option(), read_cmdline_options(), read_complex_part(), read_count_file(), read_counts_file(), file_cache_slot::read_data(), md_reader::read_escape(), md_reader::read_file(), md_reader::read_file_fragment(), read_flags(), autofdo::function_instance::read_function_instance(), read_graph_file(), read_identifier(), read_input_line(), read_input_list(), read_ipa_call_summary(), read_ipcp_transformation_info(), read_line(), file_cache_slot::read_line_num(), read_md_rtx(), read_modify_subreg_p(), md_reader::read_name_1(), rtx_reader::read_nested_rtx(), autofdo::read_profile(), read_profile_edge_counts(), md_reader::read_quoted_string(), read_replacements_section(), read_rtl_function_body(), read_rtl_function_body_from_file_range(), rtx_reader::read_rtx_code(), rtx_reader::read_rtx_operand(), function_reader::read_rtx_operand(), function_reader::read_rtx_operand_i_or_n(), function_reader::read_rtx_operand_r(), function_reader::read_rtx_operand_u(), ipa_icf::sem_item_optimizer::read_section(), md_reader::read_skip_construct(), read_skip_spaces(), read_specs(), read_state(), read_state_already_seen_type(), read_state_array_type(), read_state_common_type_content(), read_state_fields(), read_state_fileloc(), read_state_files_list(), read_state_gc_used(), read_state_lang_struct_type(), read_state_languages(), read_state_nested_option(), read_state_option(), read_state_options(), read_state_pair(), read_state_pair_list(), read_state_srcdir(), read_state_string_option(), read_state_struct_type(), read_state_structures(), read_state_trailer(), read_state_type(), read_state_typedefs(), read_state_undefined_type(), read_state_union_type(), read_state_user_struct_type(), read_state_variables(), read_state_version(), read_string(), md_reader::read_string(), ipa_icf::sem_item_optimizer::read_summary(), read_thunk_profile(), read_uleb128(), rtx_reader::read_until(), read_vector_array(), read_wide_int(), read_write_all_from_decl(), readonly_data_expr(), real_2expN(), real_arithmetic(), real_can_shorten_arithmetic(), real_ceil(), real_compare(), real_convert(), real_convert_from_fixed(), real_cst_p(), real_digit(), real_floor(), real_from_integer(), real_from_mpfr(), real_from_mpfr(), real_from_string(), real_from_string2(), real_from_string3(), real_from_target(), real_hash(), real_isinteger(), real_isinteger(), real_maxval(), real_maybe_zerop(), real_minus_onep(), real_nan(), real_nextafter(), real_onep(), real_powi(), real_round(), real_roundeven(), symtab_node::real_symbol_p(), real_to_decimal(), real_to_decimal_for_mode(), real_to_hexadecimal(), real_to_integer(), real_to_integer(), real_to_target(), real_trunc(), real_value_abs(), real_value_from_int_cst(), real_value_negate(), real_value_truncate(), real_zerop(), really_constant_p(), reassoc_remove_stmt(), reassoc_stmt_dominates_stmt_p(), reassociate_bb(), pcom_worker::reassociate_to_the_same_stmt(), cgraph_edge::rebuild_edges(), rebuild_frequencies(), rebuild_jump_labels_1(), rebuild_regno_allocno_maps(), recalculate_side_effects(), recog_for_combine(), recog_for_combine_1(), recog_init(), complex_add_pattern::recognize(), complex_mul_pattern::recognize(), complex_fms_pattern::recognize(), complex_operations_pattern::recognize(), addsub_pattern::recognize(), recognize_bits_test(), recognize_if_then_else(), recognize_single_bit_test(), recompute_dominator(), recompute_pool_offsets(), recompute_tree_invariant_for_addr_expr(), reconstruct_complex_type(), record_address_regs(), record_alias_subset(), record_argument_state(), record_argument_state_1(), record_attribute_use(), record_biv(), record_biv_for_address_use(), record_cdtor_fn(), record_common_cand(), record_common_node(), record_component_aliases(), record_component_aliases(), avail_exprs_stack::record_cond(), record_conditions(), const_and_copies::record_const_or_copy(), const_and_copies::record_const_or_copy_raw(), record_control_iv(), record_dead_and_set_regs(), record_dead_and_set_regs_1(), record_dynamic_alloc(), record_edge_info(), record_effective_endpoints(), record_eh_tables(), record_entry_value(), record_equality(), record_equivalences_from_incoming_edge(), record_equivalences_from_phis(), record_equivalences_from_stmt(), record_estimate(), avail_exprs_stack::record_expr(), record_final_call(), cgraph_node::record_function_versions(), record_group(), record_group_use(), record_hard_reg_uses(), record_in_finally_tree(), record_in_goto_queue(), record_in_goto_queue_label(), record_increment(), record_insn_name(), record_insns(), record_invariant(), record_iterator_use(), record_iv(), record_jump_cond(), record_jump_cond_subreg(), record_jump_equiv(), record_known_type(), record_last_mem_set_info(), record_last_mem_set_info(), record_last_set_info(), record_last_set_info(), record_loop_dependence(), record_mem_ref_loc(), record_modified(), record_new_stack_level(), record_niter_bound(), record_node_allocation_statistics(), record_nonwrapping_chrec(), record_nonwrapping_iv(), record_object_conflict(), record_one_stack_ref(), record_operand_costs(), record_operand_use(), record_opr_changes(), record_out_operands(), sra_padding_collecting::record_padding(), record_phi_increments(), record_phi_increments_1(), tree_switch_conversion::switch_decision_tree::record_phi_operand_mapping(), record_potential_basis(), md_reader::record_potential_iterator_use(), record_promoted_value(), record_ref(), record_reference(), record_references_in_initializer(), record_reg_classes(), record_set(), record_set_data(), ana::checker_path::record_setjmp_event(), edge_info::record_simple_equiv(), record_stack_refs(), record_stmt_cost(), record_stmt_cost(), record_stmt_cost(), record_stmt_cost(), record_stmt_cost(), record_store(), string_concat_db::record_string_concatenation(), record_subregs_of_mode(), record_target_from_binfo(), record_targets_from_bases(), record_temp_file(), record_temporary_equivalences(), jump_threader::record_temporary_equivalences_from_phis(), jump_threader::record_temporary_equivalences_from_stmts_at_dest(), record_tm_clone_pair(), record_tm_replacement(), record_truncated_value(), record_truncated_values(), record_type(), record_type_list(), record_type_tag(), record_ubsan_ptr_check_stmt(), record_use(), record_use(), record_value_for_reg(), recover_dropped_1paux(), recursive_call_p(), recursive_inlining(), ipa_icf::redirect_all_callers(), redirect_branch_edge(), cgraph_edge::redirect_call_stmt_to_callee(), cgraph_edge::redirect_callee_duplicating_thunks(), redirect_edge_and_branch(), redirect_edge_and_branch_force(), redirect_edge_pred(), redirect_edge_succ(), redirect_edge_succ_nodup(), redirect_edge_var_map_dup(), redirect_eh_dispatch_edge(), redirect_eh_edge(), redirect_eh_edge_1(), redirect_exp_1(), redirect_immediate_dominators(), redirect_jump(), redirect_jump_1(), redirect_jump_2(), redirect_target(), redirect_to_specific_clone(), redirect_to_unreachable(), redirect_with_delay_list_safe_p(), redirect_with_delay_slots_safe_p(), redirection_block_p(), reduc_stmt_res(), memory_block_pool::reduce_free_list(), reduce_to_bit_field_precision(), reduce_vector_comparison_to_scalar_comparison(), reduction_fn_for_scalar_code(), reduction_phi(), reduction_var_overflows_first(), redundant_insn(), reemit_insn_block_notes(), reemit_marker_as_note(), ref_at_iteration(), ref_conflicts_with_region(), ref_contains_union_access_p(), ref_indep_loop_p(), ref_may_alias_global_p(), ref_may_alias_global_p(), ref_may_alias_global_p_1(), ref_may_be_aliased(), ref_maybe_used_by_call_p_1(), ref_maybe_used_by_stmt_p(), refactor_eh_r(), refered_from_nonlocal_fn(), refered_from_nonlocal_var(), reference_callee_copied(), reference_to_unused(), referenced_from_vtable_p(), referenced_in_one_insn_in_loop_p(), references_value_p(), symtab_node::referred_to_p(), refers_to_mem_for_reload_p(), refers_to_regno_for_reload_p(), refers_to_regno_p(), refers_to_regno_p(), refine_bounds_using_guard(), phi_group::refine_using_relation(), gori_compute::refine_using_relation(), refine_value_range_using_guard(), refs_anti_dependent_p(), refs_independent_p(), refs_local_or_readonly_memory_p(), refs_may_alias_p(), refs_may_alias_p(), refs_may_alias_p_1(), refs_may_alias_p_2(), refs_newer_value_p(), refs_output_dependent_p(), reg_allocno_class(), reg_alternate_class(), reg_bitfield_target_p(), reg_class_from_constraints(), reg_class_subset_p(), reg_classes_intersect_p(), reg_dead_at_p(), reg_dead_at_p_1(), reg_early_clobber_p(), reg_fits_class_p(), reg_in_class_p(), reg_inc_found_and_valid_p(), reg_is_parm_p(), reg_loc_descriptor(), reg_mentioned_p(), reg_nonzero_bits_for_combine(), reg_num_sign_bit_copies_for_combine(), reg_or_subregno(), reg_overlap_for_remat_p(), reg_overlap_mentioned_for_reload_p(), reg_overlap_mentioned_p(), reg_preferred_class(), reg_referenced_p(), reg_save(), reg_save_code(), reg_saved_in(), reg_scan(), reg_scan_mark_refs(), reg_set_between_p(), reg_set_p(), reg_set_to_hard_reg_set(), reg_subword_p(), reg_truncated_to_mode(), reg_used_between_p(), regexp_representation(), infer_range_manager::register_all_uses(), register_callback(), range_def_chain::register_dependency(), mem_alloc_description< T >::register_descriptor(), register_division_in(), thunk_info::register_early(), relation_oracle::register_edge(), equiv_oracle::register_equiv(), path_oracle::register_equiv(), equiv_oracle::register_equiv(), jt_state::register_equivs_stmt(), register_include_chains(), gimple_ranger::register_inferred_ranges(), ranger_cache::register_inferred_value(), mem_alloc_description< T >::register_instance_overhead(), jt_path_registry::register_jump_thread(), register_new_def(), register_new_update_set(), register_new_update_single(), register_odr_enum(), register_odr_type(), gcc::pass_manager::register_one_dump_file(), register_operand(), fur_source::register_outgoing_edges(), register_overhead(), ggc_usage::register_overhead(), vec_prefix::register_overhead(), gcc::dump_manager::register_pass(), register_pass(), gcc::pass_manager::register_pass(), register_pass(), back_threader_registry::register_path(), register_plugin_info(), dom_oracle::register_relation(), equiv_oracle::register_relation(), path_oracle::register_relation(), fur_depend::register_relation(), jt_fur_source::register_relation(), jt_fur_source::register_relation(), fur_relation::register_relation(), fur_depend::register_relation(), ipa_param_body_adjustments::register_replacement(), ipa_param_body_adjustments::register_replacement(), register_scoped_attribute(), register_scoped_attributes(), relation_oracle::register_stmt(), gimple_ranger::register_transitive_inferred_ranges(), dom_oracle::register_transitives(), regno_allocno_order_compare_func(), regno_clobbered_p(), regno_freq_compare(), regno_use_in(), regno_val_use_in(), regnos_in_sparseset_p(), regrename_analyze(), regrename_chain_from_id(), regrename_do_replace(), regrename_find_superclass(), regrename_finish(), regstat_bb_compute_ri(), regstat_compute_calls_crossed(), regstat_compute_ri(), regstat_init_n_sets_and_refs(), rehash_using_reg(), reject(), related_int_vector_mode(), related_vector_mode(), fold_using_range::relation_fold_and_or(), relation_intersect(), relation_transitive(), relation_trio::relation_trio(), relation_union(), relational_result(), path_range_query::relations_may_be_invalidated(), relative_path_prefix(), relax_delay_slots(), relayout_decl(), base_pool_allocator< TBlockAllocator >::release(), va_heap::release(), memory_block_pool::release(), release_bb_predicate(), cgraph_node::release_body(), tree_switch_conversion::release_clusters(), release_components(), release_defs_bitset(), release_free_names_and_compact_live_names(), release_function_body(), mem_alloc_description< T >::release_instance_overhead(), release_mem_refs(), release_overhead(), vec_prefix::release_overhead(), release_pages(), release_phi_node(), release_section_hash_entry(), ipa_icf::sem_item_optimizer::release_split_map(), release_ssa_name_fn(), release_structures(), release_vec_loop_controls(), relink_block_chain(), relink_imm_use_stmt(), relink_to_new_repr(), reload(), reload_adjust_reg_for_icode(), reload_adjust_reg_for_mode(), reload_adjust_reg_for_temp(), reload_as_needed(), reload_combine(), reload_combine_closest_single_use(), reload_combine_note_store(), reload_combine_note_use(), reload_combine_purge_insn_uses(), reload_combine_purge_reg_uses_after_ruid(), reload_combine_recognize_const_pattern(), reload_combine_recognize_pattern(), reload_combine_split_one_ruid(), reload_combine_split_ruids(), reload_cse_move2add(), reload_cse_move2add_invalidate(), reload_cse_regs(), reload_cse_regs_1(), reload_cse_simplify(), reload_cse_simplify_operands(), reload_cse_simplify_set(), reload_inner_reg_of_subreg(), reload_pseudo_compare_func(), reload_reg_class_lower(), reload_reg_free_for_value_p(), reload_reg_free_p(), reload_reg_reaches_end_p(), reload_reg_rtx_reaches_end_p(), reloads_conflict(), reloads_unique_chain_p(), relocate_ptrs(), relop_early_resolve(), ipa_predicate::remap_after_duplication(), ipa_predicate::remap_after_inlining(), remap_block(), remap_decl(), remap_decls(), remap_dependence_clique(), remap_edge_params(), remap_edge_summaries(), remap_eh_region_nr(), remap_eh_region_tree_nr(), remap_enclosing_frame(), remap_filename(), remap_freqcounting_predicate(), remap_freqcounting_preds_after_dup(), remap_gimple_op_r(), remap_gimple_seq(), remap_gimple_stmt(), modref_tree< T >::remap_params(), remap_save_expr(), remap_ssa_name(), remap_type(), remap_type_1(), remap_type_2(), remap_type_3(), remap_vla_decls(), remapping_prefix_p(), fibonacci_node< K, V >::remove(), ipa_edge_args_sum_t::remove(), ipa_edge_args_sum_t::remove(), ipa_ref_opt_summary_t::remove(), ana::binding_map::remove(), hash_map< KeyId, Value, Traits >::remove(), hash_set< KeyId, Lazy, Traits >::remove(), ordered_hash_map< KeyId, Value, Traits >::remove(), typed_const_free_remove< Type >::remove(), same_succ::remove(), base_pool_allocator< TBlockAllocator >::remove(), symtab_node::remove(), cgraph_node::remove(), remove_addr_table_entry(), remove_address_replacements(), remove_allocno_from_bucket_and_push(), remove_unreachable::remove_and_update_globals(), remove_arc(), ipcp_transformation::remove_argaggs_if(), remove_AT(), remove_attribute(), remove_attributes_matching(), remove_bb(), remove_bb_from_loops(), remove_bbs(), remove_branch(), remove_cgraph_node_from_order(), remove_child_or_replace_with_skeleton(), remove_clobbers(), remove_conditions_and_labels(), remove_constraints(), remove_ctrl_stmt_and_useless_edges(), remove_dead_phis(), remove_dead_stmt(), remove_death(), remove_described_reference(), remove_duplicate_values(), remove_duplicates(), remove_edge(), remove_edge_and_dominated_blocks(), remove_eh_handler(), hash_table< Descriptor, Lazy, Allocator >::remove_elt_with_hash(), remove_exit_barrier(), remove_exit_barriers(), remove_exits_and_undefined_stmts(), remove_fake_predecessors(), remove_fallthru_edge(), remove_forwarder_block(), remove_forwarder_block_with_phi(), remove_free_EXPR_LIST_node(), remove_free_INSN_LIST_elem(), remove_free_INSN_LIST_node(), remove_from_partition_kill_list(), remove_from_table(), remove_gimple_phi_args(), remove_indirect_clobbers(), remove_inheritance_pseudos(), remove_init_insns(), varpool_node::remove_initializer(), remove_insn(), remove_insn_ent(), remove_invalid_subreg_refs(), fwd_jt_path_registry::remove_jump_threads_including(), remove_list_elem(), remove_list_node(), remove_loc_list_addr_table_entries(), remove_low_level_allocnos(), remove_member_access_dummy_vars(), remove_modref_edge_summaries(), remove_name_from_operation(), remove_node_from_insn_list(), remove_note(), remove_outfile_spec_function(), remove_path(), remove_phi_arg_num(), remove_phi_node(), remove_preds_and_fake_succs(), remove_prop_source_from_use(), remove_pseudo_from_table(), remove_pseudos(), remove_reachable_equiv_notes(), remove_redundant_iv_tests(), vect_optimize_slp_pass::remove_redundant_permutations(), ipa_ref::remove_reference(), remove_reg_equal_equiv_notes(), remove_reg_equal_equiv_notes_for_regno(), remove_scratches(), remove_some_program_points_and_update_live_ranges(), remove_some_program_points_and_update_live_ranges(), remove_ssa_form(), remove_state_duplicate_reservs(), pcom_worker::remove_stmt(), remove_stmt_from_eh_lp_fn(), remove_suffix(), cgraph_node::remove_symbol_and_inline_clones(), remove_uneccesary_loop_nodes_from_loop_tree(), remove_unnecessary_allocnos(), remove_unnecessary_regions(), remove_unreachable_eh_regions(), remove_unreachable_eh_regions_worker(), remove_unreachable_handlers(), remove_unreachable_handlers_no_lp(), symbol_table::remove_unreachable_nodes(), symbol_table::remove_unreferenced_decls(), remove_unused_ivs(), remove_unused_locals(), remove_unused_scope_block_p(), remove_useless_eaf_flags(), remove_value_from_changed_variables(), rename_chains(), rename_variables_in_bb(), renumber_gimple_stmt_uids_in_block(), renumerate_operands_in_pattern(), reorder23(), reorder45(), reorder_basic_blocks(), reorder_basic_blocks_simple(), reorder_basic_blocks_software_trace_cache(), reorder_blocks(), reorder_blocks_1(), reorder_important_classes(), reorder_insns(), reorder_insns_nobb(), reorder_loops(), reorder_operands(), reorg_loops(), reorg_redirect_jump(), repair_loop_structures(), reparent_child(), growing_rtx_properties< Base >::repeat(), list_head< T >::replace(), replace_abnormal_ssa_names(), replace_block_by(), replace_block_vars_by_duplicates(), replace_block_vars_by_duplicates_1(), replace_by_duplicate_decl(), replace_child(), replace_conditional_candidate(), replace_dead_reg(), replace_duplicating_operands_in_pattern(), replace_equiv_address(), replace_equiv_address_nv(), ana::checker_path::replace_event(), replace_expr_with_values(), replace_func_exit(), replace_function_decl(), replace_goto_queue_1(), replace_goto_queue_cond_clause(), replace_id(), fibonacci_heap< K, V >::replace_key(), fibonacci_heap< K, V >::replace_key_data(), replace_label(), replace_label_in_insn(), replace_locals_op(), replace_locals_stmt(), replace_loop_annotate(), replace_loop_annotate_in_block(), replace_mult_candidate(), replace_names_by_phis(), replace_oldest_value_addr(), replace_oldest_value_mem(), replace_oldest_value_reg(), replace_one_candidate(), replace_operands_with_dups(), replace_outfile_spec_function(), substitute_and_fold_engine::replace_phi_args_in(), replace_phi_edge_with_variable(), replace_phis_by_defined_names(), replace_profitable_candidates(), replace_pseudos_in(), replace_read(), replace_reciprocal(), replace_reciprocal_squares(), replace_ref(), replace_ref(), replace_ref_with(), replace_refs(), replace_reg_with_saved_mem(), ipa_param_body_adjustments::replace_removed_params_ssa_names(), replace_rhs_if_not_dup(), replace_rtx(), replace_scc_by_value(), replace_single_def_regs(), vec_info::replace_stmt(), replace_stmt_with_simplification(), replace_store_insn(), replace_trapping_overflow(), replace_uncond_cands_and_profitable_phis(), replace_unconditional_candidate(), replace_uses(), replace_uses_by(), substitute_and_fold_engine::replace_uses_in(), replace_uses_in_bb_by(), replace_with_mapped_expr(), replaced_subreg(), replacement_internal_fn(), report_conflicting_sanitizer_options(), diagnostic_context::report_current_module(), diagnostic_context::report_diagnostic(), report_error_func(), report_heap_memory_use(), report_inline_failed_reason(), report_ploop_op(), report_predictor_hitrates(), report_unroll(), report_vect_op(), reposition_prologue_and_epilogue_notes(), representable_as_half_series_p(), repropagate_negates(), opt_mode< T >::require(), require4(), md_reader::require_char(), md_reader::require_char_ws(), require_template_declaration(), md_reader::require_word_ws(), requires_barrier(), requires_stack_frame_p(), rescan_loop_exit(), reserv_sets_and(), reserv_sets_are_intersected(), reserv_sets_cmp(), reserv_sets_eq(), reserv_sets_hash_value(), reserv_sets_or(), vec< T, va_heap, vl_ptr >::reserve(), va_gc::reserve(), va_heap::reserve(), vec< T, va_heap, vl_ptr >::reserve_exact(), symtab_node::reset(), reset_all_used_flags(), reset_debug_binding(), reset_debug_bindings(), ipa_param_body_adjustments::reset_debug_stmts(), reset_debug_uses(), reset_debug_uses_in_loop(), reset_dies(), reset_edge_caches(), reset_evolution_in_loop(), reset_float_format(), reset_flow_sensitive_info_in_bb(), reset_indirect_string(), reset_opr_set_tables(), path_range_query::reset_path(), reset_unmarked_insns_debug_uses(), ana::state_machine::reset_when_passed_to_unknown_fn_p(), vector_builder< T, Shape, Derived >::reshape(), gimple_match_op::resimplify(), resize_phi_node(), resize_reg_info(), resolution_local_p(), resolution_to_local_definition_p(), resolution_used_from_other_file_p(), resolve_addr(), resolve_addr_in_expr(), symtab_node::resolve_alias(), resolve_args_picking(), resolve_args_picking_1(), resolve_asm_operand_names(), resolve_clobber(), resolve_debug(), ranger_cache::resolve_dom(), resolve_mixers(), resolve_noninline_speculation(), resolve_operand_for_swap_move_operator(), resolve_operand_name_1(), resolve_reg_notes(), resolve_reg_p(), resolve_shift_zext(), resolve_simple_move(), cgraph_edge::resolve_speculation(), resolve_subreg_p(), resolve_subreg_use(), resolve_typedef(), resolve_unique_section(), resource_conflicts_p(), rest_of_clean_state(), rest_of_decl_compilation(), rest_of_handle_check_leaf_regs(), rest_of_handle_combine(), rest_of_handle_cse(), rest_of_handle_cse2(), rest_of_handle_cse_after_global_opts(), rest_of_handle_delay_slots(), rest_of_handle_df_finish(), rest_of_handle_df_initialize(), rest_of_handle_dse(), rest_of_handle_final(), rest_of_handle_if_conversion(), rest_of_handle_live_range_shrinkage(), rest_of_handle_peephole2(), rest_of_handle_sched(), rest_of_handle_sched2(), rest_of_handle_sched_fusion(), rest_of_handle_stack_regs(), rest_of_handle_thread_prologue_and_epilogue(), rest_of_type_compilation(), env_manager::restore(), restore_costs_from_copies(), restore_operands(), restore_register_info(), restrict_cost_classes(), ipa_polymorphic_call_context::restrict_to_inner_class(), restrict_type_identity_attributes_to(), restructure_reference(), result_of_phi(), result_vector(), return_different_stmts_1(), return_false_with_message_1(), return_insn_p(), return_prediction(), jobserver_info::return_token(), return_with_result(), returning_call_p(), returnjump_p(), attr_fnspec::returns_arg(), rev_post_order_and_mark_dfs_back_seme(), reverse_condition(), reverse_condition_maybe_unordered(), reverse_op(), reverse_rotate_by_imm_p(), reverse_storage_order_for_component_p(), reverse_storage_order_for_component_p(), reversed_comparison(), reversed_comparison_code(), reversed_comparison_code_parts(), reversed_condition(), back_jt_path_registry::rewire_first_differing_edge(), rewrite_add_phi_arguments(), rewrite_all_phi_nodes_with_iv(), rewrite_bittest(), rewrite_blocks(), rewrite_call_expr(), rewrite_call_expr_valist(), rewrite_constraints(), rewrite_debug_stmt_uses(), rewrite_expr_tree(), rewrite_expr_tree_parallel(), rewrite_groups(), rewrite_into_loop_closed_ssa(), rewrite_into_loop_closed_ssa_1(), rewrite_out_of_ssa(), rewrite_phi_with_iv(), rewrite_reciprocal(), rewrite_stmt(), rewrite_to_defined_overflow(), rewrite_to_non_trapping_overflow(), rewrite_trees(), rewrite_update_phi_arguments(), rewrite_update_stmt(), rewrite_usage(), rewrite_use_address(), rewrite_use_compare(), rewrite_use_nonlinear_expr(), rexpr_location(), rhs_is_fed_for_value_replacement(), rhs_to_tree(), rli_size_so_far(), rli_size_unit_so_far(), vec_perm_indices::rotate_inputs(), typed_splay_tree< KEY_TYPE, VALUE_TYPE >::rotate_left(), rotate_loc_descriptor(), rotate_loop(), typed_splay_tree< KEY_TYPE, VALUE_TYPE >::rotate_right(), wi::round_down_for_mask(), round_down_loc(), round_for_format(), round_push(), round_sdiv_adjust(), round_trampoline_addr(), round_udiv_adjust(), wi::round_up_for_mask(), round_up_loc(), rpo_vn_valueize(), double_int::rshift(), double_int::rshift(), rshift_double(), rshift_large_common(), rshift_significand(), rt_bb_visited::rt_bb_visited(), rtd_divmod(), rtl_account_profile_record(), rtl_can_remove_branch_p(), rtl_create_basic_block(), rtl_delete_block(), rtl_dump_bb(), rtl_extract_cond_bb_edges(), rtl_flow_call_edges_add(), rtl_for_decl_init(), rtl_for_decl_location(), cgraph_node::rtl_info(), rtl_lv_add_condition_to_bb(), rtl_make_eh_edge(), rtl_merge_blocks(), rtl_predict_edge(), rtl_predicted_by_p(), rtl_redirect_edge_and_branch(), rtl_split_block(), rtl_split_block_before_cond_jump(), rtl_split_edge(), rtl_tidy_fallthru_edge(), rtl_verify_bb_insn_chain(), rtl_verify_bb_insns(), rtl_verify_bb_layout(), rtl_verify_bb_pointers(), rtl_verify_edges(), rtl_verify_fallthru(), rtl_verify_flow_info(), rtl_verify_flow_info_1(), rtvec_alloc(), rtx_addr_can_trap_p(), rtx_addr_can_trap_p_1(), rtx_addr_varies_p(), rtx_reader::rtx_alloc_for_name(), rtx_alloc_stat_v(), rtx_cost(), rtx_count_cmp(), rtx_debug_expr_p(), rtx_equal_for_cselib_1(), rtx_equal_for_cselib_p(), rtx_equal_for_field_assignment_p(), rtx_equal_for_memref_p(), rtx_equal_p(), rtx_for_function_call(), rtx_for_static_chain(), rtx_init(), rtx_interchangeable_p(), rtx_moveable_p(), rtx_referenced_p(), rtx_renumbered_equal_p(), rtx_size(), rtx_to_double_int(), rtx_to_tree_code(), rtx_unstable_p(), rtx_varies_p(), op_by_pieces_d::run(), run_attempt(), run_fast_dce(), run_fast_df_dce(), run_gcc(), run_rpo_vn(), run_rtl_passes(), run_tree_predictive_commoning(), run_word_dce(), runtime_alias_check_p(), operator_mult::rv_fold(), foperator_div::rv_fold(), operator_plus::rv_fold(), operator_minus::rv_fold(), s_hook_eq_p(), s_hook_hash(), safe_as_a(), safe_dyn_cast(), ipa_icf_gimple::func_checker::safe_for_total_scalarization_p(), safe_from_earlyclobber(), safe_from_p(), vec< T, va_heap, vl_ptr >::safe_grow(), vec< T, va_heap, vl_ptr >::safe_grow_cleared(), SAFE_HASH(), safe_hash(), vec< T, va_heap, vl_ptr >::safe_insert(), safe_lookup_page_table_entry(), safe_predicate_mode(), safe_scale_64bit(), safe_to_hoist_p(), same_access_functions(), same_access_path_p(), same_addr_size_stores_p(), same_attr_p(), same_bool_comparison_p(), same_die_p(), same_dw_val_p(), same_handler_p(), same_line_p(), same_loc_p(), same_pattern_p(), same_phi_alternatives(), same_phi_alternatives_1(), same_phi_args_p(), ipcp_value< valtype >::same_scc(), same_succ_alloc(), same_succ_flush_bb(), same_succ_hash(), same_succ_print(), same_succ_reset(), same_type_for_tbaa(), same_value_p(), same_variable_part_p(), sanitize_attrs_match_for_inline_p(), sanitize_coverage_p(), sanitize_flags_p(), sanitize_hot_paths(), sanitize_spec_function(), sanitize_unreachable_fn(), sanopt_optimize_walker(), sarif_ice_handler(), sarif_ice_notification::sarif_ice_notification(), sarif_thread_flow::sarif_thread_flow(), satisfies_address_constraint_p(), satisfies_address_constraint_p(), satisfies_memory_constraint_p(), save_call_clobbered_regs(), vec_info_shared::save_datarefs(), save_dir_v(), save_dist_v(), save_expr(), save_inline_function_body(), save_point_p(), save_register_info(), save_string(), save_string(), save_switch(), saved_hard_reg_compare_func(), sbitmap_alloc(), sbitmap_popcount(), sbitmap_realloc(), sbitmap_resize(), sbitmap_vector_alloc(), sbr_sparse_bitmap::sbr_sparse_bitmap(), sbr_vector::sbr_vector(), scale_bbs_frequencies(), scale_bbs_frequencies_profile_count(), scale_dominated_blocks_in_loop(), scale_ipa_profile_for_fn(), scale_loop_profile(), scale_profile_for_vect_loop(), scale_strictly_dominated_blocks(), scan_comma_elt(), scan_function(), scan_insn(), scan_loop(), scan_omp(), scan_omp_1_op(), scan_omp_1_stmt(), scan_omp_for(), scan_omp_op(), scan_omp_parallel(), scan_omp_sections(), scan_omp_simd(), scan_omp_simd_scan(), scan_omp_single(), scan_omp_target(), scan_omp_task(), scan_omp_teams(), scan_one_insn(), scan_operand_equal_p(), scan_operands(), scan_paradoxical_subregs(), scan_prog_file(), scan_reads(), scan_rtx(), scan_rtx_address(), scan_rtx_reg(), scan_sharing_clauses(), scan_store_can_perm_p(), scan_stores(), scan_trace(), DFS::scc_entry_compare(), scc_info::scc_info(), scc_visit(), sccopy_propagate(), sccopy_visit_op(), scev_analyzable_p(), scev_direction(), scev_is_linear_expression(), scev_probably_wraps_p(), scev_var_range_cant_overflow(), schedule_prefetches(), scompare_loc_descriptor(), scompare_loc_descriptor_narrow(), scompare_loc_descriptor_wide(), scratch_equal(), scratch_operand(), scratch_reload_class(), modref_tree< T >::search(), modref_base_node< T >::search(), searchc(), secname_for_decl(), pointer_mux< T1, T2 >::second(), pointer_mux< T1, T2 >::second_or_null(), secondary_reload_class(), section_sanitized_p(), rtx_reuse_manager::seen_def_p(), select_best_block(), select_reload_regs(), select_what_to_stream(), selector_fits_mode_p(), self_inlining_addr_expr(), self_recursive_agg_pass_through_p(), self_recursive_pass_through_p(), self_referential_component_ref_p(), self_referential_size(), self_reuse_distance(), selt(), symtab_node::semantically_equivalent_p(), separate_attrs(), separate_decls_in_region(), separate_decls_in_region_debug(), separate_decls_in_region_name(), separate_decls_in_region_stmt(), seq_cost(), vec_perm_indices::series_p(), sese_add_exit_phis_edge(), sese_build_liveouts_bb(), sese_build_liveouts_use(), sese_insert_phis_for_liveouts(), sese_reset_debug_liveouts(), sese_trivially_empty_bb_p(), json::object::set(), frange::set(), irange::set(), prange::set(), irange::set(), set_agg_lats_contain_variable(), set_agg_lats_to_bottom(), set_alg_hash_used_p(), ipa_icf::set_alias_uids(), set_all_contains_variable(), set_all_edges_as_executable(), set_all_positions_unneeded(), set_allocno_somewhere_renamed_p(), set_alt_dump_file(), temporal_cache::set_always_current(), sarif_builder::set_any_logical_locs_arr(), set_asan_shadow_offset(), set_autoinc_for_original_candidates(), set_bb_indices(), set_bb_original(), set_bb_predicate(), set_bb_predicate_gimplified_stmts(), block_range_cache::set_bb_range(), set_bb_regs(), set_bb_seq(), best_match< GOAL_TYPE, CANDIDATE_TYPE >::set_best_so_far(), wi::set_bit_in_zero(), wi::set_bit_in_zero(), wi::set_bit_large(), set_block(), access_data::set_bound(), set_builtin_decl(), set_builtin_decl_declared_p(), set_builtin_decl_implicit_p(), set_builtin_user_assembler_name(), ipa_polymorphic_call_context::set_by_invariant(), set_call_expr_flags(), cgraph_edge::set_call_stmt(), cgraph_node::set_call_stmt_including_clones(), substring_loc::set_caret_index(), set_cfg_hooks(), set_cfun(), set_chain_of_aglats_contains_variable(), set_check_aggs_by_ref(), diagnostic_context::set_client_data_hooks(), set_cluster(), set_collect_gcc_options(), set_comdat_group(), set_comdat_group_1(), set_component_ref_size(), set_component_ssa_name(), pointer_equiv_analyzer::set_cond_equiv(), set_cond_stmt_execution_predicate(), cgraph_node::set_const_flag(), set_const_flag_1(), ipcp_lattice< valtype >::set_contains_variable(), set_conv_libfunc(), set_convert_cost(), set_copy_of_val(), set_debug_level(), set_decl_built_in_function(), set_decl_incoming_rtl(), set_decl_origin_self(), set_decl_section_name(), set_decl_section_name(), set_decl_tls_model(), set_def_block(), set_depth(), set_depth_add(), set_dom_info_availability(), set_dst_reg_note(), set_dump_file(), set_dv_changed(), set_edge_can_fallthru_flag(), set_edge_probability_and_rescale_others(), set_endptr_and_length(), set_even_probabilities(), set_fast_math_flags(), cgraph_node::set_fini_priority(), set_for_reg_notes(), set_function_decl_type(), set_gimple_stmt_max_uid(), pointer_equiv_analyzer::set_global_equiv(), ranger_cache::set_global_range(), dom_opt_dom_walker::set_global_ranges_from_unreachable_edges(), set_hashtable_value_ids(), set_hint_predicate(), set_histogram_value(), set_ifsese_condition(), set_immediate_dominator(), range_def_chain::set_import(), set_incoming_from_chain(), set_indirect_string(), symtab_node::set_init_priority(), set_initial_elim_offsets(), set_initial_label_offsets(), set_inlining_locations(), set_input(), set_insn_deleted(), set_insn_equiv_classes(), irange_storage::set_irange(), dump_context::set_json_writer(), set_label_offsets(), set_label_ref_label(), set_lang_bitmap(), set_lattice_value(), wide_int_storage::set_len(), widest_int_storage< N >::set_len(), set_level(), set_livein_block(), text_info::set_location(), set_location_for_edge(), cgraph_node::set_malloc_flag(), set_malloc_flag_1(), md_reader::set_md_ptr_loc(), set_mem_attributes(), set_mem_attributes_minus_bitpos(), set_mem_attrs(), set_move_mark(), set_multilib_dir(), frange::set_nan(), frange::set_nan(), frange::set_nan(), set_new_first_and_last_insn(), set_next(), set_next_view_needed(), set_no_uninit_warning(), prange::set_nonzero(), irange::set_nonzero(), irange_bitmask::set_nonzero_bits(), set_nonzero_bits_and_sign_copies(), set_noop_p(), cgraph_node::set_noreturn_flag(), set_noreturn_flag_1(), cgraph_node::set_nothrow_flag(), set_nothrow_flag_1(), set_nothrow_function_flags(), set_of_1(), set_offsets_for_label(), dom_oracle::set_one_relation(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), gimple_match_op::set_op(), vect_unpromoted_value::set_op(), set_optab_libfunc(), set_option(), diagnostic_context::set_option_hooks(), set_out_arc_insns_equiv_num(), set_page_table_entry(), set_paradoxical_subreg(), list_head< T >::range::set_parent(), decision::set_parent(), transition::set_parent(), splay_tree_accessors_with_parent< Base >::set_parent(), set_parm_default_def_partition(), set_parm_rtl(), gcc::pass_manager::set_pass_for_id(), set_phi_nodes(), set_position_unneeded(), set_prev(), driver::set_progname(), set_ptr_info_alignment(), set_ptr_nonnull(), set_random_seed(), irange::set_range_from_bitmask(), set_range_info(), set_readonly_bit(), set_reduc_phi_uids(), set_reg_attrs_for_decl_rtl(), set_reg_attrs_for_parm(), set_reg_attrs_from_value(), set_reg_known_equiv_p(), set_reg_known_value(), set_reload_reg(), set_return_jump_label(), set_rewrite_uses(), set_rtl(), set_rtx_cost(), set_sanitized_sections(), set_scalar_evolution(), set_sdiv_pow2_cheap(), symtab_node::set_section_for_node(), symtab_node::set_section_for_node(), symtab_node::set_section_from_node(), rtx_reuse_manager::set_seen_def(), set_significand_bit(), set_slot_part(), set_source_date_epoch_envvar(), set_spec(), set_src_pwd(), set_ssa_default_def(), set_ssa_val_to(), set_stack_check_libfunc(), set_state_reserv(), set_static_spec(), set_storage_via_libcall(), set_storage_via_setmem(), json::object::set_string(), set_strlen_range(), set_strub_mode(), set_strub_mode_to(), set_struct_debug_option(), set_switch_stmt_execution_predicate(), diagnostic_context::set_text_art_charset(), ipcp_lattice< valtype >::set_to_bottom(), set_type_binfo(), set_type_canonical_for_odr_type(), SET_TYPE_VECTOR_SUBPARTS(), set_uid_loop_bbs(), set_uids_in_ptset(), frange::set_undefined(), set_union_with_increment(), set_unique_reg_note(), set_unit_reserv(), irange_bitmask::set_unknown(), set_unsafe_math_optimizations_flags(), driver::set_up_specs(), set_usage_bits(), set_used_decls(), set_user_assembler_libfunc(), set_user_assembler_name(), set_var_live_on_entry(), set_variable_part(), prange::set_varying(), vec_info::set_vinfo_for_stmt(), vrange_storage::set_vrange(), set_writeonly_bit(), set_Wstrict_aliasing(), prange::set_zero(), setjmp_args_warning(), setjmp_or_longjmp_p(), setjmp_vars_warning(), setup_alloc_regs(), setup_allocno_and_important_classes(), setup_allocno_assignment_flags(), setup_allocno_available_regs_num(), setup_allocno_class_and_costs(), setup_allocno_priorities(), setup_can_eliminate(), setup_class_hard_regs(), setup_class_subset_and_memory_move_costs(), setup_class_translate_array(), setup_coalesced_allocno_costs_and_nums(), setup_core_dumping(), setup_cost_classes(), setup_elimination_map(), setup_hard_regno_aclass(), setup_incoming_promotions(), setup_insn_reg_info(), setup_left_conflict_sizes_p(), setup_live_bytes_from_ref(), setup_live_pseudos_and_spill_after_risky_transforms(), setup_loop_tree_level(), setup_min_max_allocno_live_range_point(), setup_min_max_conflict_allocno_ids(), setup_next_usage_insn(), setup_one_parameter(), setup_operand_alternative(), setup_preferred_alternate_classes_for_new_pseudos(), setup_prefixes(), setup_pressure_classes(), setup_profitable_hard_regs(), setup_prohibited_and_exclude_class_mode_regs(), setup_prohibited_mode_move_regs(), setup_reg_class_nregs(), setup_reg_class_relations(), setup_reg_equiv(), setup_reg_mode_hard_regset(), setup_reg_renumber(), setup_reg_spill_flag(), setup_reg_subclasses(), setup_regno_cost_classes_by_aclass(), setup_regno_cost_classes_by_mode(), setup_save_areas(), setup_signals(), setup_sp_offset(), setup_stack_reg_pressure_class(), setup_try_hard_regno_pseudos(), setup_uniform_class_p(), double_int::sext(), generic_wide_int< storage >::sext_elt(), sext_hwi(), wi::sext_large(), shadow_mem_size(), shallow_copy_rtvec(), shallow_copy_rtx(), loop_distribution::share_memory_accesses(), shared_bitmap_add(), shared_bitmap_lookup(), shared_const_p(), shared_hash_find_1(), shared_hash_find_slot_1(), shared_hash_find_slot_noinsert_1(), shared_hash_find_slot_unshare(), shared_hash_find_slot_unshare_1(), shared_hash_unshare(), sreal::shift(), shift_amt_for_vec_perm_mask(), shift_bytes_in_array_left(), shift_bytes_in_array_right(), shift_cost(), shift_cost_ptr(), shift_optab_p(), shift_output_template(), shift_return_value(), sreal::shift_right(), shiftadd_cost_ptr(), wi::shifted_mask(), wi::shifted_mask(), wi::shifted_mask(), shiftsub0_cost_ptr(), shiftsub1_cost_ptr(), shortcut_cond_expr(), shortcut_cond_r(), shorten_branches(), shorten_into_mode(), shortest_paths< GraphTraits, Path_t >::shortest_paths(), should_break_up_subtract(), should_carry_location_p(), should_colorize(), should_duplicate_loop_header_p(), should_emit_struct_debug(), should_hoist_expr_to_dom(), should_interchange_loops(), should_issue_prefetch_p(), should_move_die_to_comdat(), should_remove_lhs_p(), should_replace_address(), should_skip_pass_p(), should_warn_for_implicit_fallthrough(), diagnostic_context::show_any_path(), diagnostic_context::show_locus(), shrink_simd_arrays(), shrink_wrap_conditional_dead_built_in_calls(), shrink_wrap_one_built_in_call(), shrink_wrap_one_built_in_call_with_conds(), wi::shwi(), side_effects_p(), sign_bit_p(), sign_expand_binop(), sign_extend_short_imm(), generic_wide_int< storage >::sign_mask(), wi::sign_mask(), sign_mask_for(), signbit_known_p(), frange::signbit_p(), signed_condition(), signed_or_unsigned_type_for(), signed_type_for_types(), significand_size(), simd_clone_adjust(), simd_clone_adjust_argument_types(), simd_clone_adjust_return_type(), simd_clone_call_p(), simd_clone_clauses_extract(), simd_clone_compute_base_data_type(), simd_clone_create(), simd_clone_init_simd_arrays(), simd_clone_linear_addend(), simd_clone_mangle(), simd_clone_struct_copy(), simple_condition_p(), simple_control_dep_chain(), simple_cst_equal(), simple_cst_list_equal(), simple_dce_from_worklist(), simple_decl_align_in_bits(), simple_edge_hints(), simple_goto_p(), simple_integer_narrowing(), simple_iv(), simple_iv_increment_p(), simple_iv_with_niters(), simple_mem(), simple_mem_bitfield_p(), simple_mem_ref_in_stmt(), simple_move(), simple_move_operand(), simple_move_p(), operator_bitwise_and::simple_op1_range_solver(), simple_reg_p(), simple_regno_set(), simple_rhs_p(), simple_type_align_in_bits(), simple_type_size_in_bits(), simplejump_or_return_p(), simplejump_p(), simplifiable_subregs(), dom_jt_simplifier::simplify(), predicate::simplify(), hybrid_jt_simplifier::simplify(), simplify_using_ranges::simplify(), simplify_1a(), simplify_1b(), predicate::simplify_2(), predicate::simplify_3(), predicate::simplify_4(), simplify_using_ranges::simplify_abs_using_ranges(), simplify_and_const_int(), simplify_and_const_int_1(), simplify_and_tree(), simplify_context::simplify_associative_operation(), avail_exprs_stack::simplify_binary_operation(), simplify_context::simplify_binary_operation(), simplify_context::simplify_binary_operation_1(), simplify_context::simplify_binary_operation_series(), simplify_using_ranges::simplify_bit_ops_using_ranges(), simplify_bitfield_ref(), simplify_builtin_call(), simplify_context::simplify_byte_swapping_operation(), simplify_using_ranges::simplify_casted_compare(), simplify_using_ranges::simplify_compare_assign_using_ranges_1(), simplify_compare_const(), simplify_using_ranges::simplify_compare_using_ranges_1(), simplify_comparison(), simplify_cond(), simplify_context::simplify_cond_clz_ctz(), simplify_using_ranges::simplify_cond_using_ranges_1(), simplify_const_binary_operation(), simplify_const_binop(), simplify_const_relational_operation(), simplify_const_unary_operation(), simplify_const_vector_byte_offset(), simplify_const_vector_subreg(), jump_threader::simplify_control_stmt_condition(), jump_threader::simplify_control_stmt_condition_1(), simplify_conversion_using_ranges(), simplify_count_trailing_zeroes(), simplify_using_ranges::simplify_div_or_mod_using_ranges(), simplify_expand_binop(), simplify_using_ranges::simplify_float_conversion_using_ranges(), simplify_context::simplify_gen_binary(), simplify_gen_relational(), simplify_context::simplify_gen_relational(), simplify_gen_subreg(), simplify_context::simplify_gen_subreg(), simplify_gen_subreg_concatn(), simplify_gen_ternary(), simplify_context::simplify_gen_ternary(), simplify_gen_unary(), simplify_context::simplify_gen_unary(), simplify_context::simplify_gen_vec_select(), simplify_gimple_switch(), simplify_gimple_switch_label_vec(), simplify_if_then_else(), simplify_immed_subreg(), simplify_using_ranges::simplify_internal_call_using_ranges(), simplify_logical(), simplify_context::simplify_logical_relational_operation(), simplify_loop_version(), simplify_context::simplify_merge_mask(), simplify_using_ranges::simplify_min_or_max_using_ranges(), simplify_operand_subreg(), simplify_or_tree(), simplify_peeled_chrec(), simplify_permutation(), simplify_context::simplify_plus_minus(), simplify_relational_operation(), simplify_context::simplify_relational_operation(), simplify_context::simplify_relational_operation_1(), simplify_replace_fn_rtx(), simplify_replace_rtx(), simplify_replace_tree(), simplify_rotate(), simplify_rtx(), simplify_set(), simplify_shift_const(), simplify_shift_const_1(), simplify_subreg(), simplify_context::simplify_subreg(), simplify_subreg_concatn(), simplify_subreg_regno(), simplify_using_ranges::simplify_switch_using_ranges(), simplify_ternary_operation(), simplify_context::simplify_ternary_operation(), simplify_test_exp(), simplify_tests(), simplify_context::simplify_truncation(), simplify_using_ranges::simplify_truth_ops_using_ranges(), simplify_unary_operation(), simplify_context::simplify_unary_operation(), simplify_context::simplify_unary_operation_1(), simplify_using_condition(), simplify_using_initial_conditions(), simplify_using_initial_values(), simplify_using_outer_evolutions(), simplify_using_ranges::simplify_using_ranges(), simplify_vector_constructor(), simplify_while_replacing(), simulate_backwards_to_point(), ssa_propagation_engine::simulate_block(), simulate_builtin_function_decl(), ssa_propagation_engine::simulate_stmt(), single_block_loop_p(), single_imm_use(), single_imm_use_1(), single_input_file_index(), single_likely_exit(), single_non_eh_succ(), single_non_singleton_phi_for_edges(), single_noncomplex_succ(), pcom_worker::single_nonlooparound_use(), single_nonzero_element(), single_pred_before_succ_order(), single_pred_edge_ignoring_loop_edges(), single_reg_class(), single_reg_operand_class(), single_set_2(), single_set_for_csa(), single_succ_to_potentially_threadable_block(), single_trailing_store_in_bb(), single_use_in_loop(), irange::singleton_p(), sink_clobbers(), sink_code_in_bb(), sink_common_stores_to_bb(), siv_subscript_p(), irange_storage::size(), size_binop_loc(), size_diffop_loc(), size_for_offset(), size_must_be_zero_p(), size_of_aranges(), size_of_die(), size_of_discr_list(), size_of_discr_value(), size_of_encoded_value(), size_of_int_loc_descriptor(), size_of_loc_descr(), size_of_locs(), size_of_pubnames(), access_ref::size_remaining(), size_t_cst_p(), size_usable_p(), size_valid_p(), sizeof_vn_nary_op(), sjlj_assign_call_site_values(), sjlj_build_landing_pads(), sjlj_emit_dispatch_table(), sjlj_emit_function_enter(), sjlj_emit_function_exit(), sjlj_emit_function_exit_after(), sjlj_fix_up_crossing_landing_pad(), sjlj_mark_call_sites(), skip_consecutive_labels(), skip_function_for_local_pure_const(), skip_in_fields_list_p(), skip_insns_after_block(), skip_loc_list_entry(), skip_pass(), skip_simple_arithmetic(), skip_simple_constant_arithmetic(), skip_spaces(), skip_usage_debug_insns(), slow_safe_scale_64bit(), slpeel_add_loop_guard(), slpeel_can_duplicate_loop_p(), slpeel_tree_duplicate_loop_to_edge_cfg(), slpeel_update_phi_nodes_for_guard1(), slsr_process_add(), slsr_process_cast(), slsr_process_copy(), slsr_process_mul(), slsr_process_neg(), slsr_process_phi(), slsr_process_ref(), sm_seq_push_down(), sm_seq_valid_bb(), op_by_pieces_d::smallest_fixed_size_mode_for_size(), smallest_int_mode_for_size(), smallest_mode_for_size(), double_int::smax(), double_int::smin(), solution_set_expand(), solve_constraints(), solve_flow_graph(), solve_graph(), some_nonzerop(), sorry(), sorry_at(), sort_after_uid(), sort_and_splice_var_accesses(), sort_bbs_in_loop_postorder_cmp(), sort_bbs_postorder(), sort_bucket(), sort_by_decl_uid(), sort_by_mach_mode(), sort_by_operand_rank(), sort_by_size_then_ssa_version_or_uid(), sort_by_ssa_version_or_uid(), sort_case_labels(), sort_coalesce_list(), sort_conflict_id_map(), ipa_icf::sort_congruence_class_groups_by_decl_uid(), ipa_icf::sort_congruence_classes_by_decl_uid(), ipa_icf::sem_item_optimizer::sort_congruence_split(), sort_fieldstack(), sort_hist_values(), sort_ids(), sort_iv_inv_expr_ent(), sort_locs_in_loop_postorder_cmp(), sort_partitions_by_post_order(), sort_phi_args(), ipa_icf::sort_sem_items_by_decl_uid(), sort_sibling_loops(), sort_sibling_loops_cmp(), sort_size_descending(), sorted_array_from_bitmap_set(), sorted_attr_string(), sp_based_mem_offset(), vec< T, va_heap, vl_ptr >::space(), vec< T, A, vl_embed >::space(), spaceship_replacement(), sparseset_alloc(), sparseset_and(), sparseset_bit_p(), sparseset_swap(), spec_path(), special_format(), special_function_p(), special_predicate_operand_p(), special_rtx(), ipa_polymorphic_call_context::speculation_consistent_p(), speculation_useful_p(), spill_failure(), spill_for(), spill_hard_reg(), spill_hard_reg_in_range(), spill_pseudos(), spill_pseudos(), spill_soft_conflicts(), spilled_pseudo_p(), splay_tree_compare_addr_range(), splay_tree_compare_decl_uid(), splay_tree_free_key(), typed_splay_tree< KEY_TYPE, VALUE_TYPE >::splay_tree_splay(), splice_child_die(), profile_probability::split(), split_address_groups(), split_address_to_core_and_offset(), split_all_insns(), split_at_bb_p(), split_bb_make_tm_edge(), split_block_1(), split_comparison(), split_complex_args(), split_complex_types(), split_const(), split_constant_offset(), split_constant_offset(), split_constant_offset_1(), split_critical_edges(), pcom_worker::split_data_refs_to_components(), split_double(), split_edge(), split_edge_bb_loc(), split_function(), split_if_necessary(), split_insn(), split_iv(), split_live_ranges_for_shrink_wrap(), split_loop(), split_loop_exit_edge(), split_loop_on_cond(), split_out_patterns(), split_part_set_ssa_name_p(), split_paths(), split_reg(), split_small_address_groups_p(), split_to_var_and_offset(), split_tree(), spread_components(), profile_probability::sqrt(), sra_deinitialize(), sra_get_max_scalarization_size(), sra_handled_bf_read_p(), sra_initialize(), sra_modify_assign(), sra_modify_call_arg(), sra_modify_constructor_assign(), sra_modify_deferred_init(), sra_modify_expr(), sra_modify_function_body(), sra_total_scalarization_would_copy_same_data_p(), ssa_base_cand_dump_callback(), ssa_conflicts_add_one(), ssa_conflicts_dump(), ssa_conflicts_merge(), ssa_conflicts_new(), ssa_conflicts_test_p(), ssa_create_duplicates(), ssa_default_def(), ssa_defined_by_minus_one_stmt_p(), ssa_defined_default_def_p(), ssa_fix_duplicate_block_edges(), ssa_fixup_template_block(), ssa_is_replaceable_p(), ssa_name_any_use_dominates_bb_p(), ssa_name_has_uses_outside_loop_p(), ssa_prop_init(), ssa_propagation_engine::ssa_propagate(), path_range_query::ssa_range_in_phi(), ssa_redirect_edge(), ssa_redirect_edges(), ssa_semi_invariant_p(), ssa_undefined_value_p(), ssa_uniform_vector_p(), SSA_VAL(), ssanames_print_statistics(), st_expr_entry(), stabilize_reference(), stabilize_reference_1(), stabilize_va_list_loc(), stack_adjust_offset_pre_post(), stack_adjust_offset_pre_post_cb(), stack_memref_p(), stack_protect_classify_type(), stack_protect_decl_phase(), stack_protect_epilogue(), stack_protect_prologue(), stack_region_maybe_used_p(), stack_var_cmp(), standard_iv_increment_position(), mode_iterator::start(), mode_iterator::start(), timer::start(), start_bitfield_representative(), vect_optimize_slp_pass::start_choosing_layouts(), start_graph_dump(), ana::supernode::start_phis(), start_record_layout(), start_sequence(), toplev::start_timevars(), starts_infinite_loop_p(), startswith(), state_eq_p(), state_from_flags(), state_hash(), state_ident_by_name(), state_is_differed(), state_reservs_cmp(), state_shift(), state_token_is_name(), statement_sink_location(), states_union(), static_loop_exit(), staticp(), statistics_counter_event(), statistics_early_init(), statistics_fini(), statistics_fini_1(), statistics_fini_pass(), statistics_fini_pass_1(), statistics_fini_pass_2(), statistics_histogram_event(), statistics_init(), std_canonical_va_list_type(), std_expand_builtin_va_start(), std_gimplify_va_arg_expr(), stdarg_p(), steal_delay_list_from_fallthrough(), steal_delay_list_from_target(), vector_builder< T, Shape, Derived >::stepped_sequence_p(), sticky_rshift_significand(), stmt_after_inc_pos(), stmt_after_ip_normal_pos(), stmt_can_terminate_bb_p(), pcom_worker::stmt_combining_refs(), stmt_cost(), stmt_cost(), stmt_could_throw_1_p(), stmt_could_throw_p(), stmt_dominates_stmt_p(), stmt_has_scalar_dependences_outside_loop(), stmt_in_inner_loop_p(), stmt_is_power_of_op(), stmt_kills_ref_p(), stmt_local_def(), stmt_makes_single_store(), stmt_may_be_vtbl_ptr_store(), stmt_may_clobber_global_p(), stmt_may_clobber_ref_p_1(), stmt_may_generate_copy(), stmt_may_generate_copy(), stmt_may_terminate_function_p(), stmt_references_abnormal_ssa_name(), stmt_semi_invariant_p(), stmt_semi_invariant_p_1(), stmt_starts_bb_p(), stmt_uses_0_or_null_in_undefined_way(), stmt_uses_name_in_undefined_way(), loop_distribution::stmts_from_loop(), timer::stop(), stop_search_p(), storage_order_barrier_p(), store_alt_unit_usage(), store_arg(), store_bit_field(), store_bit_field_1(), store_bit_field_using_insv(), store_by_pieces(), store_can_be_removed_p(), store_constructor(), store_constructor_field(), store_data_bypass_p(), store_data_bypass_p_1(), store_expr(), store_field(), store_fixed_bit_field(), store_fixed_bit_field_1(), store_integral_bit_field(), store_killed_after(), store_killed_before(), store_killed_in_insn(), store_killed_in_pat(), store_kills_ref_p(), store_motion_loop(), store_one_arg(), store_split_bit_field(), store_unaligned_arguments_into_pseudos(), str_pattern_slim(), strdup_object_size(), profile_probability::stream_in(), profile_count::stream_in(), sreal::stream_in(), thunk_info::stream_in(), ipa_polymorphic_call_context::stream_in(), ipa_predicate::stream_in(), modref_access_node::stream_in(), stream_in_histogram_value(), ipa_predicate::stream_out(), ipa_polymorphic_call_context::stream_out(), stream_out_bitmap(), stream_out_histogram_value(), stream_read_tree_ref(), stream_write_tree_ref(), streamer_alloc_tree(), streamer_check_handled_ts_structures(), streamer_get_pickled_tree(), streamer_hooks_init(), ipa_vr::streamer_read(), streamer_read_bitpack(), streamer_read_chain(), streamer_read_chain(), streamer_read_gcov_count(), streamer_read_hwi(), streamer_read_hwi_in_range(), streamer_read_indexed_string(), streamer_read_poly_int64(), streamer_read_poly_uint64(), streamer_read_real_value(), streamer_read_record_start(), streamer_read_string(), streamer_read_string_cst(), streamer_read_tree_bitfields(), streamer_read_tree_body(), streamer_read_uchar(), streamer_read_uhwi(), streamer_read_value_range(), streamer_read_wide_int(), streamer_read_widest_int(), streamer_string_index(), streamer_tree_cache_add_to_node_array(), streamer_tree_cache_append(), streamer_tree_cache_create(), streamer_tree_cache_get_hash(), streamer_tree_cache_get_tree(), streamer_tree_cache_insert(), streamer_tree_cache_insert_1(), streamer_tree_cache_lookup(), streamer_tree_cache_replace_tree(), ipa_vr::streamer_write(), streamer_write_bitpack(), streamer_write_char_stream(), streamer_write_data_stream(), streamer_write_gcov_count_stream(), streamer_write_hwi_in_range(), streamer_write_hwi_stream(), streamer_write_integer_cst(), streamer_write_real_value(), streamer_write_string(), streamer_write_string_cst(), streamer_write_string_with_length(), streamer_write_tree_bitfields(), streamer_write_tree_body(), streamer_write_tree_header(), streamer_write_uhwi_stream(), streamer_write_widest_int(), strict_memory_address_addr_space_p(), strict_volatile_bitfield_p(), json::string::string(), json::string::string(), string_concat::string_concat(), string_concat_db::string_concat_db(), string_constant(), string_cst_read_str(), string_for_index(), string_length(), string_seq(), stringop_block_profile(), stringpool_statistics(), strip_address_mutations(), strip_array_types(), strip_bit_not(), strip_float_extensions(), strip_invariant_refs(), strip_naming_typedef(), strip_nop_cond_scalar_reduction(), strip_off_ending(), strip_offset(), strip_offset(), strip_offset_1(), strip_offset_and_add(), strip_paradoxical_subreg(), strip_predict_hints(), strip_predictor_early(), strip_reg_name(), strip_subreg(), strip_trailing_whitespace(), strip_whitespace(), strip_zero_offset_components(), strips_small_constant(), strtoken(), strub_call_fntype_override_p(), strub_callable_builtin_p(), strub_callable_from_p(), strub_comptypes(), strub_inlinable_to_p(), strub_make_callable(), strub_set_fndt_mode_to(), strub_target_support_p(), strub_validate_fn_attr_parm(), strub_watermark_parm(), struct_field_seq(), struct_ptr_hash(), strlen_pass::strxcmp_eqz_result(), wi::sub_large(), sub_significands(), double_int::sub_with_overflow(), subbinfo_with_vtable_at_offset(), ana::pending_diagnostic_subclass< Subclass >::subclass_equal_p(), ana::pending_note_subclass< Subclass >::subclass_equal_p(), ipa_icf::sem_item_optimizer::subdivide_classes_by_equality(), ipa_icf::sem_item_optimizer::subdivide_classes_by_sensitive_refs(), subloop_tree_node_p(), subparts_gt(), subrange_type_die(), subrange_type_for_debug_p(), subreg_get_info(), subreg_highpart_offset(), subreg_lowpart_offset(), subreg_lowpart_p(), subreg_lsb_1(), subreg_memory_offset(), subreg_nregs_with_regno(), subreg_offset_from_lsb(), subreg_offset_representable_p(), subreg_promoted_mode(), subreg_regno(), subreg_regno_offset(), subreg_size_highpart_offset(), subreg_size_lowpart_offset(), subreg_size_lsb(), subreg_size_offset_from_lsb(), subreg_unpromoted_mode(), subscript_dependence_tester(), subscript_dependence_tester_1(), subset_of(), subset_of(), char_span::subspan(), subst(), subst_dup(), subst_indexed_address(), subst_mode(), subst_pattern_match(), subst_reg_equivs(), subst_reloads(), substitute(), substitute(), substitute_address(), substitute_and_fold_engine::substitute_and_fold(), substitute_in_expr(), substitute_placeholder_in_expr(), subtract_estimated_size(), subtract_one(), opt_pointer_wrapper< PtrType_t >::success(), sufficiently_different_p(), sufficiently_different_region_binding_p(), suggest_attribute(), option_proposer::suggest_completion(), option_proposer::suggest_option(), pcom_worker::suitable_component_p(), suitable_cond_bb(), suitable_for_tail_call_opt_p(), suitable_reference_p(), sum_edge_counts(), summarize_calls_size_and_time(), superloop_at_depth(), ipa_argagg_value_list::superset_of_p(), supportable_convert_operation(), supportable_half_widening_operation(), supportable_narrowing_operation(), supportable_widening_operation(), gimple_range_op_handler::supported_p(), supports_vec_convert_optab_p(), supports_vec_gather_load_p(), supports_vec_scatter_store_p(), suppress_warning(), suppress_warning(), suppress_warning_at(), surely_varying_stmt_p(), swap_allocno_copy_ends_if_necessary(), swap_commutative_operands_with_target(), swap_condition(), swap_ops_for_binary_stmt(), swap_ssa_operands(), swap_tree_comparison(), swap_tree_comparison(), sweep_pages(), switch_matches(), switch_text_sections_between_p(), switch_to_comdat_section(), switch_to_eh_frame_section(), switch_to_exception_section(), switch_to_frame_table_section(), switch_to_section(), ipa_icf::symbol_compare_collection::symbol_compare_collection(), call_summary< T * >::symtab_duplication(), fast_call_summary< T *, V >::symtab_duplication(), function_summary< T * >::symtab_duplication(), fast_function_summary< T *, V >::symtab_duplication(), function_summary< T * >::symtab_insertion(), fast_function_summary< T *, V >::symtab_insertion(), symtab_node_for_jfunc(), call_summary< T * >::symtab_removal(), fast_call_summary< T *, V >::symtab_removal(), function_summary< T * >::symtab_removal(), fast_function_summary< T *, V >::symtab_removal(), synth_lshift_by_additions(), synth_mult(), tablejump_casesi_pattern(), tablejump_p(), tag_arcs(), tag_blocks(), tag_conditions(), tag_counters(), tag_function(), tag_header(), tag_lines(), tag_shortcut_cond(), tag_summary(), tail_duplicate(), tail_merge_optimize(), tail_merge_valueize(), take_address_of(), target_align(), target_canonicalize_comparison(), target_char_cast(), target_char_cst_p(), target_for_debug_bind(), target_handle_option(), target_has_vecop_for_code(), target_opts_for_fn(), target_reinit(), regenerate-opt-urls::target_specific(), target_supports_divmod_p(), target_supports_len_load_store_p(), target_supports_mask_load_store_p(), target_supports_mult_synth_alg(), target_supports_op_p(), targhook_words_big_endian(), task_copyfn_copy_decl(), task_copyfn_remap_type(), task_reduction_read(), template_parameter_pack_die(), ten_to_mptwo(), ten_to_ptwo(), ter_is_replaceable_p(), terminal_pattern_p(), is_a_helper< T >::test(), is_a_helper< T >::test(), is_a_helper< T >::test(), is_a_helper< T >::test(), is_a_helper< T >::test(), test_for_singularity(), dom_opt_dom_walker::test_for_singularity(), regenerate-opt-urls.TestParsingIndex::test_negated_flag(), regenerate-opt-urls.TestParsingIndex::test_negated_warning(), test_nonssa_use(), regenerate-opt-urls.TestParsingIndex::test_parse_line(), regenerate-opt-urls.TestParsingIndex::test_parse_option_index(), test_unit_reserv(), tests_attr_p(), jump_threader::thread_across_edge(), jump_threader::thread_around_empty_blocks(), fwd_jt_path_registry::thread_block(), fwd_jt_path_registry::thread_block_1(), thread_jump(), jump_threader::thread_outgoing_edges(), thread_private_new_memory(), thread_prologue_and_epilogue_insns(), jump_threader::thread_through_all_blocks(), jt_path_registry::thread_through_all_blocks(), fwd_jt_path_registry::thread_through_loop_header(), jump_threader::thread_through_normal_block(), threadedge_valueize(), thunk_adjust(), ticker_off(), ticker_on(), tidy_after_forward_propagate_addr(), timer::timer(), times_pten(), timevar_accumulate(), timevar_cond_stop(), timevar_diff(), timevar_pop(), timevar_push(), tls_mem_loc_descriptor(), tls_referenced_p(), tm_alias_pair_cmp(), tm_log_add(), tm_log_emit(), tm_log_emit_restores(), tm_log_emit_saves(), tm_log_emit_stmt(), tm_log_init(), tm_malloc_replacement(), tm_mangle(), tm_memopt_accumulate_memops(), tm_memopt_compute_antic(), tm_memopt_compute_antin(), tm_memopt_compute_available(), tm_memopt_compute_avin(), tm_memopt_init_sets(), tm_memopt_transform_blocks(), tm_memopt_transform_stmt(), tm_memopt_value_number(), tm_region_init(), tm_region_init_0(), tm_region_init_1(), profile_count::to_cgraph_frequency(), attr_access::to_external_string(), sreal::to_int(), infinite_loop::to_json(), wi::to_mpz(), sreal::to_nearest_int(), wi::to_poly_offset(), wi::to_poly_widest(), profile_probability::to_reg_br_prob_base(), profile_probability::to_reg_br_prob_note(), double_int::to_shwi(), poly_int< N, C >::to_shwi(), mem_location::to_string(), gdbhooks.TreePrinter::to_string(), gdbhooks.SymtabNodePrinter::to_string(), gdbhooks.GimplePrinter::to_string(), gdbhooks.RtxPrinter::to_string(), gdbhooks.MachineModePrinter::to_string(), gdbhooks.OptMachineModePrinter::to_string(), poly_int< N, C >::to_uhwi(), too_high_register_pressure_p(), tool_cleanup(), top_bit_of(), top_level_omp_for_in_stmt(), toplev::toplev(), topo_visit(), autofdo::function_instance::total_annotated_count(), vect_optimize_slp_pass::total_in_cost(), total_lines_num(), total_savings(), total_should_skip_creating_access(), totally_scalarizable_type_p(), totally_scalarize_subtree(), tp_first_run_node_cmp(), tr(), track_expr_p(), track_loc_p(), track_offset_p(), tracked_record_parameter_p(), range_tracer::trailer(), trailing_array(), double_int::trailing_zeros(), transaction_invariant_address_p(), transform_2(), transform_3(), transform_add_to_multiply(), transform_duplicate(), transform_ifelse(), transform_insn_regexps(), transform_kernels_loop_clauses(), loop_distribution::transform_reduction_loop(), transform_statements(), transform_stmt_to_copy(), transform_stmt_to_multiply(), transform_to_exit_first_loop(), transform_to_exit_first_loop_alt(), translate_name(), translate_vuse_through_block(), trapv_binoptab_p(), trapv_unoptab_p(), function_summary< T * >::traverse(), call_summary< T * >::traverse(), hash_table< Descriptor, Lazy, Allocator >::traverse(), traverse_c_tests(), ipa_icf::sem_item_optimizer::traverse_congruence_split(), md_reader::traverse_enum_types(), md_reader::traverse_md_constants(), hash_table< Descriptor, Lazy, Allocator >::traverse_noresize(), tree_add_const_value_attribute(), tree_add_const_value_attribute_for_decl(), tree_bb_level_predictions(), tree_binary_nonnegative_warnv_p(), tree_binary_nonzero_warnv_p(), tree_builtin_call_types_compatible_p(), tree_call_nonnegative_warnv_p(), tree_code_for_canonical_type_merging(), tree_code_size(), tree_codes_cmp(), tree_conflicts_with_clobbers_p(), tree_cons(), tree_could_throw_p(), tree_could_trap_p(), tree_coverage_counter_addr(), tree_coverage_counter_ref(), tree_ctz(), tree_dce_done(), tree_dce_init(), tree_decl_map_hash(), tree_estimate_loop_size(), tree_estimate_probability(), tree_estimate_probability_bb(), tree_expr_finite_p(), tree_expr_infinite_p(), tree_expr_maybe_infinite_p(), tree_expr_maybe_nan_p(), tree_expr_maybe_real_minus_zero_p(), tree_expr_maybe_signaling_nan_p(), tree_expr_nan_p(), tree_expr_nonnegative_p(), tree_expr_nonnegative_warnv_p(), tree_expr_nonzero_p(), tree_expr_nonzero_warnv_p(), tree_expr_signaling_nan_p(), tree_fits_poly_int64_p(), tree_fits_poly_uint64_p(), tree_fits_shwi_p(), tree_fits_uhwi_p(), tree_floor_log2(), tree_fold_binomial(), tree_fold_divides_p(), tree_forwarder_block_p(), tree_function_versioning(), tree_guess_outgoing_edge_probabilities(), tree_if_conversion(), tree_inlinable_function_p(), tree_inlined_location(), tree_int_cst_equal(), tree_int_cst_min_precision(), tree_int_cst_sign_bit(), tree_invalid_nonnegative_warnv_p(), tree_invariant_p_1(), tree_is_chrec(), tree_is_indexable(), tree_log2(), tree_loop_unroll_and_jam(), tree_lower_complex(), tree_map_base_eq(), tree_map_base_hash(), tree_map_base_marked_p(), tree_mem_ref_addr(), tree_nca(), tree_node_can_be_shared(), tree_node_structure_for_code(), tree_nodes_cmp(), tree_nonartificial_location(), tree_nonzero_bits(), tree_nop_conversion(), tree_nop_conversion_p(), tree_num_loop_insns(), tree_optimize_tail_calls_1(), tree_predict_by_opcode(), tree_predictive_commoning(), pcom_worker::tree_predictive_commoning_loop(), tree_profiling(), tree_sign_nop_conversion(), tree_simplify_using_condition_1(), tree_single_nonnegative_warnv_p(), tree_single_nonzero_warnv_p(), tree_size(), tree_ssa_cd_dce(), tree_ssa_ifcombine_bb(), tree_ssa_ifcombine_bb_1(), tree_ssa_iv_optimize(), tree_ssa_iv_optimize_finalize(), tree_ssa_iv_optimize_init(), tree_ssa_iv_optimize_loop(), tree_ssa_lim_finalize(), tree_ssa_lim_initialize(), tree_ssa_prefetch_arrays(), tree_ssa_unswitch_loops(), tree_ssa_useless_type_conversion(), tree_swap_operands_p(), tree_to_aff_combination(), tree_to_aff_combination_expand(), tree_to_vec_perm_builder(), tree_transform_and_unroll_loop(), tree_unary_nonnegative_warnv_p(), tree_unary_nonzero_warnv_p(), tree_unroll_loops_completely(), tree_unroll_loops_completely_1(), tree_unswitch_loop(), tree_unswitch_outer_loop(), tree_unswitch_single_loop(), tree_vec_extract(), trim_filename(), trim_filename(), trip_count_to_ahead_ratio_too_small_p(), trivially_conflicts_p(), true_dependence_1(), true_regnum(), ana::cfg_superedge::true_value_p(), trunc_int_for_mode(), truth_type_for(), truth_value_p(), try_add_cand_for(), try_apply_stack_adjustment(), try_back_substitute_reg(), try_casesi(), try_catch_may_fallthru(), try_combine(), pcom_worker::try_combine_chains(), try_conditional_simplification(), try_const_anchors(), try_create_reduction_list(), try_crossjump_bb(), try_crossjump_to_edge(), try_decrement_rdesc_refcount(), try_eliminate_compare(), try_emit_cmove_seq(), try_fit_stack_local(), try_forward_edges(), try_fwprop_subst(), try_fwprop_subst_note(), try_fwprop_subst_notes(), try_fwprop_subst_pattern(), try_generate_repro(), try_get_loop_niter(), try_head_merge_bb(), try_improve_iv_set(), try_make_edge_direct_simple_call(), try_make_edge_direct_virtual_call(), try_merge(), try_merge_compare(), try_merge_delay_insns(), modref_access_node::try_merge_with(), try_optimize_cfg(), try_peel_loop(), try_redirect_by_replacing_jump(), try_replace_in_use(), try_replace_reg(), try_shrink_wrapping(), try_shrink_wrapping_separate(), try_simplify_condjump(), try_special_add_to_ops(), try_speculative_devirtualization(), try_split(), try_store_by_multiple_pieces(), tree_switch_conversion::switch_decision_tree::try_switch_expansion(), try_tablejump(), rtx_properties::try_to_add_dest(), rtx_properties::try_to_add_insn(), rtx_properties::try_to_add_pattern(), rtx_properties::try_to_add_src(), try_to_simplify(), try_transform_to_exit_first_loop_alt(), try_unroll_loop_completely(), try_validate_parallel(), try_vectorize_loop(), try_vectorize_loop_1(), try_widen_shift_mode(), tsan_finish_file(), tsi_delink(), tsi_link_after(), tsi_link_before(), twoval_comparison_p(), type(), type_all_ctors_visible_p(), type_all_derivations_known_p(), type_argument_type(), ipa_param_adjustments::type_attribute_allowed_p(), type_can_have_subvars(), type_contains_placeholder_1(), type_conversion_p(), type_for_widest_vector_mode(), type_has_components_p(), type_hash_canon(), type_hash_canon_hash(), type_in_anonymous_namespace_p(), type_internals_preclude_sra_p(), type_internals_preclude_sra_p_1(), type_like_member_ptr_p(), type_list_equal(), type_main_variant(), type_must_have_pointers(), type_possibly_instantiated_p(), type_to_class(), TYPE_VECTOR_SUBPARTS(), type_warning_cmp(), type_with_alias_set_p(), type_with_interoperable_signedness(), type_with_linkage_p(), typed_binop(), typed_binop_from_tree(), typedef_decl(), types_compatible_p(), types_equal_for_same_type_for_tbaa_p(), types_odr_comparable(), types_same_for_odr(), types_used_by_var_decl_insert(), uaddc_is_cplxpart(), uaddc_ne0(), ubsan_build_overflow_builtin(), ubsan_create_data(), ubsan_create_edge(), ubsan_encode_value(), ubsan_expand_bounds_ifn(), ubsan_expand_null_ifn(), ubsan_expand_objsize_ifn(), ubsan_expand_ptr_ifn(), ubsan_expand_vptr_ifn(), ubsan_get_source_location_type(), ubsan_get_type_descriptor_type(), ubsan_instrument_float_cast(), ubsan_instrument_unreachable(), ubsan_source_location(), ubsan_type_descriptor(), ubsan_use_new_style_p(), double_int::ucmp(), ucompare_loc_descriptor(), double_int::ugt(), uint_comparison_loc_list(), uint_loc_descriptor(), double_int::ule(), double_int::ult(), cgraph_node::ultimate_alias_target(), varpool_node::ultimate_alias_target(), symtab_node::ultimate_alias_target_1(), double_int::umax(), double_int::umin(), unadjusted_ptr_and_unit_offset(), unblock(), unchain_one_elt_list(), unchain_one_elt_loc_list(), unchecked_make_edge(), uncprop_into_successor_phis(), undefined_operand_subword_p(), undistribute_bitref_for_vector(), undistribute_ops_list(), undo_optional_reloads(), loop_cand::undo_simple_reduction(), unextend(), uniform_integer_cst_p(), uniform_vector_p(), unify_moves(), unify_nodes(), irange_bitmask::union_(), irange::union_(), frange::union_(), unsupported_range::union_(), prange::union_(), irange::union_append(), union_defs(), union_groups(), union_match_dups(), union_stack_vars(), fibonacci_heap< K, V >::union_with(), web_entry_base::unionfind_root(), uniq_sort_alt_states(), unique_base_value(), unique_base_value_p(), subreg_shape::unique_id(), unique_locus_on_edge_between_p(), unite(), unite_pointer_equivalences(), units_cmp(), units_to_automata_heuristic_distr(), unknown_object_size(), unknown_option_callback(), unlikely_executed_edge_p(), symbol_table::unlink_from_assembler_name_hash(), unlink_insn_chain(), unlink_profile_dir(), unlink_stmt_vdef(), unloop(), unloop_loops(), unmark_all_dies(), unmark_visited_r(), unmentioned_reg_p(), unmodified_parm(), unmodified_parm_1(), unmodified_parm_or_parm_agg_item(), unnest_function(), vec< T, A, vl_embed >::unordered_remove(), vec< T, va_heap, vl_ptr >::unordered_remove(), unpack_ts_base_value_fields(), unpack_ts_block_value_fields(), unpack_ts_decl_common_value_fields(), unpack_ts_decl_with_vis_value_fields(), unpack_ts_decl_wrtl_value_fields(), unpack_ts_fixed_cst_value_fields(), unpack_ts_function_decl_value_fields(), unpack_ts_int_cst_value_fields(), unpack_ts_omp_clause_value_fields(), unpack_ts_real_cst_value_fields(), unpack_ts_translation_unit_decl_value_fields(), unpack_ts_type_common_value_fields(), md_reader::unread_char(), symtab_node::unregister(), unregister_callback(), unreplaced_cand_in_tree(), unroll_jam_possible_p(), unroll_loop_constant_iterations(), unroll_loop_runtime_iterations(), unroll_loop_stupid(), unshare_aff_combination(), unshare_and_remap_1(), unshare_body(), unshare_strinfo(), unshare_variable(), unsigned_condition(), unsigned_optab_p(), unsigned_reg_p(), unsplit_eh(), unsuitable_loc(), unsupported_edge(), unswitch_predicate::unswitch_predicate(), unswitch_predicate::unswitch_predicate(), unterminated_array(), unvisit_body(), upcase_string(), modref_access_node::update(), modref_access_node::update2(), update_accumulator_with_ops(), update_alias_info_with_stack_vars(), update_alignment_for_field(), update_alignments(), update_allocno_cost(), update_allocno_pressure_excess_length(), update_and_check_small_class_inputs(), update_auto_inc_notes(), update_bad_spill_attribute(), update_bb_profile_for_threading(), update_bb_reg_pressure(), irange::update_bitmask(), prange::update_bitmask(), operator_equal::update_bitmask(), pointer_plus_operator::update_bitmask(), operator_pointer_diff::update_bitmask(), operator_div::update_bitmask(), operator_trunc_mod::update_bitmask(), operator_equal::update_bitmask(), operator_not_equal::update_bitmask(), operator_lt::update_bitmask(), operator_le::update_bitmask(), operator_gt::update_bitmask(), operator_ge::update_bitmask(), operator_cast::update_bitmask(), operator_plus::update_bitmask(), operator_abs::update_bitmask(), operator_minus::update_bitmask(), operator_mult::update_bitmask(), operator_bitwise_not::update_bitmask(), operator_bitwise_xor::update_bitmask(), hybrid_and_operator::update_bitmask(), hybrid_or_operator::update_bitmask(), hybrid_min_operator::update_bitmask(), hybrid_max_operator::update_bitmask(), operator_lshift::update_bitmask(), operator_rshift::update_bitmask(), operator_absu::update_bitmask(), operator_bitwise_and::update_bitmask(), operator_bitwise_or::update_bitmask(), operator_min::update_bitmask(), operator_max::update_bitmask(), operator_pointer_diff::update_bitmask(), update_block(), update_br_prob_note(), update_call_expr(), update_callee_keys(), update_caller_keys(), fwd_jt_path_registry::update_cfg(), back_jt_path_registry::update_cfg(), update_cfg_for_uncondjump(), update_clone_info(), update_complex_assignment(), update_conflict_allocno_hard_prefs(), update_conflict_hard_reg_costs(), update_conflict_hard_regno_costs(), update_costs(), update_costs_from_allocno(), update_costs_from_copies(), update_costs_from_prefs(), update_counts_for_self_gen_clones(), update_crossing_jump_flags(), update_curr_costs(), tree_loop_interchange::update_data_info(), update_debug_stmt(), update_dep_bb(), update_depth(), update_destination_phis(), gcc::dump_manager::update_dfi_for_opt_info(), update_dominators_in_loop(), update_ebb_live_info(), update_edge_key(), diagnostic_option_classifier::update_effective_level_from_pragmas(), update_eliminable_offsets(), update_eliminables(), update_eliminables_and_spill(), update_epilogue_loop_vinfo(), update_equiv_regs(), update_equiv_regs_prescan(), modref_access_node::update_for_kills(), update_forwarder_flag(), update_gimple_call(), update_hard_regno_preference(), ipa_icf::sem_item_optimizer::update_hash_by_addr_refs(), ipa_icf::sem_item::update_hash_by_addr_refs(), ipa_icf::sem_item::update_hash_by_local_refs(), ipa_icf::sem_item_optimizer::update_hash_by_memory_access_type(), update_inc_notes(), update_indirect_edges_after_inlining(), autofdo::autofdo_source_profile::update_inlined_ind_target(), update_jump_functions_after_inlining(), update_known_bitmask(), update_ld_motion_stores(), update_left_conflict_sizes_p(), update_live_info(), update_live_status(), update_lives(), update_loop_exit_probability_scale_dom_bbs(), update_max_bb_count(), update_mem_ref_hash_table(), frange::update_nan(), frange::update_nan(), frange::update_nan(), update_noncloned_counts(), update_nonlocal_goto_save_area(), update_ops(), update_parameter_components(), update_path(), update_phi_components(), update_pos_for_combined_chains(), update_profile(), update_profile_after_ch(), update_profile_after_ifcombine(), update_profile_for_new_sub_basic_block(), update_profiling_info(), update_pseudo_point(), update_range_test(), update_reg_dead_notes(), update_reg_eliminate(), update_reg_equal_equiv_notes(), update_reg_unused_notes(), update_row_reg_save(), update_rsp_from_reg_equal(), update_scratch_ops(), update_sjlj_context(), update_specialized_profile(), update_ssa(), update_ssa_across_abnormal_edges(), update_stmt_operands(), update_table_tick(), update_temp_slot_address(), loop_distribution::update_type_for_merge(), update_type_inheritance_graph(), update_visibility_by_resolution_info(), update_vtable_references(), update_worklist(), irange::upper_bound(), upper_bound_in_type(), upstrdup(), urlify_quoted_string(), diagnostic_context::urls_init(), usage(), usage(), usage(), use_anchored_address(), use_blocks_for_decl_p(), use_distinct_base_address_for_range(), use_group_regs(), use_in_zero_equality(), use_internal_fn(), use_mask_by_cond_expr_p(), use_narrower_mode(), use_narrower_mode_test(), use_new_line(), use_object_blocks_p(), binary_op_rich_location::use_operator_loc_p(), use_pointer_for_field(), use_pointer_in_frame(), use_reg(), use_reg_mode(), use_register_for_decl(), use_regs(), use_related_value(), use_shrink_wrapping_separate(), use_type(), used_outside_loop_p(), used_types_insert(), modref_access_node::useful_for_kill_p(), useful_ipcp_transformation_info_p(), modref_summary_lto::useful_p(), modref_summary::useful_p(), useless_type_conversion_p(), user_omp_clause_code_name(), uses_consumed_by_stmt(), uses_hard_regs_p(), uses_in_bb(), uses_rtx_reuse_p(), utils_cleanup(), va_list_counter_bump(), va_list_counter_op(), va_list_counter_struct_op(), va_list_ptr_read(), va_list_ptr_write(), val_bind(), val_reset(), val_resolve(), val_signbit_known_clear_p(), val_signbit_known_set_p(), val_signbit_p(), val_store(), valid_address_p(), valid_address_p(), valid_ao_ref_for_dse(), valid_ao_ref_kill_for_dse(), valid_builtin_call(), valid_constant_size_p(), tree_loop_interchange::valid_data_dependences(), relation_oracle::valid_equivs(), valid_fixed_convert_types_p(), valid_gimple_call_p(), valid_gimple_rhs_p(), valid_in_sets(), ordered_hash_map< KeyId, Value, Traits >::iterator::valid_index_p(), pcom_worker::valid_initializer_p(), valid_jump_thread_path(), valid_lattice_transition(), valid_mask_for_fold_vec_perm_cst_p(), valid_mem_ref_cand_p(), valid_multiword_target_p(), valid_new_delete_pair_p(), valid_new_delete_pair_p(), valid_predicate_name_p(), valid_result_p(), valid_vector_subparts_p(), validate_arg(), validate_arglist(), validate_autoinc_and_mem_addr_p(), validate_canon_reg(), validate_change(), validate_change_1(), validate_change_xveclen(), validate_const_int(), validate_const_wide_int(), validate_equiv_mem(), validate_exp(), validate_gimple_arglist(), validate_insn_alternatives(), validate_optab_operands(), validate_pattern(), timer::validate_phases(), relation_oracle::validate_relation(), relation_oracle::validate_relation(), validate_replace_rtx_1(), validate_replace_rtx_group(), validate_simplify_insn(), validate_subreg(), validate_switches(), validate_test_and_branch(), validate_unshare_change(), validate_value_data(), value_available_p(), value_dies_in_block_x(), value_format(), value_mask_to_min_max(), rvrp_folder::value_of_expr(), rvrp_folder::value_on_edge(), value_range_from_overflowed_bounds(), value_range_with_overflow(), value_replacement(), value_sat_pred_p(), value_to_wide_int(), valueize_op(), valueize_op_1(), valueize_refs(), valueize_refs_1(), valueize_shared_reference_ops_from_ref(), valueized_wider_op(), values_equal_for_ipcp_p(), values_equal_p(), var_debug_decl(), var_decl_component_p(), var_is_used_for_virtual_call_p(), var_mem_decl_set(), var_mem_delete(), var_mem_delete_and_set(), var_mem_set(), var_reg_decl_set(), var_reg_delete(), var_reg_delete_and_set(), var_reg_set(), var_to_partition(), var_to_partition_to_var(), var_track_values_to_stack(), var_union(), variable_different_p(), variable_from_dropped(), variable_htab_free(), variable_merge_over_cur(), variable_merge_over_src(), variable_part_different_p(), variable_post_merge_new_vals(), variable_post_merge_perm_vals(), variable_tracking_main(), variable_tracking_main_1(), variable_union(), variable_was_changed(), variably_modified_type_p(), vars_copy(), vcond_eq_icode_p(), vcond_icode_p(), vec2chain(), vec_alloc(), vec_alloc(), VEC_char_to_string(), vec_check_alloc(), vec_cmp_eq_icode_p(), vec_cmp_icode_p(), vec_copy_construct(), vec_cst_ctor_to_array(), vec_default_construct(), vec_duplicate_p(), vec_member(), vec_perm_indices_to_rtx(), vec_perm_indices_to_tree(), vec_safe_grow(), vec_safe_grow_cleared(), vec_safe_grow_cleared(), vec_safe_insert(), vec_safe_iterate(), vec_safe_iterate(), vec_safe_reserve(), vec_safe_reserve(), vec_safe_reserve_exact(), VEC_safe_set_locstr(), vec_safe_space(), vec_safe_splice(), vec_series_highpart_p(), vec_series_lowpart_p(), vec_series_p(), vec_slp_has_scalar_use(), vect_add_conversion_to_pattern(), vect_add_slp_permutation(), vect_adjust_loop_lens_control(), vect_analyze_data_ref_access(), vect_analyze_data_ref_accesses(), vect_analyze_data_ref_dependence(), vect_analyze_data_ref_dependences(), vect_analyze_data_refs(), vect_analyze_early_break_dependences(), vect_analyze_group_access_1(), vect_analyze_loop(), vect_analyze_loop_1(), vect_analyze_loop_2(), vect_analyze_loop_costing(), vect_analyze_loop_form(), vect_analyze_loop_operations(), vect_analyze_possibly_independent_ddr(), vect_analyze_scalar_cycles(), vect_analyze_scalar_cycles_1(), vect_analyze_slp(), vect_analyze_slp_instance(), vect_analyze_stmt(), vect_bb_partition_graph(), vect_bb_partition_graph_r(), vect_bb_slp_mark_live_stmts(), vect_bb_slp_mark_live_stmts(), vect_bb_slp_scalar_cost(), vect_bb_vectorization_profitable_p(), vect_better_loop_vinfo_p(), vect_build_all_ones_mask(), vect_build_combine_node(), vect_build_loop_niters(), vect_build_one_gather_load_call(), vect_build_one_scatter_store_call(), vect_build_slp_instance(), vect_build_slp_tree(), vect_build_slp_tree_1(), vect_build_slp_tree_2(), vect_build_swap_evenodd_node(), vect_build_zero_merge_argument(), vect_can_advance_ivs_p(), vect_can_force_dr_alignment_p(), vect_can_peel_nonlinear_iv_p(), vect_can_vectorize_without_simd_p(), vect_check_evenodd_blend(), vect_check_gather_scatter(), vect_check_lower_bound(), vect_check_nonzero_value(), vect_check_scalar_mask(), vect_check_store_rhs(), vect_clobber_variable(), vect_comparison_type(), vect_compile_time_alias(), vect_compute_data_ref_alignment(), vect_compute_single_scalar_iteration_cost(), vect_convert_input(), vect_convert_inputs(), vect_convert_mask_for_vectype(), vect_convert_output(), vect_copy_ref_info(), vect_create_addr_base_for_vector_ref(), vect_create_cond_for_alias_checks(), vect_create_cond_for_align_checks(), vect_create_cond_for_lower_bounds(), vect_create_cond_for_niters_checks(), vect_create_cond_for_unequal_addrs(), vect_create_constant_vectors(), vect_create_data_ref_ptr(), vect_create_destination_var(), vect_create_epilog_for_reduction(), vect_create_half_widening_stmts(), vect_create_loop_vinfo(), vect_create_new_slp_node(), vect_create_new_slp_node(), vect_create_new_slp_node(), vect_create_nonlinear_iv_init(), vect_create_nonlinear_iv_step(), vect_create_nonlinear_iv_vec_step(), vect_create_oprnd_info(), vect_create_partial_epilog(), vect_create_vectorized_demotion_stmts(), vect_create_vectorized_promotion_stmts(), vect_def_types_match(), vect_describe_gather_scatter_call(), vect_detect_hybrid_slp(), vect_detect_hybrid_slp(), vect_detect_pair_op(), vect_detect_pair_op(), vect_determine_mask_precision(), vect_determine_min_output_precision_1(), vect_determine_partial_vectors_and_peeling(), vect_determine_precisions(), vect_determine_precisions_from_range(), vect_determine_precisions_from_users(), vect_determine_stmt_precisions(), vect_determine_vectorization_factor(), vect_determine_vf_for_stmt(), vect_determine_vf_for_stmt_1(), vect_dissolve_slp_only_groups(), vect_do_peeling(), vect_double_mask_nunits(), vect_dr_aligned_if_peeled_dr_is(), vect_dr_aligned_if_related_peeled_dr_is(), vect_dr_behavior(), vect_dr_misalign_for_aligned_access(), vect_element_precision(), vect_embedded_comparison_type(), vect_emit_reduction_init_stmts(), vect_emulate_mixed_dot_prod(), vect_enhance_data_refs_alignment(), vect_estimate_min_profitable_iters(), vect_expand_fold_left(), vect_find_first_scalar_stmt_in_slp(), vect_find_last_scalar_stmt_in_slp(), vect_find_reusable_accumulator(), vect_find_stmt_data_reference(), vect_finish_replace_stmt(), vect_finish_stmt_generation(), vect_finish_stmt_generation_1(), vect_fixup_reduc_chain(), vect_free_oprnd_info(), vect_free_slp_tree(), vect_gather_scatter_fn_p(), vect_gather_slp_loads(), vect_gen_len(), vect_gen_loop_len_mask(), vect_gen_perm_mask_any(), vect_gen_perm_mask_checked(), vect_gen_prolog_loop_niters(), vect_gen_scalar_loop_niters(), vect_gen_vector_loop_niters(), vect_gen_vector_loop_niters_mult_vf(), vect_gen_while(), vect_gen_while_not(), vect_gen_widened_results_half(), vect_get_and_check_slp_defs(), vect_get_data_access_cost(), vect_get_data_ptr_increment(), vect_get_datarefs_in_loop(), vect_get_external_def_edge(), vect_get_gather_scatter_ops(), vect_get_internal_def(), vect_get_known_peeling_cost(), vect_get_load_cost(), vect_get_load_store_mask(), vect_get_loop_len(), vect_get_loop_mask(), vect_get_loop_niters(), vect_get_loop_variant_data_ptr_increment(), vect_get_main_loop_result(), vect_get_max_nscalars_per_iter(), vect_get_new_ssa_name(), vect_get_new_vect_var(), vect_get_num_vectors(), vect_get_operand_map(), vect_get_peel_iters_epilogue(), vect_get_peeling_costs_all_drs(), vect_get_place_in_interleaving_chain(), vect_get_range_info(), vect_get_slp_defs(), vect_get_slp_defs(), vect_get_slp_vect_def(), vect_get_smallest_scalar_type(), vect_get_stmt_cost(), vect_get_store_cost(), vect_get_store_rhs(), vect_get_strided_load_store_ops(), vect_get_vec_defs(), vect_get_vec_defs(), vect_get_vec_defs_for_operand(), vect_get_vector_types_for_stmt(), vect_grouped_load_supported(), vect_grouped_store_supported(), vect_halve_mask_nunits(), vect_init_pattern_stmt(), vect_init_vector(), vect_init_vector_1(), vect_inner_phi_in_double_reduction_p(), vect_is_emulated_mixed_dot_prod(), vect_is_extending_load(), vect_is_integer_truncation(), vect_is_nonlinear_iv_evolution(), vect_is_simple_cond(), vect_is_simple_iv_evolution(), vect_is_simple_reduction(), vect_is_simple_use(), vect_is_simple_use(), vect_is_simple_use(), vect_iv_increment_position(), vect_iv_limit_for_partial_vectors(), vect_joust_loop_vinfos(), vect_joust_widened_integer(), vect_joust_widened_type(), vect_known_alignment_in_bytes(), vect_known_niters_smaller_than_vf(), vect_lanes_optab_supported_p(), vect_load_lanes_supported(), vect_look_through_possible_promotion(), vect_loop_dist_alias_call(), vect_loop_kill_debug_uses(), vect_loop_vectorized_call(), vect_loop_versioning(), vect_make_slp_decision(), vect_mark_for_runtime_alias_test(), vect_mark_pattern_stmts(), vect_mark_relevant(), vect_mark_stmts_to_be_vectorized(), vect_match_slp_patterns(), vect_match_slp_patterns_2(), vect_max_vf(), vect_maybe_permute_loop_masks(), vect_min_prec_for_max_niters(), vect_model_promotion_demotion_cost(), vect_model_reduction_cost(), vect_model_simple_cost(), vect_need_peeling_or_partial_vectors_p(), vect_nop_conversion_p(), vect_pattern_recog(), vect_pattern_recog_1(), vect_peel_nonlinear_iv_init(), vect_peeling_hash_choose_best_peeling(), vect_peeling_hash_get_lowest_cost(), vect_peeling_hash_insert(), vect_peeling_supportable(), vect_permute_load_chain(), vect_permute_store_chain(), vect_phi_first_order_recurrence_p(), vect_prepare_for_masked_peels(), vect_preserves_scalar_order_p(), vect_print_slp_tree(), vect_prologue_cost_for_slp(), vect_prune_runtime_alias_test_list(), vect_reassociating_reduction_p(), vect_recog_abd_pattern(), vect_recog_absolute_difference(), vect_recog_average_pattern(), vect_recog_bit_insert_pattern(), vect_recog_bitfield_ref_pattern(), vect_recog_bool_pattern(), vect_recog_cast_forwprop_pattern(), vect_recog_cond_expr_convert_pattern(), vect_recog_ctz_ffs_pattern(), vect_recog_divmod_pattern(), vect_recog_dot_prod_pattern(), vect_recog_gather_scatter_pattern(), vect_recog_gcond_pattern(), vect_recog_mask_conversion_pattern(), vect_recog_mixed_size_cond_pattern(), vect_recog_mulhs_pattern(), vect_recog_mult_pattern(), vect_recog_over_widening_pattern(), vect_recog_popcount_clz_ctz_ffs_pattern(), vect_recog_pow_pattern(), vect_recog_rotate_pattern(), vect_recog_sad_pattern(), vect_recog_sat_add_pattern(), vect_recog_vector_vector_shift_pattern(), vect_recog_widen_abd_pattern(), vect_recog_widen_minus_pattern(), vect_recog_widen_mult_pattern(), vect_recog_widen_op_pattern(), vect_recog_widen_plus_pattern(), vect_recog_widen_shift_pattern(), vect_recog_widen_sum_pattern(), vect_record_base_alignment(), vect_record_base_alignments(), vect_record_grouped_load_vectors(), vect_record_loop_len(), vect_record_loop_mask(), vect_record_max_nunits(), vect_reduc_type(), vect_remove_slp_scalar_calls(), vect_remove_stores(), vect_rgroup_iv_might_wrap_p(), vect_schedule_scc(), vect_schedule_slp(), vect_schedule_slp_node(), vect_set_loop_condition(), vect_set_loop_condition_normal(), vect_set_loop_condition_partial_vectors(), vect_set_loop_condition_partial_vectors_avx512(), vect_set_loop_control(), vect_set_loop_controls_directly(), vect_set_pattern_stmt(), vect_setup_realignment(), vect_shift_permute_load_chain(), vect_simd_lane_linear(), vect_slp_analyze_bb_1(), vect_slp_analyze_data_ref_dependence(), vect_slp_analyze_instance_dependence(), vect_slp_analyze_load_dependences(), vect_slp_analyze_node_alignment(), vect_slp_analyze_node_operations(), vect_slp_analyze_node_operations_1(), vect_slp_analyze_operations(), vect_slp_analyze_store_dependences(), vect_slp_bbs(), vect_slp_build_two_operator_nodes(), vect_slp_check_for_roots(), vect_slp_child_index_for_operand(), vect_slp_convert_to_external(), vect_slp_function(), vect_slp_gather_vectorized_scalar_stmts(), vect_slp_init(), vect_slp_is_lane_insert(), vect_slp_linearize_chain(), vect_slp_permute(), vect_slp_prefer_store_lanes_p(), vect_slp_region(), vect_small_gap_p(), vect_split_slp_store_group(), vect_split_statement(), vect_stmt_dominates_stmt_p(), vect_stmt_relevant_p(), vect_store_lanes_supported(), vect_supportable_direct_optab_p(), vect_supportable_dr_alignment(), vect_supportable_shift(), vect_synth_mult_by_constant(), vect_transform_cycle_phi(), vect_transform_grouped_load(), vect_transform_loop(), vect_transform_loop_stmt(), vect_transform_loops(), vect_transform_reduction(), vect_transform_slp_perm_load(), vect_transform_slp_perm_load_1(), vect_transform_stmt(), vect_truncatable_operation_p(), vect_truncate_gather_scatter_offset(), vect_update_init_of_dr(), vect_update_ivs_after_vectorizer(), vect_update_max_nunits(), vect_update_misalignment_for_peel(), vect_update_nonlinear_iv(), vect_update_vf_for_slp(), vect_use_mask_type_p(), vect_use_strided_gather_scatters_p(), vect_validate_multiplication(), vect_verify_full_masking(), vect_verify_full_masking_avx512(), vect_verify_loop_lens(), vect_vfa_access_size(), vect_vfa_segment_size(), vect_widened_op_tree(), vector_alignment_reachable_p(), vector_class(), vector_compare_rtx(), vector_cst_elt(), vector_cst_int_elt(), vector_element(), vector_type_mode(), vector_vector_composition_type(), vectorizable_assignment(), vectorizable_bb_reduc_epilogue(), vectorizable_bswap(), vectorizable_call(), vectorizable_comparison(), vectorizable_comparison_1(), vectorizable_condition(), vectorizable_conversion(), vectorizable_early_exit(), vectorizable_induction(), vectorizable_internal_function(), vectorizable_lc_phi(), vectorizable_live_operation(), vectorizable_live_operation_1(), vectorizable_load(), vectorizable_nonlinear_induction(), vectorizable_operation(), vectorizable_phi(), vectorizable_recurr(), vectorizable_reduction(), vectorizable_scan_store(), vectorizable_shift(), vectorizable_simd_clone_call(), vectorizable_slp_permutation(), vectorizable_slp_permutation_1(), vectorizable_store(), vectorizable_with_step_bound_p(), vectorize_fold_left_reduction(), vectorize_slp_instance_root_stmt(), vectorized_internal_fn_supported_p(), ver_info(), verbatim(), attr_fnspec::verify(), hash_table< Descriptor, Lazy, Allocator >::verify(), symtab_node::verify(), verify_address(), symtab_node::verify_base(), verify_bb_vtables(), verify_changes(), ipa_icf::sem_item_optimizer::verify_classes(), verify_common_node_recorded(), cgraph_edge::verify_corresponds_to_fndecl(), verify_curr_properties(), verify_def(), verify_dominators(), verify_edge_list(), verify_eh_dispatch_edge(), verify_eh_edges(), verify_eh_tree(), verify_expr_location(), verify_expr_location_1(), verify_expr_no_block(), verify_flow_info(), verify_gimple_assign_binary(), verify_gimple_assign_single(), verify_gimple_assign_ternary(), verify_gimple_assign_unary(), verify_gimple_call(), verify_gimple_comparison(), verify_gimple_cond(), verify_gimple_goto(), verify_gimple_in_cfg(), verify_gimple_in_seq(), verify_gimple_in_seq_2(), verify_gimple_label(), verify_gimple_phi(), verify_gimple_return(), verify_gimple_stmt(), verify_gimple_switch(), verify_gimple_transaction(), operand_compare::verify_hash_value(), verify_histograms(), verify_hot_cold_block_grouping(), verify_imm_links(), verify_initial_elim_offsets(), verify_insn_chain(), verify_jump_thread(), verify_live_on_entry(), verify_loop_closed_ssa(), verify_loop_structure(), verify_marked_backedges(), verify_no_unreachable_blocks(), cgraph_node::verify_node(), verify_node_partition(), verify_node_sharing(), verify_node_sharing_1(), verify_non_ssa_vars(), verify_opaque_type(), verify_phi_args(), verify_reg_in_set(), verify_related_strinfos(), verify_rtl_sharing(), verify_rtx_sharing(), verify_sese(), verify_speculative_call(), verify_sra_access_forest(), verify_ssa(), verify_ssa_name(), operands_scanner::verify_ssa_operands(), verify_ssaname_freelists(), verify_strub(), symtab_node::verify_symtab_nodes(), verify_type(), verify_type_context(), verify_type_variant(), verify_types_in_gimple_reference(), verify_use(), verify_vssa(), version_compare_spec_function(), version_for_distribution_p(), version_loop_by_alias_check(), version_loop_for_if_conversion(), version_to_be_replaced_p(), version_to_var(), versionable_outer_loop_p(), vi_next(), view_converted_memref_p(), view_list_to_loc_list_val_node(), rt_bb_visited::vindex(), virt_loc_aware_diagnostic_finalizer(), virtual_method_call_p(), rt_bb_visited::visit(), vrange_printer::visit(), visit_assignment(), visit_bb(), visit_cond_stmt(), pointer_equiv_analyzer::visit_edge(), visit_hist(), visit_loadstore(), visit_loops_in_gang_single_region(), visit_nary_op(), visit_phi(), complex_propagate::visit_phi(), ccp_propagate::visit_phi(), copy_prop::visit_phi(), visit_ref_for_mod_analysis(), visit_reference_op_call(), visit_reference_op_load(), visit_reference_op_store(), complex_propagate::visit_stmt(), ccp_propagate::visit_stmt(), copy_prop::visit_stmt(), pointer_equiv_analyzer::visit_stmt(), visit_stmt(), attr_access::vla_bounds(), vld_cmp(), vn_constant_eq_with_type(), vn_get_stmt_kind(), vn_hash_constant_with_type(), VN_INFO(), vn_lookup_simplify_result(), vn_nary_build_or_lookup(), vn_nary_build_or_lookup_1(), vn_nary_length_from_stmt(), vn_nary_may_trap(), vn_nary_op_compute_hash(), vn_nary_op_eq(), vn_nary_op_get_predicated_value(), vn_nary_op_get_predicated_value(), vn_nary_op_insert_into(), vn_nary_op_insert_pieces(), vn_nary_op_insert_pieces_predicated(), vn_nary_op_insert_stmt(), vn_nary_op_lookup_1(), vn_nary_op_lookup_pieces(), vn_nary_op_lookup_stmt(), vn_nary_simplify(), vn_phi_compute_hash(), vn_phi_eq(), vn_phi_insert(), vn_phi_lookup(), vn_ref_op_align_unit(), vn_reference_compute_hash(), vn_reference_eq(), vn_reference_fold_indirect(), vn_reference_insert(), vn_reference_insert_pieces(), vn_reference_lookup(), vn_reference_lookup_1(), vn_reference_lookup_2(), vn_reference_lookup_3(), vn_reference_lookup_call(), vn_reference_lookup_or_insert_for_pieces(), vn_reference_lookup_pieces(), vn_reference_may_trap(), vn_reference_maybe_forwprop_address(), vn_reference_op_compute_hash(), vn_reference_op_eq(), vn_reference_operands_for_lookup(), vn_valnum_from_value_id(), vn_valueize_for_srt(), vn_walk_cb_data::vn_walk_cb_data(), voidify_wrapper_expr(), volatile_insn_p(), volatile_refs_p(), volume_of_dist_vector(), volume_of_references(), vr_set_zero_nonzero_bits(), vrange_allocator::vrange_allocator(), vrange_obstack_alloc::vrange_obstack_alloc(), vrp_operand_equal_p(), vrp_will_run_p(), rt_bb_visited::vset(), vt_add_function_parameter(), vt_add_function_parameters(), vt_canon_true_dep(), vt_canonicalize_addr(), vt_emit_notes(), vt_equate_reg_base_value(), vt_expand_loc_callback(), vt_expand_var_loc_chain(), vt_finalize(), vt_find_locations(), vt_get_canonicalize_base(), vt_get_decl_and_offset(), vt_init_cfa_base(), vt_initialize(), vt_stack_adjustments(), vtable_pointer_value_to_binfo(), vtable_pointer_value_to_vtable(), vtbl_find_mangled_name(), vtbl_map_get_node(), vtbl_map_node_registration_find(), vtbl_map_node_registration_insert(), vtbl_register_mangled_name(), vuse_eq(), vuse_semi_invariant_p(), rt_bb_visited::vword(), rt_bb_visited::vwordidx(), dom_walker::walk(), walk_aliased_vdefs(), walk_aliased_vdefs_1(), walk_all_functions(), walk_alter_subreg(), walk_attr_value(), walk_body(), capture_info::walk_c_expr(), walk_captures(), walk_function(), walk_gimple_asm(), walk_gimple_omp_for(), walk_gimple_op(), walk_gimple_seq(), walk_gimple_seq_mod(), walk_gimple_stmt(), walk_insn_part(), loops_list::walk_loop_tree(), walk_make_indirect(), capture_info::walk_match(), walk_non_aliased_vuses(), walk_polymorphic_call_targets(), walk_polymorphic_call_targets(), walk_regimplify_addr_expr(), walk_regimplify_phi(), capture_info::walk_result(), walk_rtx(), walk_ssa_copies(), walk_stmt_load_store_addr_ops(), walk_stmt_load_store_ops(), walk_to_nondebug_insn(), walk_tree_1(), walk_tree_without_duplicates_1(), walk_type_fields(), want_early_inline_function_p(), want_inline_function_to_all_callers_p(), want_inline_self_recursive_call_p(), want_inline_small_function_p(), want_merge_blocks_p(), want_pubnames(), want_remove_some_param_p(), want_to_gcse_p(), ana::region_model_context_decorator::warn(), ana::annotating_context::warn(), warn_dealloc_offset(), warn_deprecated_use(), warn_for_access(), warn_for_access(), warn_for_access(), warn_function_cold(), warn_function_const(), warn_function_malloc(), warn_function_noreturn(), warn_function_pure(), warn_function_returns_nonnull(), warn_if_plugins(), warn_implicit_fallthrough_r(), warn_limit_specified_p(), warn_odr(), warn_return_addr_local(), warn_string_no_nul(), warn_string_no_nul(), warn_string_no_nul(), warn_switch_unreachable_and_auto_init_r(), warn_types_mismatch(), warn_uninit(), warn_uninit_phi_uses(), warn_uninitialized_phi(), warn_uninitialized_vars(), warning(), warning(), warning_at(), warning_at(), warning_at(), warning_at(), diagnostic_context::warning_enabled_at(), warning_for_asm(), warning_meta(), warning_n(), warning_n(), warning_suppressed_at(), warning_suppressed_p(), warning_suppressed_p(), weak_finish(), weak_finish_1(), WI_BINARY_RESULT(), cross_product_operator::wi_cross_product(), pointer_plus_operator::wi_fold(), pointer_min_max_operator::wi_fold(), pointer_and_operator::wi_fold(), pointer_or_operator::wi_fold(), operator_widen_plus_signed::wi_fold(), operator_widen_plus_unsigned::wi_fold(), operator_widen_mult_signed::wi_fold(), operator_widen_mult_unsigned::wi_fold(), operator_trunc_mod::wi_fold(), operator_absu::wi_fold(), operator_plus::wi_fold(), operator_abs::wi_fold(), operator_minus::wi_fold(), operator_mult::wi_fold(), operator_bitwise_xor::wi_fold(), hybrid_and_operator::wi_fold(), hybrid_or_operator::wi_fold(), hybrid_min_operator::wi_fold(), hybrid_max_operator::wi_fold(), operator_div::wi_fold(), operator_lshift::wi_fold(), operator_rshift::wi_fold(), operator_bitwise_and::wi_fold(), operator_bitwise_or::wi_fold(), operator_min::wi_fold(), operator_max::wi_fold(), range_operator::wi_fold_in_parts(), range_operator::wi_fold_in_parts_equiv(), wi_includes_zero_p(), operator_div::wi_op_overflows(), operator_lshift::wi_op_overflows(), operator_mult::wi_op_overflows(), operator_rshift::wi_op_overflows(), wi_optimize_and_or(), wi_optimize_signed_bitwise_op(), wi_pack(), wi_set_zero_nonzero_bits(), WI_UNARY_RESULT(), WI_UNARY_RESULT(), wi_unpack(), wi_zero_p(), wide_int_binop(), wide_int_cmp(), wide_int_constant_multiple_p(), wide_int_ext_for_comb(), wide_int_ext_for_comb(), wide_int_storage::wide_int_storage(), wide_int_storage::wide_int_storage(), wide_int_to_tree_1(), double_int::wide_mul_with_sign(), widen_bswap(), widen_leading(), widen_memory_access(), widen_operand(), widened_mode(), widening_mult_conversion_strippable_p(), ana::widening_svalue::widening_svalue(), wider_subreg_mode(), widest_fixed_size_mode_for_size(), WIDEST_INT(), widest_int_storage< N >::widest_int_storage(), widest_int_storage< N >::widest_int_storage(), will_be_nonconstant_expr_predicate(), will_be_nonconstant_predicate(), cgraph_node::will_be_removed_from_program_if_no_direct_calls_p(), will_delete_init_insn_p(), word_dce_process_block(), word_register_operation_p(), worker_single_copy(), worker_single_simple(), workshare_safe_to_combine_p(), worse_state(), wrap_help(), wrap_refs(), wrapup_global_declaration_2(), wrapup_global_declarations(), optrecord_json_writer::write(), write_allows_reg_mem_function(), s_expr_writer::write_any_indent(), write_attr_case(), write_attr_get(), write_attr_set(), write_attr_value(), write_attr_valueq(), write_automata(), write_c_file_glob(), write_c_file_stat(), write_complex_part(), write_conditions(), write_const_num_delay_slots(), write_constraint_satisfied_p_array(), write_dependence_p(), write_digit(), write_digit_row(), write_dummy_eligible_delay(), write_eligible_delay(), write_enum_constraint_num(), write_extract_subexp(), write_get_register_filter(), write_get_register_filter_id(), write_global_references(), write_global_stream(), write_header(), write_header(), write_header(), write_header(), write_header_declarations(), write_header_includes(), write_identifier(), write_indent(), write_init_reg_class_start_regs(), write_insn_cases(), write_insn_const_int_ok_for_constraint(), write_insn_constraint_len(), write_insn_preds_c(), write_ipa_call_summary(), write_ipcp_transformation_info(), write_langs(), write_length_unit_log(), write_list(), write_list_with_asm(), write_lookup_constraint_1(), write_lookup_constraint_array(), write_lto(), write_match_code(), write_match_code_switch(), s_expr_writer::write_new_line(), write_node_summary_p(), write_one_condition(), write_one_predicate_function(), write_pch_globals(), write_predicate(), write_predicate_expr(), write_predicate_stmts(), write_predicate_subfunction(), write_range_function(), write_reg_class_for_constraint_1(), state_writer::write_state_a_string(), state_writer::write_state_array_type(), state_writer::write_state_callback_type(), state_writer::write_state_common_type_content(), state_writer::write_state_fields(), state_writer::write_state_fileloc(), state_writer::write_state_files_list(), state_writer::write_state_gc_used(), state_writer::write_state_lang_bitmap(), state_writer::write_state_lang_struct_type(), state_writer::write_state_languages(), state_writer::write_state_nested_option(), state_writer::write_state_option(), state_writer::write_state_options(), state_writer::write_state_pair(), state_writer::write_state_pair_list(), state_writer::write_state_pointer_type(), state_writer::write_state_scalar_type(), state_writer::write_state_string_option(), state_writer::write_state_string_type(), state_writer::write_state_struct_union_type(), state_writer::write_state_structures(), write_state_trailer(), state_writer::write_state_type(), state_writer::write_state_type_option(), state_writer::write_state_typedefs(), state_writer::write_state_undefined_type(), state_writer::write_state_user_struct_type(), state_writer::write_state_variables(), ipa_icf::sem_item_optimizer::write_summary(), write_symbol(), write_symbol_extension_info(), write_test_expr(), write_tm_constrs_h(), write_tm_preds_h(), write_ts_decl_common_tree_pointers(), write_ts_decl_minimal_tree_pointers(), write_ts_type_non_common_tree_pointers(), write_upcase(), write_upcase(), regenerate-opt-urls::write_url_file(), widest_int_storage< N >::write_val(), write_vector_array(), write_wide_int(), write_writer(), wi::xor_large(), env_manager::xput(), xstrdup_for_dump(), yybegin(), yyend(), isra_func_summary::zap(), zcur_select_mode_rtx(), zero_length_string(), zero_one_minusone(), zero_one_operation(), zero_range(), zero_to_inf_range(), double_int::zext(), wi::zext_large(), ziv_subscript_p(), auto_cpp_string_vec::~auto_cpp_string_vec(), auto_flag< T >::~auto_flag(), auto_obstack::~auto_obstack(), call_summary< T * >::~call_summary(), gcc::context::~context(), DFS::~DFS(), diagnostic_text_output_format::~diagnostic_text_output_format(), dom_ranger::~dom_ranger(), driver::~driver(), gcc::dump_manager::~dump_manager(), equiv_oracle::~equiv_oracle(), fibonacci_heap< K, V >::~fibonacci_heap(), file_cache_slot::~file_cache_slot(), function_info::~function_info(), function_summary< T * >::~function_summary(), hash_table< Descriptor, Lazy, Allocator >::~hash_table(), infer_range_manager::~infer_range_manager(), instantiate_cache_type::~instantiate_cache_type(), int_range< N, RESIZABLE >::~int_range(), ipa_edge_args::~ipa_edge_args(), json_file_output_format::~json_file_output_format(), json_stderr_output_format::~json_stderr_output_format(), jump_thread_path_allocator::~jump_thread_path_allocator(), md_reader::~md_reader(), mem_alloc_description< T >::~mem_alloc_description(), nested_function_info::~nested_function_info(), json::object::~object(), obstack_watermark::~obstack_watermark(), output_buffer::~output_buffer(), gcc::pass_manager::~pass_manager(), path_oracle::~path_oracle(), phi_analyzer::~phi_analyzer(), pretty_printer::~pretty_printer(), sarif_file_output_format::~sarif_file_output_format(), ipa_icf::sem_item_optimizer::~sem_item_optimizer(), tree_switch_conversion::switch_conversion::~switch_conversion(), toplev::~toplev(), vn_walk_cb_data::~vn_walk_cb_data(), vrange_obstack_alloc::~vrange_obstack_alloc(), wide_int_storage::~wide_int_storage(), and widest_int_storage< N >::~widest_int_storage().

◆ ggc_alloc_atomic()

void * ggc_alloc_atomic ( size_t s CXX_MEM_STAT_INFO)
inline

◆ ggc_alloc_cleared_gimple_statement_stat()

gimple * ggc_alloc_cleared_gimple_statement_stat ( size_t s CXX_MEM_STAT_INFO)
inline

◆ ggc_alloc_cleared_tree_node_stat()

union tree_node * ggc_alloc_cleared_tree_node_stat ( size_t s CXX_MEM_STAT_INFO)

◆ ggc_alloc_no_dtor()

template<typename T >
T * ggc_alloc_no_dtor ( ALONE_CXX_MEM_STAT_INFO )
inline
GGC allocation function that does not call finalizer for type
that have need_finalization_p equal to true.  User is responsible
for calling of the destructor.   

References ggc_internal_alloc(), NULL, and PASS_MEM_STAT.

◆ ggc_alloc_rtx_def_stat()

struct rtx_def * ggc_alloc_rtx_def_stat ( size_t s CXX_MEM_STAT_INFO)
inline
Memory statistics passing versions of some allocators.  Too few of them to
make gengtype produce them, so just define the needed ones here.   

References ggc_internal_alloc(), and PASS_MEM_STAT.

Referenced by rtx_alloc_stat_v(), and shallow_copy_rtx().

◆ ggc_alloc_string()

const char * ggc_alloc_string ( const char * contents,
int length MEM_STAT_DECL )
extern
Allocate a gc-able string, and fill it with LENGTH bytes from CONTENTS.
If LENGTH is -1, then CONTENTS is assumed to be a
null-terminated string and the memory sized accordingly.   
Allocate and return a string constant of length LENGTH, containing
CONTENTS.  If LENGTH is -1, CONTENTS is assumed to be a
nul-terminated string, and the length is calculated using strlen.   

References ggc_alloc(), and ggc_alloc_atomic().

Referenced by gen_interclass_conv_libfunc(), gen_intraclass_conv_libfunc(), gen_libfunc(), gimple_build_asm_1(), output_file_names(), and parse_output_constraint().

◆ ggc_alloc_tree_node_stat()

union tree_node * ggc_alloc_tree_node_stat ( size_t s CXX_MEM_STAT_INFO)

◆ ggc_cleared_alloc()

template<typename T >
T * ggc_cleared_alloc ( ALONE_CXX_MEM_STAT_INFO )
inline

◆ ggc_cleared_vec_alloc()

template<typename T >
T * ggc_cleared_vec_alloc ( size_t c CXX_MEM_STAT_INFO)
inline

◆ ggc_collect()

◆ ggc_common_finalize()

void ggc_common_finalize ( )
extern
Forcibly clear all GTY roots.   

References ggc_alloc(), ggc_zero_rtab_roots(), gt_ggc_deletable_rtab, gt_ggc_rtab, gt_pch_scalar_rtab, and NULL.

Referenced by toplev::finalize().

◆ ggc_delete()

◆ ggc_free()

void ggc_free ( void * p)
extern
Free a block.  To be used when known for certain it's not reachable.   
Release the memory for object P.   

Referenced by ggc_delete().

◆ ggc_grow()

void ggc_grow ( void )
extern
Assume that all GGC memory is reachable and grow the limits for next collection.  
Assume that all GGC memory is reachable and grow the limits for next
collection.  With checking, trigger GGC so -Q compilation outputs how much
of memory really is reachable.   

References ggc_globals::allocated, ggc_globals::allocated_last_gc, G, ggc_alloc(), MAX, PRsa, and SIZE_AMOUNT.

Referenced by ipa_read_optimization_summaries_1(), and ipa_read_summaries_1().

◆ ggc_internal_alloc() [1/2]

void * ggc_internal_alloc ( size_t s CXX_MEM_STAT_INFO)
inline

◆ ggc_internal_alloc() [2/2]

◆ ggc_internal_cleared_alloc() [1/2]

void * ggc_internal_cleared_alloc ( size_t s CXX_MEM_STAT_INFO)
inline

◆ ggc_internal_cleared_alloc() [2/2]

void * ggc_internal_cleared_alloc ( size_t size,
void(*)(void *) f,
size_t ,
size_t MEM_STAT_DECL )
extern
Allocates cleared memory.   
Generate pattern matching and transform code shared between
   GENERIC and GIMPLE folding code from match-and-simplify description.

   Copyright (C) 2014-2024 Free Software Foundation, Inc.
   Contributed by Richard Biener <rguenther@suse.de>
   and Prathamesh Kulkarni  <bilbotheelffriend@gmail.com>

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
Stubs for GGC referenced through instantiations triggered by hash-map.   

References gcc_assert, ggc_alloc(), and NULL.

Referenced by symtab_node::get_dump_name(), ggc_alloc_cleared_gimple_statement_stat(), ggc_alloc_cleared_tree_node_stat(), ggc_cleared_alloc(), ggc_cleared_vec_alloc(), ggc_internal_cleared_alloc(), and simd_clone_struct_alloc().

◆ ggc_marked_p()

◆ ggc_print_statistics()

◆ ggc_realloc()

void * ggc_realloc ( void * ,
size_t CXX_MEM_STAT_INFO )
extern
Resize a block.   

◆ ggc_register_root_tab()

void ggc_register_root_tab ( const struct ggc_root_tab * rt)
extern
Register an additional root table.  This can be useful for some
plugins.  Does nothing if the passed pointer is NULL.  
Dynamically register a new GGC root table RT. This is useful for
plugins.  

References extra_root_vec, and ggc_alloc().

Referenced by register_callback().

◆ ggc_round_alloc_size()

size_t ggc_round_alloc_size ( size_t requested_size)
extern
Null garbage collection for the GNU compiler.
Copyright (C) 1998-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

GCC is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
License for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
This version is used by the gen* programs and certain language-specific
targets (such as java), where we don't really need GC at all.
This prevents problems with pulling in all the tree stuff.   
For a given size of memory requested for allocation, return the
actual size that is going to be allocated.   
For a given size of memory requested for allocation, return the
actual size that is going to be allocated.   

◆ ggc_set_mark()

bool ggc_set_mark ( const void * p)
extern
Actually set the mark on a particular region of memory, but don't
follow pointers.  This function is called by ggc_mark_*.  It
returns false if the object was not previously marked; true if
the object was already marked, or if, for any other reason,
pointers in this data structure should not be traversed.   
If P is not marked, marks it and return false.  Otherwise return true.
P must have been allocated by the GC allocator; it mustn't point to
static objects, stack variables, or memory allocated with malloc.   

References ggc_globals::debug_file, G, gcc_assert, ggc_alloc(), GGC_DEBUG_LEVEL, HOST_BITS_PER_LONG, page_entry::in_use_p, lookup_page_table_entry(), page_entry::num_free_objects, OFFSET_TO_BIT, page_entry::order, and page_entry::page.

◆ ggc_trim()

void ggc_trim ( void )
extern
Return unused memory pages to the system.   
Return free pages to the system.   

References ggc_globals::allocated, ggc_globals::bytes_mapped, G, ggc_alloc(), PRsa, release_pages(), SIZE_AMOUNT, sweep_pages(), timevar_pop(), and timevar_push().

Referenced by ipa_free_fn_summary().

◆ ggc_vec_alloc()

template<typename T >
T * ggc_vec_alloc ( size_t c CXX_MEM_STAT_INFO)
inline

◆ gt_clear_caches()

void gt_clear_caches ( )
extern
generated function to clear caches in gc memory.   

Referenced by ggc_mark_roots().

◆ gt_ggc_m_S()

◆ gt_ggc_mx() [1/13]

void gt_ggc_mx ( bool )
inline

◆ gt_ggc_mx() [2/13]

void gt_ggc_mx ( char )
inline

◆ gt_ggc_mx() [3/13]

void gt_ggc_mx ( const char * s)
inline

References ggc_test_and_set_mark.

◆ gt_ggc_mx() [4/13]

void gt_ggc_mx ( int )
inline

◆ gt_ggc_mx() [5/13]

void gt_ggc_mx ( long int )
inline

◆ gt_ggc_mx() [6/13]

void gt_ggc_mx ( long long int )
inline

◆ gt_ggc_mx() [7/13]

void gt_ggc_mx ( short )
inline

◆ gt_ggc_mx() [8/13]

void gt_ggc_mx ( signed char )
inline

◆ gt_ggc_mx() [9/13]

void gt_ggc_mx ( unsigned char )
inline

◆ gt_ggc_mx() [10/13]

void gt_ggc_mx ( unsigned int )
inline

◆ gt_ggc_mx() [11/13]

void gt_ggc_mx ( unsigned long int )
inline

◆ gt_ggc_mx() [12/13]

void gt_ggc_mx ( unsigned long long int )
inline

◆ gt_ggc_mx() [13/13]

void gt_ggc_mx ( unsigned short )
inline

◆ gt_pch_n_S()

void gt_pch_n_S ( const void * x)
extern
PCH and GGC handling for strings, mostly trivial.   
PCH pointer-walking routine for strings.   

References CONST_CAST, gt_pch_note_object(), and gt_pch_p_S().

Referenced by gt_pch_nx(), gt_pch_nx(), and gt_pch_nx().

◆ gt_pch_n_S2()

void gt_pch_n_S2 ( const void * x,
size_t string_len )
extern

◆ gt_pch_note_callback()

void gt_pch_note_callback ( void * obj,
void * base )
extern
Used by the gt_pch_p_* routines.  Register address of a callback
pointer.   
Register address of a callback pointer.   

References callback_vec, gcc_assert, ggc_alloc(), NULL, ptr_data::obj, POINTER_HASH, and saving_htab.

◆ gt_pch_note_object()

int gt_pch_note_object ( void * obj,
void * note_ptr_cookie,
gt_note_pointers note_ptr_fn,
size_t length_override )
extern
Used by the gt_pch_n_* routines.  Register an object in the hash table.   
Register an object in the hash table.   

References gcc_assert, ggc_alloc(), ggc_get_size(), gt_pch_p_S(), ptr_data::note_ptr_cookie, ptr_data::note_ptr_fn, NULL, ptr_data::obj, POINTER_HASH, and saving_htab.

Referenced by gt_pch_n_S(), gt_pch_n_S2(), and gt_pch_nx().

◆ gt_pch_note_reorder()

void gt_pch_note_reorder ( void * obj,
void * note_ptr_cookie,
gt_handle_reorder reorder_fn )
extern
Used by the gt_pch_n_* routines.  Register that an object has a reorder
function.   
Register an object in the hash table.   

References gcc_assert, gcc_checking_assert, gt_pch_p_S(), ptr_data::note_ptr_cookie, NULL, ptr_data::obj, POINTER_HASH, ptr_data::reorder_fn, and saving_htab.

◆ gt_pch_nx() [1/13]

void gt_pch_nx ( bool )
inline

◆ gt_pch_nx() [2/13]

void gt_pch_nx ( char )
inline

◆ gt_pch_nx() [3/13]

void gt_pch_nx ( const char * )
inline

◆ gt_pch_nx() [4/13]

void gt_pch_nx ( int )
inline

◆ gt_pch_nx() [5/13]

void gt_pch_nx ( long int )
inline

◆ gt_pch_nx() [6/13]

void gt_pch_nx ( long long int )
inline

◆ gt_pch_nx() [7/13]

void gt_pch_nx ( short )
inline

◆ gt_pch_nx() [8/13]

void gt_pch_nx ( signed char )
inline

◆ gt_pch_nx() [9/13]

void gt_pch_nx ( unsigned char )
inline

◆ gt_pch_nx() [10/13]

void gt_pch_nx ( unsigned int )
inline

◆ gt_pch_nx() [11/13]

void gt_pch_nx ( unsigned long int )
inline

◆ gt_pch_nx() [12/13]

void gt_pch_nx ( unsigned long long int )
inline

◆ gt_pch_nx() [13/13]

void gt_pch_nx ( unsigned short )
inline

◆ gt_pch_restore()

void gt_pch_restore ( FILE * f)
extern

◆ gt_pch_save()

◆ init_ggc()

◆ init_ggc_heuristics()

void init_ggc_heuristics ( void )
extern

◆ init_stringpool()

void init_stringpool ( void )
extern
End of GTY machinery API.   
Initialize the string pool.   
Initialize the string pool.   

References alloc_node(), ggc_alloc(), ident_hash, ident_hash_extra, and stringpool_ggc_alloc().

Referenced by general_init().

◆ need_finalization_p()

template<typename T >
bool need_finalization_p ( )
inline

References ggc_alloc().

◆ report_heap_memory_use()

void report_heap_memory_use ( void )
extern
Report current heap memory use to stderr.   
Print memory used by heap if this info is available.   

References ggc_alloc(), PRsa, and SIZE_AMOUNT.

Referenced by execute_one_pass(), ipa_read_optimization_summaries_1(), and ipa_read_summaries_1().

◆ stringpool_statistics()

void stringpool_statistics ( void )
extern
Report some basic statistics about the string pool.   

References ggc_alloc(), and ident_hash.

Referenced by dump_memory_report().

Variable Documentation

◆ ggc_protect_identifiers

bool ggc_protect_identifiers
extern
When true, identifier nodes are considered as GC roots.  When
false, identifier nodes are treated like any other GC-allocated
object, and the identifier hash table is treated as a weak
hash.   
When true, protect the contents of the identifier hash table.   

Referenced by compile_file(), do_compile(), and ggc_mark_roots().

◆ gt_ggc_deletable_rtab

const struct ggc_root_tab* const gt_ggc_deletable_rtab[]
extern

◆ gt_ggc_rtab

const struct ggc_root_tab* const gt_ggc_rtab[]
extern
Pointers to arrays of ggc_root_tab, terminated by NULL.   

Referenced by ggc_common_finalize(), ggc_mark_roots(), gt_pch_restore(), and gt_pch_save().

◆ gt_pch_scalar_rtab

const struct ggc_root_tab* const gt_pch_scalar_rtab[]
extern