#include "bfd.h"#include "sysdep.h"#include "libbfd.h"#include "ieee.h"#include "libieee.h"#include "safe-ctype.h"

Go to the source code of this file.
Data Types | |
| type | output_buffer_struct |
| type | ieee_value_type |
Defines | |
| #define | KEEPMINUSPCININST 0 |
| #define | this_byte(ieee) *((ieee)->input_p) |
| #define | next_byte(ieee) ((ieee)->input_p++) |
| #define | this_byte_and_next(ieee) (*((ieee)->input_p++)) |
| #define | SRC_MASK(arg) 0 |
| #define | PCREL_OFFSET TRUE |
| #define | POS sp[1] |
| #define | TOS sp[0] |
| #define | NOS sp[-1] |
| #define | INC sp++; |
| #define | DEC sp--; |
| #define | PUSH(x, y, z) TOS.symbol=x;TOS.section=y;TOS.value=z;INC; |
| #define | POP(x, y, z) DEC;x=TOS.symbol;y=TOS.section;z=TOS.value; |
| #define | ieee_seek(ieee, offset) |
| #define | ieee_pos(ieee) (ieee->h.input_p - ieee->h.first_byte) |
| #define | THIS() ( *input_ptr ) |
| #define | NEXT() { input_ptr++; if (input_ptr == input_ptr_end) fill(); } |
| #define | OUT(x) { *output_ptr++ = (x); if(output_ptr == output_ptr_end) flush(); } |
| #define | VAR(x) ((x | 0x80)) |
| #define | ID copy_id() |
| #define | INT copy_int() |
| #define | EXP copy_expression() |
| #define | INTn(q) copy_int() |
| #define | EXPn(q) copy_expression() |
| #define | IBS 400 |
| #define | OBS 400 |
| #define | ieee_close_and_cleanup _bfd_generic_close_and_cleanup |
| #define | ieee_bfd_free_cached_info _bfd_generic_bfd_free_cached_info |
| #define | ieee_slurp_armap bfd_true |
| #define | ieee_slurp_extended_name_table bfd_true |
| #define | ieee_construct_extended_name_table |
| #define | ieee_truncate_arname bfd_dont_truncate_arname |
| #define | ieee_write_armap |
| #define | ieee_read_ar_hdr bfd_nullvoidptr |
| #define | ieee_update_armap_timestamp bfd_true |
| #define | ieee_get_elt_at_index _bfd_generic_get_elt_at_index |
| #define | ieee_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) |
| #define | ieee_bfd_is_local_label_name bfd_generic_is_local_label_name |
| #define | ieee_get_lineno _bfd_nosymbols_get_lineno |
| #define | ieee_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol |
| #define | ieee_read_minisymbols _bfd_generic_read_minisymbols |
| #define | ieee_minisymbol_to_symbol _bfd_generic_minisymbol_to_symbol |
| #define | ieee_bfd_reloc_type_lookup _bfd_norelocs_bfd_reloc_type_lookup |
| #define | ieee_set_arch_mach _bfd_generic_set_arch_mach |
| #define | ieee_get_section_contents_in_window _bfd_generic_get_section_contents_in_window |
| #define | ieee_bfd_get_relocated_section_contents bfd_generic_get_relocated_section_contents |
| #define | ieee_bfd_relax_section bfd_generic_relax_section |
| #define | ieee_bfd_gc_sections bfd_generic_gc_sections |
| #define | ieee_bfd_merge_sections bfd_generic_merge_sections |
| #define | ieee_bfd_is_group_section bfd_generic_is_group_section |
| #define | ieee_bfd_discard_group bfd_generic_discard_group |
| #define | ieee_section_already_linked _bfd_generic_section_already_linked |
| #define | ieee_bfd_link_hash_table_create _bfd_generic_link_hash_table_create |
| #define | ieee_bfd_link_hash_table_free _bfd_generic_link_hash_table_free |
| #define | ieee_bfd_link_add_symbols _bfd_generic_link_add_symbols |
| #define | ieee_bfd_link_just_syms _bfd_generic_link_just_syms |
| #define | ieee_bfd_final_link _bfd_generic_final_link |
| #define | ieee_bfd_link_split_section _bfd_generic_link_split_section |
Functions/Subroutines | |
| static bfd_boolean ieee_write_byte | PARAMS ((bfd *, int)) |
| static bfd_boolean ieee_write_int | PARAMS ((bfd *, bfd_vma)) |
| static bfd_boolean ieee_write_id | PARAMS ((bfd *, const char *)) |
| static unsigned short read_2bytes | PARAMS ((common_header_type *)) |
| static void bfd_get_string | PARAMS ((common_header_type *, char *, size_t)) |
| static bfd_boolean ieee_write_expression | PARAMS ((bfd *, bfd_vma, asymbol *, bfd_boolean, unsigned int)) |
| static void ieee_write_int5 | PARAMS ((bfd_byte *, bfd_vma)) |
| static bfd_boolean parse_int | PARAMS ((common_header_type *, bfd_vma *)) |
| static int parse_i | PARAMS ((common_header_type *, bfd_boolean *)) |
| static void parse_expression | PARAMS ((ieee_data_type *, bfd_vma *, ieee_symbol_index_type *, bfd_boolean *, unsigned int *, asection **)) |
| static file_ptr ieee_part_after | PARAMS ((ieee_data_type *, file_ptr)) |
| static ieee_symbol_type *get_symbol | PARAMS ((bfd *, ieee_data_type *, ieee_symbol_type *, unsigned int *, ieee_symbol_type ***, unsigned int *, int)) |
| static bfd_boolean ieee_slurp_external_symbols | PARAMS ((bfd *)) |
| static long ieee_canonicalize_symtab | PARAMS ((bfd *, asymbol **)) |
| static asection *get_section_entry | PARAMS ((bfd *, ieee_data_type *i, unsigned int)) |
| static void ieee_get_symbol_info | PARAMS ((bfd *, asymbol *, symbol_info *)) |
| static void ieee_print_symbol | PARAMS ((bfd *, PTR, asymbol *, bfd_print_symbol_type)) |
| static bfd_boolean do_one | PARAMS ((ieee_data_type *, ieee_per_section_type *, unsigned char *, asection *, int)) |
| static bfd_boolean ieee_new_section_hook | PARAMS ((bfd *, asection *)) |
| static long ieee_get_reloc_upper_bound | PARAMS ((bfd *, sec_ptr)) |
| static bfd_boolean ieee_get_section_contents | PARAMS ((bfd *, sec_ptr, PTR, file_ptr, bfd_size_type)) |
| static long ieee_canonicalize_reloc | PARAMS ((bfd *, sec_ptr, arelent **, asymbol **)) |
| static int comp | PARAMS ((const PTR, const PTR)) |
| static void fill | PARAMS ((void)) |
| static void write_int | PARAMS ((int)) |
| static void fill_int | PARAMS ((struct output_buffer_struct *)) |
| static void relocate_debug | PARAMS ((bfd *, bfd *)) |
| static bfd_boolean ieee_find_nearest_line | PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)) |
| static int ieee_generic_stat_arch_elt | PARAMS ((bfd *, struct stat *)) |
| static bfd_boolean | ieee_write_byte (bfd *abfd, int barg) |
| static bfd_boolean | ieee_write_2bytes (bfd *abfd, int bytes) |
| static bfd_boolean | ieee_write_int (bfd *abfd, bfd_vma value) |
| static bfd_boolean | ieee_write_id (bfd *abfd, const char *id) |
| static unsigned short | read_2bytes (common_header_type *ieee) |
| static void | bfd_get_string (common_header_type *ieee, char *string, size_t length) |
| static char * | read_id (common_header_type *ieee) |
| static bfd_boolean | ieee_write_expression (bfd *abfd, bfd_vma value, asymbol *symbol, bfd_boolean pcrel, unsigned int index) |
| static void | ieee_write_int5 (bfd_byte *buffer, bfd_vma value) |
| static bfd_boolean | ieee_write_int5_out (bfd *abfd, bfd_vma value) |
| static bfd_boolean | parse_int (common_header_type *ieee, bfd_vma *value_ptr) |
| static int | parse_i (common_header_type *ieee, bfd_boolean *ok) |
| static bfd_vma | must_parse_int (common_header_type *ieee) |
| static void | parse_expression (ieee_data_type *ieee, bfd_vma *value, ieee_symbol_index_type *symbol, bfd_boolean *pcrel, unsigned int *extra, asection **section) |
| static file_ptr | ieee_part_after (ieee_data_type *ieee, file_ptr here) |
| static ieee_symbol_type * | get_symbol (abfd, ieee_data_type *ieee, ieee_symbol_type *last_symbol, unsigned int *symbol_count, ieee_symbol_type ***pptr, unsigned int *max_index, int this_type) |
| static bfd_boolean | ieee_slurp_external_symbols (bfd *abfd) |
| static bfd_boolean | ieee_slurp_symbol_table (bfd *abfd) |
| static long | ieee_get_symtab_upper_bound (bfd *abfd) |
| static long | ieee_canonicalize_symtab (bfd *abfd, asymbol **location) |
| static asection * | get_section_entry (bfd *abfd, ieee_data_type *ieee, unsigned int index) |
| static void | ieee_slurp_sections (bfd *abfd) |
| static bfd_boolean | ieee_slurp_debug (bfd *abfd) |
| const bfd_target * | ieee_archive_p (bfd *abfd) |
| const bfd_target * | ieee_object_p (bfd *abfd) |
| static void | ieee_get_symbol_info (ignore_abfd, asymbol *symbol, symbol_info *ret) |
| static void | ieee_print_symbol (bfd *abfd, PTR afile, asymbol *symbol, bfd_print_symbol_type how) |
| static bfd_boolean | do_one (ieee_data_type *ieee, ieee_per_section_type *current_map, unsigned char *location_ptr, asection *s, int iterations) |
| static bfd_boolean | ieee_slurp_section_data (bfd *abfd) |
| static bfd_boolean | ieee_new_section_hook (bfd *abfd, asection *newsect) |
| static long | ieee_get_reloc_upper_bound (bfd *abfd, sec_ptr asect) |
| static bfd_boolean | ieee_get_section_contents (bfd *abfd, sec_ptr section, PTR location, file_ptr offset, bfd_size_type count) |
| static long | ieee_canonicalize_reloc (bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) |
| static int | comp (PTR ap, const PTR bp) const |
| static bfd_boolean | ieee_write_section_part (bfd *abfd) |
| static bfd_boolean | do_with_relocs (bfd *abfd, asection *s) |
| static bfd_boolean | do_as_repeat (bfd *abfd, asection *s) |
| static bfd_boolean | do_without_relocs (bfd *abfd, asection *s) |
| static bfd_boolean | ieee_mkobject (bfd *abfd) |
| static void | fill () |
| static void | flush () |
| static void | write_int (int value) |
| static void | copy_id () |
| static void | copy_expression () |
| static void | fill_int (struct output_buffer_struct *buf) |
| static void | drop_int (struct output_buffer_struct *buf) |
| static void | copy_int () |
| static void | f1_record () |
| static void | f0_record () |
| static void | copy_till_end () |
| static void | f2_record () |
| static void | f8_record () |
| static void | e2_record () |
| static void | block () |
| static void | relocate_debug (output, bfd *input) |
| static bfd_boolean | ieee_write_debug_part (bfd *abfd) |
| static bfd_boolean | ieee_write_data_part (bfd *abfd) |
| static bfd_boolean | init_for_output (bfd *abfd) |
| static bfd_boolean | ieee_set_section_contents (bfd *abfd, sec_ptr section, const PTR location, file_ptr offset, bfd_size_type count) |
| static bfd_boolean | ieee_write_external_part (bfd *abfd) |
| static bfd_boolean | ieee_write_me_part (bfd *abfd) |
| static bfd_boolean | ieee_write_processor (bfd *abfd) |
| static bfd_boolean | ieee_write_object_contents (bfd *abfd) |
| static asymbol * | ieee_make_empty_symbol (bfd *abfd) |
| static bfd * | ieee_openr_next_archived_file (bfd *arch, bfd *prev) |
| static bfd_boolean | ieee_find_nearest_line (abfd, section, symbols, offset, filename_ptr, functionname_ptr, line_ptr) |
| static int | ieee_generic_stat_arch_elt (bfd *abfd, struct stat *buf) |
| static int | ieee_sizeof_headers (abfd, x) |
Variables | |
| static reloc_howto_type | abs32_howto |
| static reloc_howto_type | abs16_howto |
| static reloc_howto_type | abs8_howto |
| static reloc_howto_type | rel32_howto |
| static reloc_howto_type | rel16_howto |
| static reloc_howto_type | rel8_howto |
| static ieee_symbol_index_type | NOSYMBOL = {0, 0} |
| static unsigned int | last_index |
| static char | last_type |
| const bfd_target | ieee_vec |
| static unsigned char * | output_ptr_start |
| static unsigned char * | output_ptr |
| static unsigned char * | output_ptr_end |
| static unsigned char * | input_ptr_start |
| static unsigned char * | input_ptr |
| static unsigned char * | input_ptr_end |
| static bfd * | input_bfd |
| static bfd * | output_bfd |
| static int | output_buffer |
| static const unsigned char | exten [] |
| static const unsigned char | envi [] |
| #define EXP copy_expression() |
Definition at line 2918 of file ieee.c.
Referenced by __addsf3(), __divsf3(), __extendsfdf2(), __mulsf3(), __unordsf2(), convert_to_real(), e2_record(), f1_record(), gen_exp(), and gen_hexp().
| #define EXPn | ( | q | ) | copy_expression() |
| #define IBS 400 |
Referenced by relocate_debug().
| #define ieee_bfd_free_cached_info _bfd_generic_bfd_free_cached_info |
| #define ieee_bfd_get_relocated_section_contents bfd_generic_get_relocated_section_contents |
| #define ieee_bfd_is_group_section bfd_generic_is_group_section |
| #define ieee_bfd_is_local_label_name bfd_generic_is_local_label_name |
| #define ieee_bfd_link_add_symbols _bfd_generic_link_add_symbols |
| #define ieee_bfd_link_hash_table_create _bfd_generic_link_hash_table_create |
| #define ieee_bfd_link_hash_table_free _bfd_generic_link_hash_table_free |
| #define ieee_bfd_link_split_section _bfd_generic_link_split_section |
| #define ieee_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol |
| #define ieee_bfd_reloc_type_lookup _bfd_norelocs_bfd_reloc_type_lookup |
| #define ieee_close_and_cleanup _bfd_generic_close_and_cleanup |
| #define ieee_construct_extended_name_table |
Value:
((bfd_boolean (*) \ PARAMS ((bfd *, char **, bfd_size_type *, const char **))) \ bfd_true)
| #define ieee_get_section_contents_in_window _bfd_generic_get_section_contents_in_window |
| #define ieee_minisymbol_to_symbol _bfd_generic_minisymbol_to_symbol |
| #define ieee_pos | ( | ieee | ) | (ieee->h.input_p - ieee->h.first_byte) |
| #define ieee_section_already_linked _bfd_generic_section_already_linked |
| #define ieee_seek | ( | ieee, | |||
| offset | ) |
Value:
do \ { \ ieee->h.input_p = ieee->h.first_byte + offset; \ ieee->h.last_byte = (ieee->h.first_byte \ + ieee_part_after (ieee, offset)); \ } \ while (0)
Definition at line 800 of file ieee.c.
Referenced by ieee_slurp_external_symbols(), ieee_slurp_section_data(), and ieee_slurp_sections().
| #define ieee_write_armap |
| #define INC sp++; |
| #define INT copy_int() |
Definition at line 2917 of file ieee.c.
Referenced by __c_fp_class_q(), __profile_finalize(), __profile_init(), __stride_profile_invoke(), __value_profile_invoke(), SWP_ALLOCATOR::_calculate_dist(), MAT< T >::_calcx(), ANL_FILE_MNGR::_Concat(), ANL_FILE_MNGR::_Exists(), MAT< T >::_expand(), ANL_CBUF::_Is_Splitc(), SLOT_ORDER_CMP::_loop_variant_lhs(), VALNUM_FRE::_rename_valnums(), _Skip_Whitespace(), ANL_CBUF::_Split(), VN::_valnum_implicit_integral_cvt(), VN::_valnum_phi_list(), _write_edge_profile(), ANL_FILE_MNGR::_Write_Obuf(), _write_Pu_Header(), _write_srd_TNV_items_profile(), _write_TNV_items_profile(), ACCESS_VECTOR::ACCESS_VECTOR(), Access_Vector_Condition_Provable(), Accumulate_Preg_Info(), EXEC_PATH_MGR::Acquire_Path_Info(), Actual_data_size(), Actual_result_type(), SYSTEM_OF_EQUATIONS::Acy_Set_Var(), SYSTEM_OF_EQUATIONS::Acyclic_Test(), Add(), ADDR_LINEAR_EXPR::Add(), LINEX::Add_access(), COND_BOUNDS_INFO::Add_Access(), Add_Access(), SNL_BOUNDS_INFO::Add_Access(), Add_Access_Terms_From_Lists(), Add_Access_Vector_Entry(), CFG_NODE_INFO::Add_array_may_reduc(), CFG_NODE_INFO::Add_array_param(), CFG_NODE_INFO::Add_array_reduc(), Add_Bitfield_Initv_For_Tree(), AGGINIT::Add_Bitfield_Initv_For_Tree(), LOOPINFO::Add_bound(), Add_Bound(), LINEX::Add_coupled_terms(), CODEMAP::Add_def(), CFG_NODE_INFO::Add_def_array(), SCHED_DFLOW_MGR::Add_Defs_Live_In(), SCHED_DFLOW_MGR::Add_Defs_Live_Out(), DEPV_COMPUTE::Add_Direction(), Add_Doacross_Comments(), Add_DST_variable(), TRANSPOSE_DIRECTED_GRAPH16::Add_Edge(), Add_edges(), Add_Edges_For_Node(), Priority_Selector::Add_Element_Sorted(), Add_Element_ST_TO_FLD_MAP(), CODEMAP::Add_expr(), Add_expr_to_caller_linex(), Add_Fail_TNs(), CFG_NODE_INFO::Add_formal_array(), Add_Forw_REG_Arcs(), LABEL_LIST::Add_Goto_Unique(), GOTO_LIST::Add_Goto_Unique(), PF_LG::Add_Group(), Add_Helper(), AGGINIT::Add_Init_For_WHIRL(), Add_Invariant_Deps(), LABEL_LIST::Add_Label_Unique(), SYSTEM_OF_EQUATIONS::Add_Le_Non_Redundant(), PROMPF_LINES::Add_Line(), PROMPF_LINES::Add_Lines(), Add_Maximal_Costs(), COST_TABLE::Add_Maximal_Costs(), CFG_NODE_INFO::Add_may_def_array(), CFG_NODE_INFO::Add_may_use_array(), Add_nodes(), CYCLE_STATE::Add_OP(), HB_Schedule::Add_OP_To_Sched_Vector(), Add_Parallel_Region_Comments(), PARTITION_GRAPH::Add_Partition(), DCE::Add_path_to_ipdom(), Add_Post_Hazard_To_Q(), Add_Predicate_Valid_BB(), Add_Predicate_Valid_OP(), PF_LG::Add_Ref(), PF_UGS::Add_Ref(), PF_LOOPNODE::Add_Ref(), LEGO_UGS::Add_Ref(), PF_BASE_ARRAY::Add_Ref(), Add_References(), PARTITION_GRAPH::Add_Relation(), CFG_NODE_INFO::Add_scalar_def(), CFG_NODE_INFO::Add_scalar_may_def(), CFG_NODE_INFO::Add_scalar_may_reduc(), CFG_NODE_INFO::Add_scalar_may_use(), CFG_NODE_INFO::Add_scalar_reduc(), CFG_NODE_INFO::Add_scalar_ref_may_passed(), CFG_NODE_INFO::Add_scalar_ref_passed(), CFG_NODE_INFO::Add_scalar_use(), Add_Scalars_In_Expr(), Add_Scheduling_Notes_For_Loops(), ACCESS_VECTOR::Add_Sum(), ACCESS_VECTOR::Add_Symbol(), Add_Symbols_To_Uses_Traverse(), Add_To_Colorable_Neighborhood(), add_to_hash_table(), Add_To_Lego_UGS_Stack(), Add_to_SOE(), Add_To_Symbol(), Add_To_Vector(), PROMPF_INFO::Add_Trans(), IPA_LNO_READ_FILE::Add_Translated_Ivar_Unique(), CFG_NODE_INFO::Add_use_array(), Add_Vertices(), LAT_DIRECTED_GRAPH16::Add_Vertices_Op_Edges(), LAT_DIRECTED_GRAPH16::Add_Vertices_Op_Edges_Rec(), SYSTEM_OF_EQUATIONS::Add_Work_Le(), SYSTEM_OF_EQUATIONS::Add_Work_Le_Non_Simple_Redundant(), addr_base_offset(), addr_invariant_in_loop(), addr_subtract(), CG_BROWSER::Address(), WB_BROWSER::Address(), WB_BROWSER::Address_Walk(), Address_Walk(), Adjust_BBSCH(), FB_CFG::Adjust_edge(), Adjust_Entry(), Adjust_Exit(), Adjust_LC_Entry(), Adjust_LC_Exit(), HB_Schedule::Adjust_Ldst_Offsets(), Adjust_Opt_Level(), Adjust_signed_type(), WB_BROWSER::Alias(), alias_walk(), WB_BROWSER::Alias_Walk(), All_Calls_Inlined(), All_O3(), ETABLE::Alloc_and_generate_cur_expr(), ESSA::Alloc_and_generate_injured_phi_res(), GRA_REGION::Alloc_Subuniverses(), Alloca_Var_List::Alloca_Var_List(), Allocate_All_Formals(), Allocate_Elf_Index_Space(), Allocate_File_Statics(), Allocate_Lvs(), Allocate_Stacked_Register(), LRANGE::Allowed_Registers(), Already_On_Stack(), ARA_LOOP_INFO::Always_Enough_Parallel_Work(), Always_Executes(), Analyse_Dependencies(), analyze_addressof_ty_being_split(), Analyze_all_indices(), MEM_ACCESS_ANALYZER::Analyze_array_access(), OPT_STAB::Analyze_Based_Pointer(), Analyze_bases(), WN_UNROLL::Analyze_body_expr(), MEM_ACCESS_ANALYZER::Analyze_mem_access(), MEM_ACCESS_ANALYZER::Analyze_ofst_helper(), Analyze_OP_For_Unwind_Info(), SX_INFO::Analyze_Reduction(), Analyze_Reordering(), Analyze_Spilling_Global_Register(), Analyze_Spilling_Live_Range(), analyze_structure_bases(), LMV_LOOP_INFO::Analyze_var_value_range(), GOTO_TABLE::Ancestor_Through_If(), WB_BROWSER::Ancestors(), AND_Predicate_To_OP(), ANL_CBUF::ANL_CBUF(), ARA_LOOP_INFO::Annotate_Invariant_Def(), ARA_LOOP_INFO::Annotate_Invariant_Pri(), HOIST_SUMMARY::Anticipated_at_CD(), Any_Loop_In_SNL_Parallelizable(), EXP_PHI::Any_opnd_injured(), ap_tlog_info(), DEPV_LIST::Append(), Append_Nest_Clauses(), UNAME_SPACE::Append_new_name(), Append_Prefetch_Attributes(), Append_Succ(), SNL_DEP_MATRIX::Apply(), Apply_Back_Sub_Invariant(), Apply_Back_Sub_Variant(), Apply_Controls(), Apply_Interleave(), ARA_Cleanup_Traverse(), ARA_Initialize_Loops(), ARA_LOOP_INFO::ARA_LOOP_INFO(), ARA_Print_Loops(), ARA_Walk_Loops(), ARB_Verify_all(), SCHED_DFLOW_MGR::Are_Defs_Live_In(), SCHED_DFLOW_MGR::Are_Defs_Live_Out(), Are_Permutations(), Are_Similar_Dimensions(), Are_Similar_Regions(), IF_CONV_AREA::Area_Type(), Array_Edge_To_Level_Edge(), Array_Names_In_Loop(), Array_Pad_Size(), ARRAY_REF::ARRAY_REF(), ARRAY_REF_NODE::ARRAY_REF_NODE(), Array_reshape_eq(), Array_reshape_gt(), Array_reshape_lt(), Array_Shapes_Match_At_Formal(), Array_Subscript_Uses_IV(), Array_TY_OK(), arrsection_to_array(), AS_Traverse(), Assemble_Bundles(), Assemble_Ops(), Assemble_Simulated_OP(), Assign_Doacross_Mpnums(), Assign_Parallel_Region_Mpnums(), Assign_Prolog_Temps(), Assign_Registers(), Assign_Registers_For_OP(), Assign_Temp_Regs(), Assign_Virtual_Registers(), At_Unallocated_Op_Definition(), Atomic_Direct(), Atomic_Using_Critical(), Auto_Parallelization(), Avoid_RA_In_Call_Argument(), GOTO_TABLE::Backpatch(), GTABLE::Backpatch(), AEQUIV::Backpatch_CFG(), CIO_RWTRAN::Backpatch_Op_In_Prolog(), ARA_LOOP_INFO::Bad_Array_Dependence(), DEPV_COMPUTE::Base_Test(), BB1_Postdominate_BB2(), BB_Can_Retarget_Branch(), BB_Check_Bundle_Integrity(), BB_Copy_Annotations(), BB_has_backedge_and_is_invariant(), BB_has_goto_bb(), BB_has_target_bb(), BB_Info_Maintain_Sort(), BB_Insert_Noops(), BB_kind(), BB_Move_Delay_Slot_Op(), RGN_CFLOW_MGR::bb_node_pred_num(), BB_NODE_SET::BB_NODE_SET(), RGN_CFLOW_MGR::bb_node_succ_num(), REGIONAL_CFG::BB_Not_Suit_Duplicate(), BB_OP_MAP32_Get(), BB_OP_MAP32_Set(), BB_OP_MAP64_Get(), BB_OP_MAP64_Set(), BB_OP_MAP_Get(), BB_OP_MAP_Set(), BB_Predecessor_Compiled_Region(), BB_REGION_Calculate_Dominators(), BB_REGION_Exit(), BB_REGION_Forward_Depth_First_Visit(), BB_Retarget_Branch(), BB_SET_Calculate_Dominators(), BB_Split_Entry_Glue(), BB_Split_Exit_Glue(), BB_Unique_Source(), BB_Update_OP_Order(), BB_Verify_OP_Order(), bblist_alloc(), BBlist_Fall_Thru_Pred(), BBlist_Fall_Thru_Succ(), BBlist_Len(), VECTOR_SPACE< T >::Beautify(), CYCLE_STATE::Best_Issue_Order(), Best_Issue_Port(), OPT_PU_POINTS_TO_SUMMARIZER::Bind_callee_points_to_summary(), BIT_VECTOR::BIT_VECTOR(), DEPV_NODE::Blockable_Part(), BND_Lower_Bound(), BND_Upper_Bound(), BND_Verify_Expression(), BND_Verify_Nest_Bounds(), ETABLE::Bottom_up_stmt(), Bound_Exists(), Bound_Is_Too_Messy(), ARA_LOOP_INFO::Bounds_Depend_On_Index(), DEPV_COMPUTE::Bounds_Set_Is_Used(), Branch_In_Region_List(), Branch_Skips_First_Op(), Branch_Target_Operand(), BS_Collect_Array(), BS_Collect_Arrays(), BS_Crosses_MP_Region(), BS_Find_Region(), BS_Has_If_In_Region(), BS_Has_Use_In_Subscript(), BS_Has_Varying_Access_Array_In_Region(), BS_Is_Index_Variable(), BS_Is_Linearized(), BS_Loop_Within_Equivalence_Class(), BS_Replace_Load(), BS_Replace_Store(), BS_Substitute(), TRANSPOSE_DIRECTED_GRAPH16::Build(), REDUCTION_MANAGER::Build(), ARRAY_REF::Build_Array(), PF_UGS::Build_Base_LGs(), PF_BASE_ARRAY::Build_Base_LGs(), PF_LOOPNODE::Build_Base_LGs(), Build_CFG(), AEQUIV::Build_CFG_Loop(), AEQUIV::Build_CFG_Rec(), CG_LOOP::Build_CG_LOOP_Info(), Build_Cyclic_Arcs(), Build_Fde_For_Proc(), ORDERED_NODE_ITER::Build_Level_Order(), ARRAY_LOWER_LOOP::Build_Loop(), Build_new_loop_info(), Build_New_To_Old(), Build_Option_String(), Build_Ordered_Stack_Traverse(), Build_Outgoing_Edges(), GOTO_TABLE::Build_Rec(), GTABLE::Build_Rec(), ARRAY_REF::Build_Rec(), Build_Regions(), TRANSPOSE_DIRECTED_GRAPH16::Build_Snl(), TRANSPOSE_DIRECTED_GRAPH16::Build_Snl_Array(), TRANSPOSE_DIRECTED_GRAPH16::Build_Snl_Arrays(), Build_Split_Array(), Build_St_Stack_And_Skip(), PF_UGS::BuildLG(), ORDERED_NODE_ITER::BuildVector(), Bundle_Helper(), bv_count(), bv_is_cover(), Cache_Adjust_Latency(), Cache_Has_Conflict(), Cache_L2_Analysis(), Cache_Line_Edge_Reuse(), Cache_Model(), CACHE_REGION::CACHE_REGION(), PROMPF_INFO::Cache_Winddown(), Calc_Actual_Area(), LOOP_INVAR_CODE_MOTION::Calc_Defs_Within_Loop_Body(), Calc_Formal_Area(), Calc_Latency_To(), ARRAY_REF_LIST::Calc_Regs_And_Refs(), ARRAY_REF::Calc_Regs_And_Refs(), Calculate_Adjust_Latency(), Calculate_Component_Direct_Costs_And_Min_Recurrence_II(), Calculate_Component_Max_Costs_And_Min_Recurrence_II(), Calculate_Dominators(), Calculate_Interim_Split_Priority(), Calculate_Path_Data(), Calculate_Path_Priorities(), Calculate_Self_Recurrence_Min_II(), CALL_INFO::CALL_INFO(), Call_or_Entry_Reaches_BB(), CG_BROWSER::Callees(), CG_BROWSER::Callers(), Calls_Alloca(), Can_Append_Succ(), CODEREP::Can_be_speculated(), Can_Be_Tail_Call(), SCHEDULER::Can_Cntl_Spec_If_Converted_Code(), Can_Def_Be_Moved(), Can_Do_Fast_Multiply(), Can_Do_Tail_Calls_For_PU(), Can_Evaluate_Cost(), Can_Inst_Be_Moved(), Can_Map_Linex(), Can_Map_Projected_Region(), Can_Map_Term(), IF_CONVERTOR::Can_Merge_Into_One_Area(), LFTR::Can_only_increase(), Can_OP_Move(), Can_raise_to_doloop(), Can_Use_Be_Moved(), CODEMAP::Canon_cvt(), SNL_BOUNDS_INFO::Canonicize(), LU_MAT< T >::Cfactor(), LU_MAT< T >::Cfactor_And_Insert(), Cflow_Change_Succ(), CG_BROWSER::CG_BROWSER(), CG_DEP_Can_OP_Move_Across_Call(), CG_DEP_Oper_Latency(), CG_DEP_Prune_Dependence_Arcs(), Cg_Dwarf_Add_Line_Entry(), Cg_Dwarf_Gen_Asm_File_Table(), Cg_Dwarf_Output_Asm_Bytes_Sym_Relocs(), Cg_Dwarf_Process_PU(), Cg_Dwarf_Symtab_Entry(), CG_End_Final(), CG_Init_Func_Infos(), CG_Instrument_Arcs(), CG_LOOP_DEF::CG_LOOP_DEF(), CG_LOOP_Init_Op(), CG_LOOP_OP_is_live(), CG_LOOP_Print_Strongly_Connected_Components(), CG_PU_Initialize(), CG_SCHED_EST_Path_Create(), CGEMIT_Call(), CGEMIT_Function_Prototype(), CGEMIT_Global_Decls(), CGEMIT_Print_Initialized_Variable(), CGEMIT_Print_Inst(), CGEMIT_Print_TCON(), CGEMIT_Register_Definitions(), CGEMIT_Relocs_In_Asm(), CGEXP_Can_Do_Fast_Multiply(), CGGRP_Begin_BB(), CGGRP_Bundle_OPS(), CGGRP_Check_Split_BB(), CGGRP_Init(), CGRIN_Create(), CGSPILL_Force_Rematerialization_For_BB(), CGSPILL_Insert_Ops_After_Last_Def(), CGSPILL_Insert_Ops_Before_First_Use(), CGSPILL_OP_Spill_Location(), CGTARG_Add_Implict_Operands(), CGTARG_Adjust_Latency(), CGTARG_Analyze_Branch(), CGTARG_Analyze_Compare(), CGTARG_Assoc_Base_Fnc(), CGTARG_Assoc_Base_Opr(), CGTARG_Assoc_Base_Top(), CGTARG_Branch_Info(), CGTARG_Bundle_Slot_Available(), CGTARG_Compute_PRC_INFO(), CGTARG_Copy_Operand_TN(), CGTARG_Dependence_Required(), CGTARG_Generate_Countdown_Loop(), CGTARG_Handle_Bundle_Hazard(), CGTARG_Immed_To_Reg(), CGTARG_Init_Asm_Constraints(), CGTARG_Init_Assoc_Base(), CGTARG_Initialize(), CGTARG_Invert(), CGTARG_Is_OP_Advanced_Load(), CGTARG_Is_OP_Check_Load(), CGTARG_Is_OP_Speculative_Load(), CGTARG_live_out_of(), CGTARG_LOOP_Optimize(), CGTARG_Modified_Asm_Opnd_Name(), CGTARG_Perform_THR_Code_Generation(), CGTARG_Preg_Register_And_Class(), CGTARG_Print_PRC_INFO(), CGTARG_Return_Enum_TN(), CGTARG_TN_And_Name_For_Asm_Constraint(), CGTARG_TN_For_Asm_Operand(), SYSTEM_OF_EQUATIONS::Change_Base(), EDGE_PROFILE::Change_Tgt_Label(), AUX_STAB_ENTRY::Change_to_new_preg(), FIZ_FUSE_INFO::Check(), PF_LG::Check(), PROMPF_INFO::Check(), IPAA_DF_SOLVER::Check_and_accumulate_ref_info(), Check_Arrays(), Check_CFG_Consistency(), DCE::Check_constant_cond_br(), Check_Depth(), Check_Divide(), Check_Doacross_Sync_Coverage(), check_elf_header(), IPA_LNO_READ_FILE::Check_Elf_Header(), Check_Exprs(), Check_For_Bundle_Hazards(), Check_For_Other_Hazards(), Check_HB_For_PQS_Suitability(), Check_If_Dedicated_TN_Is_Global(), Check_If_Should_Align_BB(), Check_If_Should_Align_PU(), Check_If_TN_Is_Global(), IPA_LNO_READ_FILE::Check_Input(), Check_Interior_Predecessor_Spill_Cost(), SUMMARIZE< program >::Check_kid_ref(), Check_Loop_Statement(), PROMPF_INFO::Check_New_Ids(), Check_No_Use_Between(), PROMPF_INFO::Check_Old_Ids(), Check_QuadWord_Boundary_Absolute(), PF_LG::Check_Ref(), IPA_LNO_READ_FILE::Check_Section_Headers(), check_section_headers(), check_size_and_freq(), Check_Suggested_Parallel(), CG_THR::Check_THR_Profitability(), PROMPF_INFO::Check_Traverse(), Check_Trip_Counts(), Check_Trip_Counts_Traverse(), Check_Undefined_Results(), Check_Version_Map(), Check_Vertices_Traverse(), Choice(), Choose_Best_Split(), FAVOR_DELAY_HEUR::Choose_Better_Of_Tie(), LT_Heuristics::Choose_Issue_Cycle(), LT_Heuristics::Choose_Op(), ARA_LOOP_INFO::CI_Print(), CIO_RWTRAN::CICSE_Lookup_Op(), CIO_RWTRAN::CICSE_Transform(), CIO_RWTRAN::CIO_Copy_Remove(), cl(), Classes_Match(), Classify_Aggregate(), Classify_BB(), SUMMARIZE< program >::Classify_const_value(), IP_ALIAS_CLASSIFICATION::Classify_deref_of_expr(), ALIAS_CLASSIFICATION::Classify_deref_of_expr(), SUMMARIZE< program >::Classify_indirect(), IP_ALIAS_CLASSIFICATION::Classify_wn_and_kids(), ALIAS_CLASSIFICATION::Classify_wn_and_kids(), Cleanup_Lvs(), Cleanup_Ordered(), CYCLE_STATE::Clear(), TRANSPOSE_DIRECTED_GRAPH16::Clear_Values(), Clear_Vararg_Symbols(), CFG::Clone_bb(), Clone_Blocks(), OPT_FEEDBACK::Clone_edge(), IPO_SYMTAB::Clone_INITVs_For_EH(), IPO_CLONE::Clone_Tree(), Code_Expansion_Limit_Loop(), Collect_addr_passed(), Collect_addr_passed_for_io(), DU_MANAGER::Collect_BB_id(), DU_MANAGER::Collect_CFG(), PARTITION_GRAPH::Collect_Info(), Collect_Labels_Gotos(), OPT_STAB::Collect_nested_ref_info(), SINGLE_LOOP::Collect_Refs_Prefs(), Collect_Results(), GRA_PARA_REGION_MGR::Collect_Share_Registers_For_Pair_Regions(), Collect_stids_in_unstructured_cflow(), LOOP_INVAR_CODE_MOTION::Collect_TN_Def_Use_Info(), LOCAL_CLSC::Collect_use_rec(), combine_adjacent_loads(), Common_Ancestor(), Common_Loop_Ancestor(), DEPV_COMPUTE::Common_Nest(), Compact_Buffer(), compact_buffer(), PROJECTED_REGION::Compare(), compare_bit(), Compare_Bounds(), Compare_Cache_Regions(), Compare_Clone_Cands(), compared_operand_has_index(), Compatible_Expressions(), complex_divide(), complex_sqrt(), Compose_Mem_Op_And_Copy_Info(), DEPV_COMPUTE::Compute(), MinDist::Compute(), Compute_Actual_Miss_Bytes(), Compute_BB_Graph(), HB_Schedule::Compute_BBSCH(), Compute_Bkwd_OPSCH(), Compute_Block_Frequencies(), Compute_BR_Prob_From_Feedback(), Compute_BR_Prob_From_Hint(), Compute_Branch_Probabilities(), FAVOR_DELAY_HEUR::Compute_Delay(), DEPV_COMPUTE::Compute_Dep_Vectors(), Compute_DFO(), Compute_disconnected_graph(), Compute_Do_Overhead(), Compute_Doacross_Delay_Cycle(), Compute_Doacross_Sync_Cycle(), EXP_WORKLST::Compute_du_info(), FAVOR_DELAY_HEUR::Compute_FanOut(), Compute_Footprint(), Compute_Force_TNs(), Compute_Frequencies(), Compute_Fwd_OPSCH(), Compute_Livethrough_Set(), Compute_loop_depth_rec(), Compute_Miss_Bytes(), ORDERED_NODE_ITER::Compute_Node_Level(), Compute_OPSCH(), Compute_OPSCHs(), Compute_param_count(), Compute_Reg_State(), Compute_Region_Graph(), OPT_STAB::Compute_region_mu_chi(), Compute_Split_Regions(), EXP_WORKLST::Compute_stops(), Compute_Stride_One_Loop(), Compute_Sync_Distances(), Compute_Sync_Distances_From_Dep(), EMITTER::Compute_use_def_expr(), EMITTER::Compute_use_def_stmt(), PF_UGS::ComputePFVec(), CON_PAIR::CON_PAIR(), Concat2_Strings(), COND_Do_Info(), COND_If_Info(), COND_Test(), condition_optimization(), condition_redundant(), Configure_Alias_Options(), ARRAY_REF::Conflict_Refs(), ARRAY_REF_LIST::Conflict_Refs(), CFG::Connect_agotos(), Consistency_Check(), SNL_ANAL_INFO::CONST_BOUNDS_INFO::CONST_BOUNDS_INFO(), ARA_LOOP_INFO::Const_Work_Estimate(), PROJECTED_REGION::Constant_bounds(), Constant_Dimension(), Constant_Linex_Value(), Constant_Operand0(), Constant_Operand1(), Constant_Propogate(), OUTPUT_FUNC_START_PROFILER::Construct_Func_Name(), Contain_Vectorizable_Intrinsic(), CODEREP::Contains(), Contains(), REGION::Contains(), DEPV_LIST::Contains_All_Equals(), Contains_Array(), Contains_Calls(), Contains_Dedicated_Preg(), Contains_FP_Non_Load(), Contains_ILoad_Without_Vertex(), CODEREP::Contains_image(), Contains_Index_Variable(), Contains_Indirect_Load(), Contains_Intrinsic_Op(), Contains_Load(), TRANSPOSE_DIRECTED_GRAPH16::Contains_Parallelizable(), Contains_Reshaped_Array(), AEQUIV::Contains_Unread_Array(), Contains_Varying_Indirect_Load(), Contains_Work(), Control_Register_Index(), CFG::Conv_to_select(), Convert_Alloca_To_Intrinsic(), ACCESS_VECTOR::Convert_Bound_To_Exp(), Convert_Dealloca_To_Intrinsic(), OPT_STAB::Convert_EH_pragmas(), DISTR_ARRAY::Convert_Expr_To_Symbol(), Convert_Feedback_Info(), Convert_Global_To_St_Idx(), Convert_Goto_To_If(), Convert_If_To_Goto(), CODEMAP::Convert_iload_to_loop_invariant(), Convert_Indirect_Goto_To_Direct(), Convert_Intrinsic_To_Alloca_Dealloca(), OPT_STAB::Convert_IO_statement(), Convert_OP_to_base_update_form(), Convert_Section_To_Pdo(), REGION_BOUND::Convert_ST_list(), convert_stmt_list_to_OPs(), CODEMAP::Convert_to_loop_invar(), CODEREP::Convert_type(), Convert_WHIRL_To_OPs(), Convex_Peeling_Depth(), CODEREP::Copy(), LINEX::Copy(), Copy_addr_expr(), Copy_Array(), Copy_Array_Section(), DEPV_COMPUTE::Copy_Bound_To_Work(), DEPV_COMPUTE::Copy_Bounds_To_Work(), DEPV_COMPUTE::Copy_Call_Ref_To_Work(), DEPV_COMPUTE::Copy_Call_To_Work(), Copy_Def_Use(), Copy_Doloop_Stack(), Copy_Dostack(), DEPV_COMPUTE::Copy_Equal_To_Work(), DEPV_COMPUTE::Copy_Equals_To_Work(), DEPV_COMPUTE::Copy_Le_To_Work(), Copy_Loads_In_Bound(), Copy_Non_MP_Tree(), copy_operand(), CIO_RWTRAN::Copy_Ops_To_Epilog(), copy_rf_sequence(), copy_simplification(), FIZ_FUSE_INFO::Copy_Snl(), Copy_ST_No_Base(), DEPV_COMPUTE::Copy_Stride_To_Work(), SUMMARIZE< program >::Copy_summary_ctrl_dep(), PARTITION_GRAPH::Copy_To(), DEPV_COMPUTE::Copy_To_Soe(), COST_TABLE::COST_TABLE(), COST_TABLE_Alloc(), COST_V::COST_V(), COST_VEC_Add_Cost(), COST_VEC_Initialize(), Count_Copies_Needed(), Count_Invariant(), Count_Loads_And_Leafs(), REGISTER_MODEL::Count_Op(), CODEREP::Count_parents(), PATTERN_TYPE::Count_Slot(), Count_Succ_Edges(), OPT_STAB::Count_syms(), Count_tree_size(), Count_tree_size_tuning(), Count_WN_Node(), Coupled_Loops_Traverse(), CG_BROWSER::Cprop_Commons(), CG_BROWSER::Cprop_Formals(), CG_BROWSER::Cprop_Predecessor_Edges(), CG_BROWSER::Cprop_Successor_Edges(), CR_match_kids(), FOLD::CR_Simplify_Expr(), FOLD::CR_Simplify_Tree(), CR_To_PR(), SD_INFO::Create(), VN_ARRAY_ADDR_EXPR::Create(), GBB_MGR::Create(), VN_INTR_OP_EXPR::Create(), VN_PHI_EXPR::Create(), Create_array(), OPT_STAB::Create_barrier_defs(), Create_Cold_Region(), Create_Dedicated_TN(), Create_DEPV_ARRAY(), create_doloop_nest(), create_doloop_node(), Create_DST_type_For_Tree(), Create_Dummy_Access_Array(), CODEREP::Create_exp_in_bb(), Create_GRA_BB_Call_Spill_Block(), Create_identity_assignment(), Create_Initialize_Loop(), PROJECTED_NODE::Create_linex(), LOOPINFO::Create_linex(), ARA_LOOP_INFO::Create_Live_Use(), Create_Local_Lda_Array(), Create_Local_Symbol(), Create_Local_Variables(), Create_MicroTask(), Create_Multi_Dim_Array_Type(), Create_New_Array_Type(), Create_New_Array_Type_To_Pad(), ARA_LOOP_INFO::Create_New_IF_Clause(), IPA_LNO_WRITE_FILE::Create_Or_Get_Section(), Create_Sched_Est(), Create_Single_Region(), Create_ST_For_Tree(), Create_ST_TO_FLD_MAP(), IPA_LNO_WRITE_FILE::Create_String_Table_Section(), Create_Stub_BB(), Create_Tmp_Array(), Create_Unique_Defs_For_TNs(), Create_Unroll_Copy(), Create_Unwind_Descriptors(), Create_Var2Acc_Map(), Create_Var2Add_Map(), Create_Var2DualAcc_Map(), Create_Vertices(), RGN_CFLOW_MGR::Critical_Edge_Present(), Critical_Recurrence::Critical_Recurrence(), Cross_Loop_Cache_Analysis(), Crosses_Regions(), Cse_Or_Dup(), cshift_left(), CODEMAP::Cur_def(), Current_Handler_Count(), Cvt_To_All_K(), cwh_add_to_module_files_table(), cwh_add_to_used_files_table(), cwh_addr_address_ST(), cwh_addr_adjust_array(), cwh_addr_f90_pointer_reference_ls(), cwh_addr_insert_bounds_check(), cwh_addr_lda(), cwh_addr_load_ST(), cwh_addr_store_ST(), cwh_addr_WN_ST(), cwh_char_intrin(), cwh_do_tranformational(), cwh_dope_initialize(), cwh_dst_array_type(), cwh_dst_member(), cwh_dst_mk_common(), cwh_dst_mk_const(), cwh_dst_mk_formal(), cwh_dst_mk_var(), cwh_dst_mk_variable(), cwh_dst_struct_type(), cwh_expr_binop_shift(), cwh_expr_extract_arrayexp(), cwh_funny_fp_intrinsic(), cwh_inline_allocate(), cwh_intrin_build(), cwh_intrin_ieee_intrin_call_helper(), cwh_intrin_sync_intrin(), cwh_io_no_desc(), cwh_stk_fld_name(), cwh_stk_pop_iostmt(), cwh_stk_push_top_item_again(), cwh_stmt_conformance_checks_walk(), cwh_stmt_insert_conformance_check(), cwh_types_dope_TY(), cwh_types_find_f90_pointer_ty(), cwh_types_form_misaligned_TY(), cwh_types_get_dope_info(), cwh_types_mk_dope_invariant_TY(), cwh_types_size_WN(), cwh_types_WN_TY(), cwh_write_makedepend(), PAR_STAT::Cycle_Count(), CYG_Traverse(), MAT< T >::D_Add_Cols(), MAT< T >::D_Add_Identity_Rows_and_Cols(), MAT< T >::D_Add_Rows(), MAT< T >::D_Identity(), MAT< T >::D_Submul(), MAT< T >::D_Swap_Cols(), MAT< T >::D_Swap_Rows(), MAT< T >::D_Zero(), DISTR_ARRAY::DACT_Equiv(), DISTR_INFO::DART_Ldid(), DATA_SPEC_RES_CONSTRAIT_MGR::DATA_SPEC_RES_CONSTRAIT_MGR(), IPA_DATA_FLOW::dataflow(), DaVinci::DaVinci(), Dealloc_HashTable_Entries(), decl_is_needed_vtable(), Declare_Func_N_Arg(), Declare_Func_One_Arg(), Declare_Func_Three_Arg(), Declare_Func_Two_Arg(), Declare_Func_Zero_Arg(), Declare_Function(), ProgHdr::decode_p_flags(), ProgHdr64::decode_p_flags(), ProgHdr::decode_p_type(), ProgHdr64::decode_p_type(), ElfSymbol::decode_st_bind(), ElfSymbol::decode_st_type(), Decrement_Loop_Depths(), Def_BB_For_Use(), Def_Before_Use(), LOOP_INVAR_CODE_MOTION::Def_Dominate_All_Use(), ARA_LOOP_INFO::Def_Is_Whole_Array(), ARA_LOOP_INFO::Default_For_Bad_Loop(), STR_RED::Defined_by_iv_update_no_def(), Defines_Mapped_TN(), defop_set(), WB_BROWSER::Defs(), Defs_Can_Be_Merged(), PARTITION_GRAPH::Delete(), Delete_All_Distr_Pragmas(), CFG::Delete_bb(), Delete_BB(), Delete_BB_Contents(), Delete_Call(), Delete_Def_Use(), delete_duplicate_op(), OPT_FEEDBACK::Delete_edge(), delete_memory_op(), OPT_FEEDBACK::Delete_node(), delete_reload_across_dependency(), Delete_stmts(), delete_subset_mem_op(), Delete_Unwanted_Prefetches(), delete_var_phi(), Delinearize_Shape(), Dep_Carried_By_Outer_Loop(), Dep_Carried_Outside_Or_Zero(), Dep_Preserved(), WB_BROWSER::Dep_Symbol(), Dependence_Walk(), WB_BROWSER::Deps_Loop(), WB_BROWSER::Deps_Ref(), Depth_First_Ordering(), Depv_Already_On_List(), DEPV_ARRAY_Print(), Depv_Carried_By_Outer_Loop(), Depv_Collapse(), DEPV_Copy(), DEPV_CreateEqual(), DEPV_CreateStar(), DEPV_LIST::DEPV_LIST(), DEPV_Print(), DEPV_PrintBound(), _tagRGN_CFG_PATH_INFO::Derive_RGN_CFG_PATH_INFO_from_BB_Node(), Detect_GTNs(), Detect_Multiply_Defined_GTNs(), Detect_SWP_Constraints(), Determine_Candidate_Blocks(), STR_RED::Determine_iv_update_phi(), ARA_LOOP_INFO::Determine_Last_Value(), EXP_WORKLST::Determine_live_phi(), ARA_LOOP_INFO::Determine_Peel(), CG_LOOP::Determine_SWP_Unroll_Factor(), Diag_Init(), Difference_Inequality(), Digest_Archive(), Dim_Length(), DISTR_INFO::Dimsize_Ldid(), Disable_Prefetch_Manual(), Disambiguate_Aliased_Actuals(), Discard_Possibly_Empty_Loops(), Dismantle_Do_Fix_Loop_Stmt(), Dismantle_Do_Walk(), Dismantle_Dos(), Dismantle_Nested_Doacross(), PF_LG::Distance_LR(), DISTR_INFO::DISTR_INFO(), PAR_STAT::Distribute(), ARRAY_DESCRIPTOR::Distribute_Array(), DISTRIBUTION::Distribute_Arrays(), PAR_STAT::Distribute_By_Splitting(), PAR_STAT::Distribute_For_Permutation(), Distribute_Traverse(), PROMPF_INFO::Distribution(), SD_INFO::Distribution_Range(), Divide_Limit(), RVI_LR::Do_anything(), Do_Automatic_Transformation(), Do_Build_Recovery_Block(), CYCLE_STATE::Do_Bundling(), Do_Cleanups_For_EH(), AEQUIV::Do_Color(), Do_Control_Flow_Analysis_Of_Unwind_Info(), AEQUIV::Do_Dataflow(), Do_Depth(), Do_Linearize(), Do_Loop_Explicit_Affinity(), Do_Loop_Implicit_Affinity(), DO_LOOP_INFO::DO_LOOP_INFO(), Do_Loops(), do_simple(), Do_Temp_Cleanups(), Doacross_Cost(), DOM_INFO::DOM_INFO(), PROMPF_INFO::Donest_Outer_Tile(), Dot_Product(), CFG::Dpo_vec(), DRA_Collect_Commons(), DRA_EC_Array_Portion_Parms(), DRA_Finalize(), DRA_Insert_Mangling_Sigs(), DRA_Make_File_Name(), DRA_Process_Commons(), DRA_Process_Globals(), OPT_FEEDBACK::Draw(), FB_CFG::Draw(), draw_expr(), draw_stmt(), DSE::DSE(), PROMPF_INFO::Dsm_Tile(), DST_enter_array_type(), DST_enter_normal_field(), DST_enter_struct_union_members(), DST_Init(), DU_Closure_Collect_Defs(), Du_Sanity_Check_Matching_Du(), Du_Sanity_Check_r(), PATTERN_TYPE::Dump(), PTN_TABLE_LINE::Dump(), RGN_CFLOW_MGR::Dump(), DISPERSAL_TARG_TABLE::Dump(), CYCLE_STATE::Dump(), dump_loops(), Dump_preg_list(), dump_reductions(), Dump_Rta_Scns(), Dump_Spaces(), dump_spaces(), dump_tn_16bit_info(), dump_whirl_expr(), Dump_WN(), ELFBin::dumpBin(), Dup_OP(), PHI_LIST::Dup_phi_node(), ALIAS_MANAGER::Dup_tree_alias_id(), EMITTER::Duplicate_sr_cr_connections(), dV_place_stub(), dV_tree_expr(), dV_tree_stmt(), Dynamic_Branch_Cost(), e2_record(), Eager_Ptr_Deref_Spec(), Earliest_Vector_Op(), EBO_after_unrolling(), EBO_before_unrolling(), EBO_Copy_OP_omega(), EBO_Copy_Operand(), EBO_Fold_Load_Duplicate(), EBO_hash_op(), EBO_Identify_Base_and_Offset(), EBO_Lea_Insertion(), EBO_Load_Execution(), EBO_Merge_Memory_Addr(), EBO_OP_INFO_sizeof(), EBO_OPS_omega(), EBO_Remove_Unused_Ops(), EBO_Set_OP_omega(), EC_Array_Portion_Calls(), OPT_FEEDBACK::Edge_has_freq(), REGION::Edge_Splitting(), CG_BROWSER::Edges_In(), CG_BROWSER::Edges_Out(), EETARG_Fixup_Entry_Code(), EETARG_Init_Entry_Exit_Code(), EH_Dump_INITOs(), EH_Prune_Range_List(), LT_Heuristics::Eject_Precedence_Conflict_OPs(), LT_Heuristics::Eject_Resources_Conflict_OPs(), ELF_object::ELF_object(), ElfSymtab::ElfSymtab(), SYSTEM_OF_EQUATIONS::Elim_Simple_Redundant(), Eliminate_Dead_Do(), Eliminate_Dead_If(), Eliminate_Dead_SCF_rec(), Eliminate_Expr(), DEPV_LIST::Eliminate_Inner_Carried(), DEPV_LIST::Eliminate_Inner_Carried_Or_All_Equals(), DEPV_LIST::Eliminate_Non_Distance_Carried_By(), Eliminate_Temp_In_While(), Eliminate_Zero_Mult(), Em_Begin_File(), Em_Dwarf_End_Text_Arange(), Em_Dwarf_Prepare_Output(), em_parity(), emit_bytes(), ANL_FUNC_ENTRY::Emit_Dir_Entries(), OPT_FEEDBACK::Emit_feedback(), emit_inits_for_symbol(), RVI_EMIT::Emit_lda_wn_annotations(), Emit_Loop_Note(), DaVinci::Emit_Menu(), ANL_FUNC_ENTRY::Emit_Original_Construct(), Emit_Repeated_Constant(), Emit_Vector(), RVI_EMIT::Emit_wn_annotations(), PF_SPLIT_VECTOR::Empty(), EMT_Assemble_BB(), EMT_Begin_File(), EMT_Emit_PU(), EMT_End_File(), emulate_intrinsic_op(), SWP_REG_ASSIGNMENT::Enough_Non_Rotating_Registers(), HASH_TABLE< unsigned int, WN_PAIR * >::Enter(), SYMBOL_TREE_NODE::Enter(), MANUAL_PREFETCH_SYMBOLS::Enter(), SNL_DEP_INFO::Enter(), SNL_ANAL_INFO::Enter_Deps(), Enter_Guarded_WNs(), HASH_TABLE< SIG_TYPE, DATA_TYPE >::Enter_If_Unique(), ARRAY_REF::Enter_Innermost_Scalar_Expand(), Enter_Label_Goto_Hash(), AEQUIV::Enter_Locals_Hash(), AEQUIV::Enter_Locals_Stack(), Enter_Pregs_Into_Symtab(), ARRAY_REF::Enter_Scalar_Expand(), Enter_Scalar_Expandable_Refs(), SYMBOL_TREE::Enter_Scalar_Refs(), enter_st(), enter_this_node_unique(), WB_CARRAY::Enter_This_Node_Unique(), CGB_CARRAY::Enter_This_Pair_Unique(), OPT_TAIL::Entry_is_well_behaved(), Enumerate_Insts(), Enumerate_Paths(), Epilog_restore_code(), DEPV_NODE::Equal(), DEPV_ARRAY::Equal_Through_Depth(), REDUCTION_MANAGER::Equiv(), Equiv(), DEPV_COMPUTE::Equiv_Dim(), DEPV_COMPUTE::Equiv_Dims(), Equiv_Expression(), AEQUIV::Equivalence_Arrays(), LINEX::Equivalent(), Equivalent(), PROJECTED_REGION::Equivalent(), Equivalent_Access_Arrays(), REDUCTION_MANAGER::Erase(), ErrMsg(), ErrMsg_Report(), ErrMsg_Report_Nonuser(), ErrMsg_Report_User(), Error_Check_MP_Pragmas(), Est_Num_Iters_Suspect(), Estimate_BB_Length(), Estimate_Callee_Saves(), EXP_WORKLST::Estimate_cost(), Estimate_IF_Cost(), LOOP_MULTIVER::Estimate_latency(), Estimate_Middle_Iters(), HB_Schedule::Estimate_Reg_Cost_For_OP(), Estimated_Invocation_Cost(), FORMULA::Eval(), REGISTER_MODEL::Evaluate(), CALL_INFO::Evaluate(), LOOP_MODEL::Evaluate(), Evaluate_actuals(), LOOP_MULTIVER::Evaluate_cr_rec(), Evaluate_phi(), Evaluate_value(), DaVinci::Event_Loop(), Exact_Iteration_Count(), EXP_WORKLST::Exam_const(), Exceeds_FS_Limit(), SNL_BOUNDS_INFO::Exclude_Outer_Loops(), EXEC_PATH_SET::EXEC_PATH_SET(), Execute(), Execution_Cost(), Execution_Cost_Expr(), Execution_Cost_Value(), Execution_Count_Evaluated(), OPT_TAIL::Exit_is_well_behaved(), exp_bigintop(), Exp_Depends_On_Outer_Loop(), Exp_Deposit_Bits(), Exp_Extract_Bits(), LFTR::Exp_hash(), exp_intop(), Exp_Intrinsic_Call(), Exp_Ldst(), Exp_OP(), exp_print_token(), Exp_Savexmms_Intrinsic(), Exp_Simulated_Op(), Exp_To_Linex(), Exp_To_Linex_Array(), Exp_Varies_In_Loop(), Expand_32Bit_Int_Less_Equal(), Expand_C3_Mode0(), Expand_Composed_Load(), Expand_Const(), Expand_Constant_Multiply(), Expand_Count_Leading_Zeros(), Expand_DivRem(), Expand_Expr(), Expand_Extract_Bits(), Expand_F10_Div_By_Const(), Expand_F4_Div_By_Const(), Expand_F8_Div_By_Const(), Expand_Float_Div_By_Const(), Expand_Float_Div_By_Pow2(), Expand_Int_Less_Equal(), Expand_Int_To_Int(), Expand_Integer_Divide_By_Constant(), Expand_Lda(), Expand_Multiply_Into_Shifts(), Expand_Power_Of_2_Divide(), Expand_Power_Of_2_Mod(), Expand_Power_Of_2_Rem(), Expand_Recip_Sqrt(), Expand_SGI_Sqrt(), Expand_Sibling_Blocks(), Expand_Trunc(), Explore_Path(), MEMOP_ANNOT_CR_SR_MGR::Export_annot(), Expr_Has_Vertex(), Expr_Should_Always_Be_Hoisted(), CG_BROWSER::Expressions(), Extract_Solution(), f1_record(), f2_record(), f8_record(), f90_analyze_assignment(), F90_Do_Copies(), F90_Do_Dependence_Analysis(), F90_Generate_Loops(), F90_Lower_Copy_Aux_Data(), F90_Lower_Copy_Expr_to_Temp(), F90_Lower_Copy_To_ATemp(), F90_Lower_Create_Temp(), F90_Lower_Init_Dep_Info(), F90_Lower_Intrinsic_Fixup_walk(), F90_Lower_Merge_Dep_Info(), F90_Lower_New_Aux_Data(), F90_Lower_Walk(), F90_Move_Transformational_Walk(), F90_Rank_Walk(), F90_Size_Walk(), F90_Triplet_Scalarization_Walk(), F90_Walk_Statements_Helper(), F90_Wrap_ARREXP(), Factorial(), fadd_fmult(), Fail_App_Assertion(), Fail_FmtAssertion(), Falls_Thru(), WB_BROWSER::Fancy_Down(), WB_BROWSER::Fancy_Up(), fast_fuse_check_ok(), Fatal_Error(), FatalMsg(), FEEDBACK::FB_clone_node(), FB_Print(), FEEDBACK::FB_recombine_node(), FEEDBACK::FB_scale_node(), fei_add_use_path(), fei_allocate(), fei_close(), fei_control_list(), fei_inquire(), fei_matmul(), fei_max(), fei_min(), fei_open(), fei_prefetch_ref(), fei_redistribute(), fei_static_subscripts(), LMV_HEURISTIC::Figureout_assumed_noalias_mem_ranges(), file_exists(), Fill_Align_Initialize_Parameters(), Fill_Align_Symbol(), Fill_Constant_Array(), Fill_From_Successor(), PROJECTED_NODE::Fill_Out(), PROJECTED_REGION::Fill_Out(), ALIAS_CLASSIFICATION::Finalize_ac_map(), IP_ALIAS_CLASSIFICATION::Finalize_ac_map(), Finalize_BB(), Finalize_Loops(), Finalize_Stack_Frame(), DATA_SPEC_RES_CONSTRAIT_MGR::Find(), CG_BROWSER::Find(), HASH_TABLE< SIG_TYPE, DATA_TYPE >::Find(), Find_addr_passed(), find_arrsection(), Find_aux_id_use_in_expr(), Find_Average(), OPT_STAB::Find_Based_Pointer(), Find_BB_TNs(), Find_Buddy(), WOVP::Find_by_id(), Find_Call_Addr_Load(), LOOP_RCE::Find_Chain(), GTABLE::Find_Common_Ancestor(), GOTO_TABLE::Find_Common_Ancestor(), find_conditional_const(), CODEREP::Find_cr(), Find_DST_From_ST(), find_duplicate_mem_op(), find_duplicate_op(), OPT_FEEDBACK::Find_edge_by_type(), Find_Enough_Subtree(), Find_Enter_Symbol(), Find_Error_Desc(), DEPV_COMPUTE::Find_First_Ldid_For_Symbol(), Find_Gap_In_Vector(), Find_Global_TNs(), find_index_and_offset(), DEPV_COMPUTE::Find_Init_Distance_Used(), Find_Kernel_Stack_Nest_Traverse(), LABEL_LIST::Find_Label_Number(), GOTO_TABLE::Find_Level(), GTABLE::Find_Level(), LFTR::Find_lftr_var(), PF_LOOPNODE::Find_Loc_Loops(), PF_UGS::Find_Loc_Space(), PF_BASE_ARRAY::Find_Loc_Space(), Find_Loop_N_Inside(), CFG::Find_no_exit_blocks(), Find_Node(), PARTITION_GRAPH::Find_Node_In_OP(), Find_Nodes(), Find_Non_POD_Finalization_Code(), CFG::Find_not_reached(), WB_BROWSER::Find_Operator(), WB_BROWSER::Find_Operator_Walk(), find_opinfo_entry(), Find_Param_Num(), Find_Pattern_OPS(), SUMMARIZE< program >::Find_proc_info_index(), Find_PTN(), STR_RED::Find_real_defs_rhs(), Find_Reduction_Array_Base(), Find_Reduction_Symbol(), MRT::Find_Resources_In_Range(), Find_Return_Use(), Find_RReg_Ldid(), Find_Same_Location(), OPT_REVISE_SSA::Find_scalars_from_lda_iloads(), OPT_REVISE_SSA::Find_scalars_from_lowering_bitfld_cr(), HB_Schedule::Find_Schedule_Cycle(), Find_Simd_Kind(), Find_Split_Point(), PF_UGS::Find_Split_Vector(), PF_LOOPNODE::Find_Split_Vector(), PF_BASE_ARRAY::Find_Split_Vector(), IF_CONVERTOR::Find_Start_Node(), Find_Symbol(), WB_BROWSER::Find_Symbols(), CGB_CARRAY::Find_This_Pair(), Find_TN_with_Matching_Register(), Find_Use_In_Exp(), Find_Useless_Exprs(), Find_variant(), find_vector_axes(), find_walk(), WB_BROWSER::Find_Walk(), findopr_walk(), SUMMARIZE< IPL >::Finish_collect_struct_access(), SUMMARIZE< IPL >::Finish_PU_process_struct_access(), First_Invariant(), First_Invariant_Depth(), DEPV_COMPUTE::First_Star(), SX_INFO::First_Transformable_Depth(), First_Wn_With_Symbol(), Fiss_Gather_Inner_Loop(), Fission(), PROMPF_INFO::Fission(), Fission_DU_Update(), Fission_Inner_Loop(), fission_is_better(), Fission_Statement(), Fission_Test(), Fits_In_The_Cache(), Fix_Access_Arrays_In_Copy_Block(), Fix_Blockable_Dependences(), Fix_Cache_Conflict_latency(), Fix_Deps_In_Copy_Block(), Fix_Do_Du_Info_X(), Fix_Exp_Deps(), Fix_LRA_Blues(), Fix_phi_node_ctrl_dep_index(), Fix_Recurrences_Before_Unrolling(), Fix_Return_Pregs(), IPO_CLONE::Fix_ST(), fix_tree(), Fix_Up_Loop_Info(), Fix_Xfer_Dependences(), Fixed_Size_Array_Is_Stride_One(), Fixup_DU_Under_IO(), OPT_TAIL::Fixup_exit(), Fixup_Ldst_Offset(), Fixup_Long_Branches(), GOTO_TABLE::Fixup_Parents(), GTABLE::Fixup_Parents(), CODEREP::Fixup_type(), Fiz_Fuse(), fneg_sequence(), Fold_Constant_Expression(), Form_Loops(), Formal_Machine_Type(), CG_BROWSER::Formal_Name(), LRANGE::Format(), format_operand(), Format_Succ(), Formula_For_Ak(), Formula_For_Nk(), Fortran_string_compare(), Forward_Substitute_Ldids(), Forward_Substitute_SNL_Bounds(), LOOP_MODEL::FP_Cycles_Intrinsic(), LAT_DIRECTED_GRAPH16::FP_Latency_Intrinsic(), LAT_DIRECTED_GRAPH16::FP_Latency_Madd(), FREQ_Check_Consistency(), FREQ_Incorporate_Feedback(), Freq_Order_Blocks(), FREQ_Print_BB_Note(), OPT_FEEDBACK::Freq_propagate_node_in(), FB_CFG::Freq_propagate_node_in(), OPT_FEEDBACK::Freq_propagate_node_out(), FB_CFG::Freq_propagate_node_out(), FS_Array_Single_Def_Use(), FS_Array_Substitute(), FS_Array_Worthwhile(), FS_Exp_Assigned_on_Loop_Iteration(), FS_Load_Assigned_on_Loop_Iteration(), FS_Substitute(), FS_Worthwhile(), Full_Path_Name(), Full_Split(), Fully_Permutable_Permutation(), Fully_Unroll_Short_Loops(), Fuse(), Fuse_Level_By_Level(), Fuse_Outer_Loops(), Fuse_Test(), PROMPF_INFO::Fusion(), Fusion_Du_Update(), Fusion_Loop_Stmt_Update(), DISTRIBUTION::Gather_Arrays(), TRANSPOSE_DIRECTED_GRAPH16::Gather_Arrays(), Gather_Inner_Scope_Vlas(), Gather_Intrinsic_Ops(), Gather_Invar(), Gather_Scalar_References(), PROMPF_INFO::Gather_Scatter(), Gather_Scatter_Scalar_Expand(), Gather_Vectorizable_Ops(), SYSTEM_OF_EQUATIONS::Gcd_Normalize(), GCM_Fill_Branch_Delay_Slots(), GCM_For_Loop(), GCM_Schedule_Region(), Gen_Alloc_DART(), Gen_Assign_Of_Init_Val(), Gen_BB_N(), ALIAS_MANAGER::Gen_black_box_alias(), Gen_exp_wn(), Gen_File_Table(), Gen_Implicit_Prefetches(), Gen_Init_DART(), KEY_SCH::Gen_Kernel_Info(), Gen_Literal_TN(), Gen_MP_Copyin(), Gen_MP_Reduction(), Gen_MP_SingleProcess_Region(), Gen_Post_Incr_Memop(), PF_LG::Gen_Pref_Node(), PF_LG::Gen_Prefetch(), PF_UGS::Gen_Prefetch(), PF_BASE_ARRAY::Gen_Prefetch(), PF_LOOPNODE::Gen_Prefetch(), Gen_PTN_Table(), Gen_quad_preg(), Gen_Restore_Stack_Pointer(), Gen_Save_Stack_Pointer(), Gen_Spill_Symbol(), Gen_Symbol_TN(), Gen_Symbols_In_DINFO(), DISPERSAL_TARG_TABLE::Gen_Table(), Gen_Table_Map_n_Body(), Gen_Temp_Named_Symbol(), General_Kernel(), General_Permutation(), PROMPF_INFO::General_Version(), Generate_Array_Dependence_For_Statement_Dependence_Graph(), OPT_STAB::Generate_asm_mu_chi(), Generate_Asm_String(), Generate_Blkcyc_Bounds(), Generate_Block_Bounds(), Generate_Block_Bounds_Negative(), Generate_Bounds(), OPT_STAB::Generate_call_mu_chi_by_value(), Generate_Copy_TNs(), ARA_LOOP_INFO::Generate_Copyout_Loop(), ETABLE::Generate_cur_expr(), Generate_Cyclic_Bounds(), Generate_Dynamic_Bounds(), Generate_Entry(), Generate_Exit(), OUTPUT_FUNC_START_PROFILER::Generate_Func_Start_Profiler_PU(), Generate_Guard_Test(), EXP_HOISTING::Generate_hoisted_occur(), CSE::Generate_injury_repair(), generate_loop_butterfly_zones(), ARA_LOOP_INFO::Generate_Parallel_Pragma(), Generate_Pragma_Dependence_For_Statement_Dependence_Graph(), Generate_Runtime_Cyclic_Bounds(), Generate_Scalar_Dependence_For_Statement_Dependence_Graph(), IVR::Generate_step(), generate_tree_from_bounds_info_row(), generate_tree_from_row(), Generate_Unique_Exit(), get_actual_id(), Get_actual_passed_region(), Get_Align(), Get_Altentry_UpFormal_Symbol(), ARRAY_LOWER_LOOP::Get_Ancestor(), Get_Array_Dim_Size(), Get_Array_Dimension_Size(), Get_Avail_Reg(), RVI::Get_backward_dataflow(), RVI::Get_backward_lda_dataflow(), get_base_and_offset(), get_bb_idx(), PF_LG::Get_Bit_Vec(), Get_Br_Op_Tgt_Label(), Get_callee(), get_can_be_reordered_types(), Get_cd_real_idx(), get_command(), WB_BUFFER::Get_Command(), get_command_line(), PROJECTED_NODE::Get_constant_term(), LINEX::Get_constant_term(), Get_controlling_stmt(), get_corresponding_sp(), Get_Cycle_Of_Defining_SWP_Op(), RVI::Get_dataflow_equations(), get_DECL_ST(), get_difference(), Get_Doacross_Tile_Size(), OPT_FEEDBACK::Get_edge_freq(), OPT_FEEDBACK::Get_edge_freq_by_type(), Get_element_ty(), Get_Environment_Value(), get_estimate_external_gots(), get_existing_sp(), IPA_NODE_SECTION_INFO::Get_formal_euse_count(), IPA_NODE_SECTION_INFO::Get_formal_kill_count(), RVI::Get_forward_dataflow(), RVI::Get_forward_lda_dataflow(), Get_FP_Counts(), PARTITION_GRAPH::Get_Gcd(), Get_Implicit_Locals(), Get_Int_Ctrl_Val(), get_intrinsic_name(), get_ioitem_name(), Get_IOL_Reshaped_Array_Ref(), get_iostatement_name(), LMV_LOOP_INFO::Get_iv_upperbound(), PARTITION_GRAPH::Get_Lca(), RVI::Get_lda_dataflow_equations(), Get_Liternal_TN(), TRANSPOSE_DIRECTED_GRAPH16::Get_Loop_Vertex(), get_mem_dep(), get_mod_target(), Get_Name_Ctrl_Val(), Get_new_cd(), get_new_opinfo(), Get_New_Size_Padding(), CTRL_DEP::Get_new_stmt(), Get_next_cd(), Priority_Selector::Get_Next_Element(), List_Based_Fwd::Get_Next_Element(), OPT_FEEDBACK::Get_node_successor(), Get_Op_Label(), SCHEDULER::Get_OP_Prohibited_Spec_Type(), Get_orig_param_position(), Get_Pad_Dim(), IF_CONVERTOR::Get_Para_Comp_Top(), Get_Parameter_Location(), DIPA_Phase_Manager::Get_Phase_ID(), Get_Power_Of_2(), Get_PU_arg_area_size(), ADDR_LINEAR_EXPR::Get_range(), Get_Range(), Get_Resources(), Get_Return_Info(), get_section(), get_section_header(), Get_Section_ST_With_Given_Name(), Get_Single_Real_Statement(), Get_Size(), Get_ST_formal_preg_num(), Get_ST_formal_ref_base(), Get_Stmt_For_Stmt_Dep_Graph(), Get_Struct_Parameter_Location(), Get_summary_stmts(), Get_surrounding_loop_count(), EXP_OCCURS::Get_temp_cr(), Get_TN_For_Predefined_Symbol(), RVI::Get_wn_local_attributes(), RVI::Get_wn_local_lda_attributes(), GetChildIndex(), GetName(), Global_shape_region(), Good_Do_Depth(), Good_Do_Next_Innermost(), Good_Do_Next_Innermost1(), GRA_LIVE_Compute_Local_Info(), GRA_LIVE_Detect_GTNs_In_Set(), GRA_LIVE_Set_Entries_Exits(), CG_BROWSER::Graph(), REGION_BOUND::grb(), REGION_BOUND::GRB_merge_preg(), Group_Common_STs(), Grow_Chains(), Guard_Dos_Rec(), Guard_Test_Redundant(), FB_CFG::Guess_unknowns(), HAB_Copy_Array_Deps(), HAB_Copy_Array_Deps_Exp(), Hack_AltEntry_Rewrite_Formals(), Handle_Additive_Hazards(), Handle_ALLOCA(), Handle_ASM(), handle_assignment(), AEQUIV::Handle_Call(), handle_compare(), Handle_COMPOSE_BITS(), Handle_DEALLOCA(), handle_function_call(), handle_function_return(), Handle_INTRINSIC_CALL(), Handle_INTRINSIC_OP(), handle_istore(), handle_kid_of_istore(), KEY_SCH::Handle_Ldst_Addiu(), AEQUIV::Handle_Lhs(), SX_INFO::Handle_Other_Def(), AEQUIV::Handle_Rhs(), AEQUIV::Handle_Store(), Handle_XGOTO(), Has_Array_Dep_Carried_Inside_Loop(), VN_INTR_OP_EXPR::has_bottom_opnd(), VN_PHI_EXPR::has_bottom_opnd(), VN_ARRAY_ADDR_EXPR::has_bottom_opnd(), Has_Code_At_Depth(), Has_Control_Char(), Has_Cutset(), Has_External_Branch_Target(), REGION::Has_Formal_Parameter(), CALL_INFO::Has_Formal_Parameter(), ACCESS_ARRAY::Has_Formal_Parameter(), SUMMARIZE< program >::Has_global_symbol_index(), Has_iload_with_same_addr_expr(), PROJECTED_REGION::Has_Important_Messy_Bounds(), Has_Io(), LINEX::Has_loop_coeff(), ARA_LOOP_INFO::Has_Matching(), PROJECTED_REGION::Has_Messy_Bounds(), PATTERN_TYPE::Has_Multbranch_Template(), GRA_BB::Has_Multiple_Predecessors(), Has_Non_Constant_Init_Value(), VECTOR_SPACE< T >::Has_Only_Elemetary_Basis_Vectors(), Has_Optimizable_Node_Traverse(), Has_Outer_Reuse_In_SNL(), Has_overlapping_liverange(), Has_Reuse(), LABEL_LIST::Has_Targeted_Label(), Has_Threadprivate_Variable(), VN_ARRAY_ADDR_EXPR::has_top_opnd(), VN_PHI_EXPR::has_top_opnd(), VN_INTR_OP_EXPR::has_top_opnd(), Has_Variable_Bounds(), VN_PHI_EXPR::hash(), VN_ARRAY_ADDR_EXPR::hash(), VN_INTR_OP_EXPR::hash(), idmap::ID_MAP< mUINT32, IDTYPE >::Hash(), CODEMAP::Hash_Ivar(), CODEMAP::Hash_ivar(), CODEMAP::Hash_op_and_canon(), HASH_TABLE< SIG_TYPE, DATA_TYPE >::HASH_TABLE(), HB_Block_Select(), HB_Predecessor_Count(), CG_BROWSER::Help(), WB_BROWSER::Help(), Highest_Guard_Point(), Highest_Unique_Definition(), HMB_Compound_Guard_And_Hoist(), HMB_Compound_Guard_Test(), HMB_Copy_Array_Deps(), HMB_Copy_Array_Deps_Exp(), HMB_Has_Messy_Subscript(), HMB_Hoist_Easy_Messy_Bounds(), HMB_Hoist_Easy_Messy_Subscripts(), HMB_Hoist_Expressions(), HMB_Hoist_Messy_Bounds(), HMB_Hoist_Messy_Subscripts(), HMB_Push_Messy_Expressions(), HMB_Replace_Messy_Bounds(), HMB_Replace_Messy_Bounds_Loop(), HMB_Simple_Guard_And_Hoist(), Hoist_And_Sink_For_Nested_Doacross(), Hoist_Bounds_One_Level(), Hoist_Conditionals(), Hoist_Expression(), Hoist_Iload_Ldid_Upper_Bound_One_Level(), Hoist_Inner_Invar(), Hoist_Lower_Bound(), Hoist_Messy_Bounds(), PROMPF_INFO::Hoist_Messy_Bounds(), Hoist_MOVL(), Hoist_Out_Nested_Statements(), Hoist_Outer_Invar(), Hoist_Place(), Hoist_Point(), hoist_predicate_of_duplicate_complement(), Hoist_Reshaped_Reference(), Hoist_Statements(), Hoist_Upper_Bound(), Hoist_Varying_Lower_Bounds_Traverse(), HoistIf(), HoistIf_Copy_Def_Use(), HoistIf_Delete_Def_Use(), HoistIf_Replace_Symbol(), hTN_MAP32_Get(), hTN_MAP32_Get_And_Set(), hTN_MAP32_Set(), hTN_MAP64_Get(), hTN_MAP64_Get_And_Set(), hTN_MAP64_Set(), hTN_MAP_Get(), hTN_MAP_Get_And_Set(), hTN_MAP_Set(), id_str(), id_sup_search(), Identical(), Identical_Return_Blocks(), SCHEDULER::Identify_Actual_Argument_Defs(), LOOP_INVAR_CODE_MOTION::Identify_Loop_Invariants(), EXP_PHI::Identity_assignment(), Identity_Permutation(), IDX_32_SET::IDX_32_SET(), If_MinMax_Traverse(), If_While_Region_Fiz_Fuse(), IFMM_Convert(), Imm_Value_In_Range(), VECTOR_SPACE< T >::In(), MANUAL_PREFETCH_SYMBOLS::In_Manual(), In_Same_SNL_Section(), Increment_Loop_Depths(), Increment_Register_Name(), Indent(), Index_Variable_Ldid(), Indirect_Branch(), Induction_Variables_Removal(), Infer_Reduction_Operators(), IPA_DATA_FLOW::Init(), COST_TABLE::Init(), KEY_SCH::Init(), ARRAY_SUMMARY::Init(), ACCESS_VECTOR::Init(), BB_VISITED_COUNTER::Init(), PROJECTED_KERNEL::Init(), HB_Schedule::Init(), BIT_VECTOR::Init(), DATA_SPEC_RES_CONSTRAIT_MGR::Init(), INIT2F_Translate_Array_Ref(), Init_addr_passed_for_io(), Init_Avail_Set(), Init_Callee_Saved_Regs_for_REGION(), HOIST_SUMMARY::Init_cfg_info(), Init_Controls_Tbl(), Init_Cprop_Annotations(), Init_Edges(), Init_Error_Handler(), Init_Label_Info(), Init_Live_LRs_Vector(), CYCLE_STATE::Init_Mem(), Init_Mtype_RegClass_Map(), init_node_section_annot(), Init_OP_no_ci_alias(), Init_OPSCH_For_BB(), Init_Prefetch_Options(), Init_Pregs(), Init_PU_arg_area_size_array(), HB_Schedule::Init_Register_Map(), HB_Schedule::Init_RFlag_Table(), Init_Split_PU_Entry_Or_Exit_BB(), Init_ST_elf_index(), Init_ST_formal_info_for_PU(), LT_Heuristics::Init_SWP_OP_state(), CACHE_PARAMETERS::Initialize(), Initialize_BB_Info(), WB_BROWSER::Initialize_Keymap(), Initialize_Keymap(), CG_BROWSER::Initialize_Keymap(), Initialize_Lvs(), Initialize_ORI(), IPAA_STEP::Initialize_Ref_Info(), Initialize_Register_Class(), Initialize_Register_Subclasses(), Initiate_Rname_Lengths(), INITV2C_array_dimension(), INITV2C_block_array(), INITV2C_block_struct(), INITV2C_struct_fill(), INITVKIND_val(), PROMPF_INFO::Inner_Fission(), inner_fission_2(), Inner_LB_Is_Outer_Index_Variable(), Inner_LB_Outer_IV_Offset(), Inner_Loop_Is_Trapezoidal(), Innermost_Doacross_Nest_Loop(), PAR_STAT::Innermost_Sandwiched_Code(), SUMMARY_ENTRY_CACHE::Insert(), RG_LIST::Insert(), IPO_ADDR_HASH::Insert(), Insert(), RG::Insert(), PTN_SORT_BUF::Insert(), Insert_Call(), Insert_ctype_b(), Insert_ctype_tolower(), Insert_ctype_toupper(), EXP_WORKLST::Insert_exp_phi(), Insert_Lowered_Atomic(), Insert_ORs_For_BB(), IF_CONVERTOR::Insert_Predicate(), Insert_Predicates(), SINGLE_LOOP::Insert_Pref(), SINGLE_LOOP::Insert_Ref(), DCE::Insert_required_gotos(), Insert_Spills_Of_Globals(), Insert_Stop_Bits(), ARRAY_SUMMARY_OUTPUT::Insert_terms(), CODEMAP::Insert_var_phi(), Insert_var_phi(), SYMBOL_TREE::Integer_Ref_Needs_Reg(), Inter_Iteration_Cses_Loop(), Inter_Iteration_Cses_R(), PROMPF_INFO::Interchange(), Interleave_Base_Update(), PROMPF_INFO::Interleaved_Winddown(), Intersect_References(), CACHE_REGION::Intersect_Region(), CACHE_CONTENTS::Intersect_Region(), BIT_VECTOR::Intersects(), Intervening_Ref(), Intervening_Write(), Intra_PU_Formal_Cprop(), Intra_PU_Global_Cprop(), intrinsic_operand_kind(), LU_MAT< T >::Inv(), Inv_Dep_Info(), Invalidate_Persistent_Alias_Info(), Invariant_Base(), Invariant_Loop_Count(), Invariant_Loops(), Invariant_Permutation(), Invariant_Red_Depth(), PAR_STAT::Invariant_Reduction(), Invoke_Init_Routines(), IO_Copy_Defs(), IP_READ_fix_tree(), IP_READ_pu_infos(), IP_tag_symbol_gp_rel(), IPA_CPROP_DF_FLOW::IPA_CPROP_DF_FLOW(), IPA_Do_Linearization(), IPA_EX_Can_Evaluate_At_Callsite(), IPA_EX_Copy_Expr(), IPA_EX_Copy_Expr_Tree(), IPA_EX_Copy_Value(), IPA_EX_Evaluate_At_Callsite(), IPA_EX_Set_Expr_Index(), ipa_init_link_line(), IPA_irb_write_summary(), IPA_LNO_Annotate_Array_Call(), IPA_LNO_Annotate_Execution_Cost(), IPA_LNO_Annotate_Scalar_Call(), IPA_LNO_Clip_Call_Def_Arcs(), IPA_LNO_Clip_Call_Use_Arcs(), IPA_LNO_Close_Output_Info(), IPA_LNO_Create_Dummy_Access_Array(), IPA_LNO_Evaluate_Array_Formals(), IPA_LNO_Evaluate_Call_Infos_Traverse(), IPA_LNO_Evaluate_Formal_Symbols(), IPA_LNO_Evaluate_Scalar_Formals(), IPA_LNO_Insert_Terms(), IPA_LNO_Make_Pstatic_List(), IPA_LNO_Map_Calls_Clip_DU_Traverse(), IPA_LNO_Map_Expr(), IPA_LNO_Map_Expr_Node(), IPA_LNO_Map_Formal_Array(), IPA_LNO_Map_Global_Array(), IPA_LNO_Map_Node(), IPA_LNO_Map_Projected_Node_Array(), IPA_LNO_Map_Projected_Region(), IPA_LNO_Map_Term(), IPA_LNO_Map_Value(), IPA_LNO_Open_Input_File(), PROJECTED_NODE::IPA_LNO_Print(), PROJECTED_REGION::IPA_LNO_Print(), IPA_LNO_Procedure_Index(), IPA_LNO_Read_Formal(), IPA_LNO_Read_Global(), IPA_LNO_Read_Projected_Node(), IPA_LNO_Read_Projected_Region(), IPA_LNO_Read_Sections(), IPA_LNO_Read_Stride(), IPA_LNO_Read_Terms(), IPA_LNO_Reassign_Unsummarized_Calls_Traverse(), IPA_LNO_Search_For_Terms(), IPA_LNO_Unevaluate_Call_Infos_Traverse(), IPA_LNO_Update_Independent_Loops(), IPA_LNO_Write_Sections(), IPA_mark_commons_used_in_io(), IPA_process_globals(), IPA_Propagate_Constants(), IPA_Trace_Summary_File(), IPA_update_summary_st_idx(), IPA_update_terms(), IPA_WN_DELETE_Tree(), IPL_Access_Vector_To_Projected_Region(), IPL_Build_Access_Vectors(), IPL_Build_Do_Access(), IPL_Build_If_Access(), IPL_deepest_depth(), IPL_EX_Add_Expr_Offsets(), IPL_EX_Add_Value_Offsets(), SUMMARIZE< program >::IPL_EX_Block(), SUMMARIZE< program >::IPL_EX_Call(), IPL_EX_Collapse_Trip_Counts(), IPL_EX_Copy_Expr(), IPL_EX_Copy_Expr_Tree(), IPL_EX_Copy_Value(), IPL_EX_Eliminate_Value(), SUMMARIZE< program >::IPL_EX_Expr(), IPL_EX_Expr_Evaluate(), IPL_EX_New_Constant(), IPL_EX_New_Expr_Expr(), IPL_EX_New_Value_Expr(), IPL_EX_Remove_Calls(), IPL_EX_Replace_Value_With_Expr(), IPL_EX_Set_Expr_Index(), SUMMARIZE< program >::IPL_EX_Statement(), IPL_EX_Substitute(), SUMMARIZE< program >::IPL_EX_Trip_Count(), SUMMARIZE< program >::IPL_Execution_Cost(), IPL_EXS_Chop_Down_Estimate(), IPL_EXS_Eliminate_Duplicate_Exprs(), IPL_EXS_Eliminate_Duplicate_Values(), IPL_EXS_Eliminate_Expr_Identities(), IPL_EXS_Inner_Fold(), IPL_EXS_Outer_Fold(), IPL_EXS_Reassociate(), IPL_EXS_Sort_Exprs(), IPL_EXS_Useless(), IPL_Finalize_Projected_Regions(), SUMMARIZE< program >::IPL_GEN_Const(), SUMMARIZE< program >::IPL_GEN_Expr(), SUMMARIZE< program >::IPL_GEN_Value(), IPL_Print_Access(), IPO_generate_new_types(), IPO_Pad_Arrays(), IPO_Process_edge(), IPO_tag_sym_gp_rel(), IPROP(), ir_b_create_map(), IR_Dwarf_Gen_File_Table(), ir_print_filename(), ir_put_expr(), ir_put_stmt(), ir_put_wn(), ir_size(), Is_All_Equals(), Is_Assumed_Size_Or_Shape_Array(), is_attribute(), Is_Bad_Array(), DEPV_ARRAY::Is_Blockable(), Is_caller_expr_linexable(), Is_Child(), SYSTEM_OF_EQUATIONS::Is_Consistent_Work(), ARA_LOOP_INFO::Is_Covered(), PARTITION_GRAPH::Is_Disjoint(), TERM::Is_equal(), Is_Equal(), VN_PHI_EXPR::is_equal_to(), VN_INTR_OP_EXPR::is_equal_to(), VN_ARRAY_ADDR_EXPR::is_equal_to(), is_equality(), Is_Exp_Linexable(), Is_formal_modified(), SNL_DEP_MATRIX::Is_Fully_Permutable(), MAT< T >::Is_Identity(), Is_In_Array(), Is_In_Namelist_Stack(), REGION::Is_Included(), Is_Index_Variable(), DEPV_LIST::Is_Inner_Non_Zero_Single_Distance(), DEPV_LIST::Is_Inner_Single_Distance(), Is_Inner_SNL(), WB_BUFFER::Is_Integer(), ARA_LOOP_INFO::Is_Invariant(), Is_Invariant(), Is_Ldst_Addiu_Pair(), SNL_DEP_MATRIX::Is_Legal(), Is_Legal_Permutation(), Is_Legal_Permutation_Class(), Is_Lex_Before(), Is_Lexpos(), Is_linex_mappable_to_caller(), is_live_tn(), REGION::Is_Loop_Invariant(), Is_Loop_Invariant_Exp(), Is_LR_Reloadable(), Is_Max_Cost(), COST_TABLE::Is_Max_Cost(), IVR::Is_mp_with_same_mp_pragma(), Is_Multiple(), Is_nested_call(), is_nlist_typed(), Is_Non_Dependent_Expression(), List_Based_Fwd::Is_OP_Better(), Priority_Selector::Is_OP_Better(), Is_OP_Spill_Load(), Is_OP_Spill_Store(), Is_Outer_Tile(), Is_Perfectly_Nested(), Is_Permutation_Vector(), ARA_LOOP_INFO::Is_Problem_Scalar(), Is_Rectangular_Nested_Doacross(), Is_Reg_Available(), Is_region_mappable_to_caller(), WN_Verifier::Is_return_register_of_call(), Is_Schedule_Worse(), Is_Similar(), CFG::Is_simple_expr(), SYSTEM_OF_EQUATIONS::Is_Simple_Redundant(), PARTITION_GRAPH::Is_Subset(), Is_Subset_Region(), Is_Substring(), PARTITION_GRAPH::Is_Superset(), Is_There_Group_Dependence(), Is_There_OP_Dependence(), Is_Unconditional(), Is_Unknown_Size_Array(), Is_Used(), LAT_DIRECTED_GRAPH16::Is_Valid(), Is_Vectorizable_Tree(), Is_Well_Formed_Simd(), is_xfer_depndnce_reqd(), Iterations(), IPA_DATA_FLOW::iterative_solver(), Iterative_Solver_Core(), IV_Loop_Stmt_Check_X(), IPA_LNO_READ_FILE::Ivar_Count(), KERNEL_IMAGE::KERNEL_IMAGE(), WB_BROWSER::Kids(), DaVinci::Kill_Davinci(), COND_BOUNDS_INFO::Kill_Written_Symbols(), CODEREP::Kind(), Known_Size(), MAT< T >::L(), LU_MAT< T >::L_Mul(), label_is_external(), LABEL_LIST::Label_Is_Targeted_Outside_Scope(), LABEL_LIST::Label_List_Goto_Traverse(), LABEL_LIST::Label_List_Label_Traverse(), Label_Used_In_Init(), Latest_Vector_Op(), layout_sections(), SX_INFO::Lcd_Depth(), ldfile_try_open_bfd(), BIT_VECTOR::Least_Non_Zero(), CYCLE_STATE::Legality_Chk(), Lego_Build_DU_For_Ldids(), Lego_Find_Node(), Lego_Find_Nodes(), Lego_Fix_Local_Rec(), Lego_Index_From_Access_Vector(), Lego_Interchange(), Lego_Loop_Want_Skew(), Lego_Mp_Tile_Traverse(), Lego_Peel_Traverse(), Lego_Simplify(), Lego_Skew_Canonical(), Lego_Skew_Loop(), Lego_Skew_Traverse(), Lego_Tile_Legal(), Lego_Tile_Single_Loop(), Lego_Tile_Traverse(), Lego_Tiling_Depth(), Lego_Update_Skew_Count(), SLIST_NODE::Len(), Lex_Pos_Compose(), DEPV_NODE::Lex_Pos_Decompose(), ARRAY_REF_NODE::Lexically_Before(), LS_IN_LOOP::Lexorder(), LI_OP_INFO_MGR::LI_OP_INFO_MGR(), Limit_Reused_Loops(), Linearize_Shape(), Lisp_Loops_Traverse(), CGB_CARRAY::List_All_Pairs(), Live_Init(), LOOP_INVAR_CODE_MOTION::Live_Out_Of_Loop(), LMV_CFG_ADAPTOR::LMV_CFG_ADAPTOR(), CFG::LMV_clone_loop_body(), CFG::LMV_eligible_for_multiversioning(), CFG::LMV_gen_precondioning_stuff(), CFG::LMV_update_internal_labels(), LNO_Build_Access(), LNO_Build_Do_Access(), LNO_Build_If_Access(), LNO_Common_Loop(), LNO_Configure(), LNO_Erase_Vertices_In_Loop(), LNO_Erase_Vertices_In_Loop_Rec(), LNO_FB_Inv_Interchange(), LNO_Map_Calls_Array_Traverse(), LNO_Map_Calls_Scalar_Traverse(), LNO_Print_Access(), LINEX::LNO_Simplify(), PROJECTED_REGION::LNO_Simplify(), LNO_Update_Indx_Range(), Lnoptimizer(), LNOTARGET_FP_Exp_Res(), Load_82bit_Constant(), load_buffer(), WB_BUFFER::Load_Buffer(), load_components(), Load_SNL_And_Permutation(), EXP_OCCURS::Load_use_cr(), LEGO_INFO::Local_Index(), Local_Rename(), Localize_All_INITVKIND_SYMOFFs(), Localize_Global_Param_Reg(), Localize_Global_Return_Reg(), Localize_Global_Return_Reg_Def(), Localize_or_Replace_Dedicated_TNs(), Localize_TNs_For_BB(), Localize_Variable(), Locate_Sym(), Locate_symbol(), Look_For_16bit_Ops(), PARTITION_GRAPH::Look_For_Partition(), PARTITION_GRAPH::Look_Partition_For_And_Type(), PARTITION_GRAPH::Look_Partition_For_Or_Type(), IPO_ADDR_HASH::Lookup(), SUMMARY_ENTRY_CACHE::Lookup(), COND_BOUNDS_INFO::Lookup_Entry(), SNL_BOUNDS_INFO::Lookup_Entry(), Lookup_Function_Name(), Loop_Bound_Constant(), DEPV_ARRAY::Loop_Carrying_Dependence(), LINEX::Loop_coeff_terms_equal(), Loop_Depth_Limit(), LOOP_DESCR_Print_List(), Loop_Exit_Heuristic(), Loop_FP_Size(), Loop_Index_Count_Traverse(), Loop_Invariant_Access(), Loop_Invariant_Inside(), PAR_STAT::Loop_Overhead_Cost(), Loop_Statement(), Loop_Stmt_Update(), WB_BROWSER::Loops_Walk(), ARRAY_LOWER_REF::Lower_Array_Expr(), ARRAY_LOWER_REF::Lower_Array_Param(), lower_bit_field_id(), lower_cshift(), Lower_Distr_Array(), Lower_Distr_Pragmas(), lower_eoshift(), Lower_Fetch_And_Op(), CFG::Lower_if_stmt(), lower_load_bits(), Lower_Master(), lower_maxminloc(), lower_mm_matmul(), lower_mv_matmul(), lower_pack(), lower_reduction(), Lower_Single_Array_Dim(), lower_store_bits(), lower_transformationals(), lower_tree_copy_maps(), Lowered_Doacross_Loops(), Lowered_Parallel_Regions(), PF_LG::LR_Compare(), PF_LG::LR_Ordering(), LRA_Estimate_Fat_Points(), LRA_examine_last_op_needs(), LRA_Print_Liveness(), LRA_Register_Request(), LRANGE_Do_Split(), LS_IN_LOOP::LS_IN_LOOP(), LU_MAT< T >::LU_MAT(), LWN_Check_Parentize(), LWN_CreateDivceil(), LWN_CreateDivfloor(), LWN_Delete_From_Block(), LWN_Delete_Tree(), LWN_Get_Next_SCF_Node(), LWN_Get_Next_Stmt_Node(), LWN_Get_Next_Tree_Node(), LWN_Integer_Cast(), LWN_Parentize(), LWN_Parentize_One_Level(), LWN_Process_FF_Pragmas_Walk_r(), LWN_Simplify_Tree(), Machine_Type(), main(), Make_Component(), Make_Fine_Grained_Interferences(), GRA_LOOP::Make_Loop_Nest(), Make_MPRuntime_ST(), make_prefetch_arcs(), Make_Reduction_Identity(), SX_INFO::Make_Sx_Info(), Make_Target_Dependent_Region_Interferences(), LINEX::Map_access_vector(), IPAA_DF_SOLVER::Map_actuals(), Map_asections(), Map_callee_region_to_caller(), Map_Field_To_STs(), Map_Formal(), LINEX::Map_from_SOE(), ARRAY_SUMMARY_OUTPUT::Map_ivar_array(), Map_Linear_Expr(), Map_Linex(), Map_linex_to_caller(), ARRAY_SUMMARY_OUTPUT::Map_loop_info(), Map_Operands(), ARRAY_SUMMARY_OUTPUT::Map_proj_array(), Map_Projected_Region(), ARRAY_SUMMARY_OUTPUT::Map_projected_region(), ARRAY_SUMMARY_OUTPUT::Map_region_arrays(), ARRAY_SUMMARY_OUTPUT::Map_summary_info(), Map_Term(), PROJECTED_REGION::Map_to_linex_array(), Mark_Auto_Parallelizable_Loops(), Mark_Code(), Mark_Concurrent_Call(), Mark_Critical_Section_Loops_Traverse(), LOOP_INVAR_CODE_MOTION::Mark_Dep_OPs_As_Non_Loop_Invar(), Mark_Dos(), Mark_Expression(), Mark_Formals_In_Tree(), Mark_Indexed_References(), ARRAY_REF::Mark_Invariants(), ARRAY_REF_LIST::Mark_Invariants(), SYSTEM_OF_EQUATIONS::Mark_New_Redundant(), Mark_Parallelizable_Loop(), DCE::Mark_phinode_live(), Mark_readonly_param(), Mark_Reloadable_Live_Ranges(), DCE::Mark_return_vsym_phi_live(), SYSTEM_OF_EQUATIONS::Mark_Simple_Redundant(), Mark_Threadprivate_Loops_Traverse(), Mark_use_kill_param(), CODEREP::Match(), SINGLE_LOOP::Match_Refs_Prefs(), SINGLE_ARRAY_REF_PREF::Match_Refs_Prefs(), PROJECTED_REGION::Matching_Segment_Stride(), Max_Arg_Area_Bytes(), LAT_DIRECTED_GRAPH16::Max_Cycle(), Max_Dep_Distance(), Max_Level(), DEPV_ARRAY::Max_Level(), Max_Non_Const_Loop(), LOOPINFO::Max_value(), Maximize_Min_II(), Maximum_Sched_Height_Increase(), INDX_RANGE::Maxsize(), PROJECTED_REGION::May_Union(), Maybe_Assigned(), Maybe_Assigned_Exp_Traverse(), IPAA_DF_SOLVER::Meet(), MEM_POOL_Report(), DSE::Mem_WN_equiv_rec(), MemCtr_Add(), Memop_Variant(), Memory_OP_Base_Opndnum(), Memory_OP_Offset_Opndnum(), DaVinci::Menu_Activate(), DaVinci::Menu_Deactivate(), LINEX::Merge(), Merge(), Merge_Across_Labels(), IF_CONVERTOR::Merge_Area(), Merge_Blocks(), IF_CONVERTOR::Merge_Blocks(), Merge_Execution_Cost(), WN_INSTRUMENT_WALKER::Merge_Icall_Feedback(), ARA_LOOP_INFO::Merge_Info(), OPT_FEEDBACK::Merge_outgoing_edges(), Merge_Regions(), Merge_Scalar_List(), Merge_Scalar_List_Covered(), merge_scc_to_form_new_loop(), Merge_Section(), ARA_LOOP_INFO::Merge_then_else(), Messy_Subscript(), Middle_Loop_Pwr2_Group_Hack(), Min_Max_Fill_Proj_Node(), Min_Max_Fill_Region(), LOOPINFO::Min_value(), MinAvg(), MinDist::MinDist(), Minimal_Kernel(), EXP_WORKLST::Minimize_temp_ssa(), MinLT::MinLT(), MIR_Add_Edge(), MIR_Build_Loop_List_Array(), MIR_Build_Loop_List_Walk(), MIR_Dep_Subset(), MIR_Depv_Subset(), MIR_Has_Array_Kid(), MIR_Has_Messy_Subscript(), MIR_Hoistable_Ref(), MIR_Messy_Subscript(), MIR_Ok_Hoist_Wn_Dependence(), MIR_Replace(), MIR_Test_Hoist(), MIR_Try_Hoist(), MIR_Update_Dependences(), SUMMARIZE< program >::Mismatched_load_store(), Mismatched_Types(), Mk_OP(), Mk_VarOP(), Mod(), CG_BROWSER::Mod_Ref_Commons(), CG_BROWSER::Mod_Ref_Formals(), LOOP_MODEL::Model(), LOOP_MODEL::Model_Results_Analysis(), Modify_16bit_Ops(), Modify_16bit_TNs(), Modify_Asm_String(), Modulo_Schedule(), Modulo_Schedule_Succeeded(), Modulo_Schedule_Verify(), Mono(), Move_Adjacent(), Move_Alloca(), Move_Def(), OPT_FEEDBACK::Move_edge_dest(), move_ext_is_replaced(), GOTO_TABLE::Move_Goto_Out(), OPT_FEEDBACK::Move_incoming_edges_dest(), Move_Locations_To_Anl_File(), Move_LoopHead(), Move_Non_POD_Finalization_Code_Rec(), Move_Restore_Out_Of_LRANGE(), Move_Spill_Loads_Stores(), Move_Spill_Out_Of_LRANGE(), Move_Use(), Mp_Collapse_Dependences(), Mp_Collapse_Loop_Heads(), Mp_Collapse_Loop_Statements(), Mp_Compress_Nested_Loop(), Mp_Convert_To_Single_Loop(), Mp_Coordinate_Copy_Out_Coordinates(), Mp_Delete_Outer_Mp_Lego_Info(), Mp_Disable_Opts_On_Internal_Regions(), Mp_Extract_Bogus_Do_Acrosses(), Mp_Extract_Parallel_Directives(), MP_Fix_Dependence_Graph(), Mp_Fix_Deps(), Mp_Layout_Copy_In_Onto(), Mp_Layout_Copy_Out_Layout(), Mp_Layout_Lego_Layout(), Mp_Layout_Load_Pids(), Mp_Lower_Number(), Mp_Nested_Last_Thread(), Mp_Optimize_Interleaved_Loop(), Mp_Optimize_Interleaved_Loop_Traverse(), Mp_Permute_Nested_Loops(), MP_Reduction_Combine_Cycles(), PROMPF_INFO::Mp_Tile(), Mp_Tile_Loop(), Mp_Tile_Nested_Loop(), Mp_Tile_Traverse(), Mp_Trip_Count(), PROMPF_INFO::Mp_Version(), Mp_Version_Loop(), Mp_Want_Version_Loop(), Mp_Want_Version_Parallel_Region(), MRT::MRT(), ACCESS_VECTOR::Mul(), Mul(), Multi_Branch_Valid_BB(), Multiply_Limit(), My_Atoq(), SYMBOL::Name(), ARA_LOOP_INFO::Need_Copyin(), Need_To_Split(), Need_type_conversion(), ACCESS_VECTOR::Negate_Me(), Negotiate_Bundle(), W2CF_TRANSLATOR::Nest_Clauses_To_String(), nest_depth(), Nest_Model(), SUMMARIZE< IPL >::New_actual(), SUMMARIZE< IPL >::New_alt_entry(), SUMMARIZE< IPL >::New_callsite(), SUMMARIZE< IPL >::New_chi(), SUMMARIZE< IPL >::New_common(), SUMMARIZE< IPL >::New_common_shape(), SUMMARIZE< IPL >::New_ctrl_dep(), New_DACT(), CAND_MGR::New_Empty_Bookeeping(), SUMMARIZE< IPL >::New_expr(), SUMMARIZE< IPL >::New_feedback(), New_Fld_Path_Info(), SUMMARIZE< IPL >::New_formal(), New_Gather_References(), SUMMARIZE< IPL >::New_global(), SUMMARIZE< IPL >::New_global_stid(), SUMMARIZE< IPL >::New_inline_attr(), SUMMARIZE< IPL >::New_phi(), SUMMARIZE< IPL >::New_proc_info(), SUMMARIZE< IPL >::New_procedure(), FIZ_FUSE_INFO::New_Snl(), SUMMARIZE< IPL >::New_stmt(), SUMMARIZE< IPL >::New_symbol(), SUMMARIZE< IPL >::New_symbol_crefcount(), SUMMARIZE< IPL >::New_tcon(), CAND_MGR::New_Unresolved_Dep(), SUMMARIZE< IPL >::New_value(), DEEPDOWN_SCHED_SEQ::Next(), No_truncation_by_value_size(), Node_Count(), Node_label(), DV_DEPS_CALLBACK::Node_Select(), FB_Callback::Node_Select(), DaVinci_Callback::Node_Select(), Callback::Node_Select(), OPT_FB_Callback::Node_Select(), Normalize_BB_Frequencies(), Normalize_Branch_Target(), Normalize_Delay_Slots(), NORMALIZE_LOOP::Normalize_loop_stmt(), DEPV_NODE::Normalize_Step(), DEPV_LIST::Normalize_Step(), Nrs_Var_Read(), NSE_Annotate_Array_Call(), NSE_Annotate_Scalar_Call(), INITBUF::Nth_byte(), BB_NODE::Nth_pred(), BB_NODE::Nth_succ(), Null_Ptr_Deref_Spec(), Num_Chars_Needed(), Num_defs(), DISTR_ARRAY::Num_Distr_Dim(), ARRAY_REF_LIST::Num_Fp_Refs(), ARRAY_REF::Num_Fp_Refs(), SYMBOL_TREE_NODE::Num_Fp_Unstored(), Num_Inner_Loops(), ARRAY_REF::Num_Int_Refs(), ARRAY_REF_LIST::Num_Int_Refs(), SYMBOL_TREE_NODE::Num_Int_Unstored(), Num_Invariant_Refs(), ARRAY_REF_LIST::Num_Invariants(), ARRAY_REF::Num_Invariants(), Num_Leaves_Or_Arrays(), LINEX::Num_loop_coeff_terms(), Num_Lower_Bounds(), Num_of_OPs_in_First_Group(), PAR_STAT::Num_Refs(), Num_Upper_Bounds(), DISTR_INFO::Numprocs_Ldid(), OB_level(), Olimit_Region_Insertion(), One_Cache_Model(), DEPV_ARRAY::One_Equal_Through_Depth(), OP_baneful(), OP_Base_Offset_TNs(), LOOP_MODEL::OP_Cycles(), OP_def_use_stack_regs(), op_defines_sp(), OP_Defs_Reg(), OP_Defs_TN(), OP_has_implicit_interactions(), CG_THR::OP_Has_Restrictions(), OP_Has_Restrictions(), Op_In_Working_Set(), OP_Inst_Size(), OP_Interferes_With_Vector(), OP_Is_Copy_From_Save_TN(), OP_Is_Copy_To_Save_TN(), OP_lookup_opnd(), OP_lookup_result(), OP_Offset_Within_Limit(), OP_Refs_Reg(), OP_Refs_TN_Reg(), LOOP_MODEL::OP_Resources_R(), OP_To_Move(), OP_use_sp(), OP_VECTOR::OP_VECTOR(), BIT_VECTOR::operator &(), BIT_VECTOR::operator &=(), BIT_VECTOR::operator!=(), pad_global_arrays::operator()(), transfer_attributes_as_needed::operator()(), MAT< T >::operator*(), MAT< T >::operator*=(), VECTOR_SPACE< T >::operator*=(), MAT< T >::operator+(), MAT< T >::operator+=(), VECTOR_SPACE< T >::operator+=(), FIZ_FUSE_INFO::operator+=(), MAT< T >::operator-(), BIT_VECTOR::operator-(), VECTOR_SPACE< T >::operator-=(), MAT< T >::operator-=(), operator<(), BIT_VECTOR::operator=(), PATTERN_TYPE::operator=(), CYCLE_STATE::operator=(), LU_MAT< T >::operator=(), EXEC_PATH_SET::operator=(), BIT_VECTOR::operator==(), MIR_REFLIST::operator==(), PARTITION::operator==(), ACCESS_VECTOR::operator==(), PATTERN_TYPE::operator==(), BIT_VECTOR::operator|(), BIT_VECTOR::operator|=(), BIT_VECTOR::operator~(), OPND_is_not_critical(), OPT_FEEDBACK::OPT_FEEDBACK(), Optimize_Branches(), Optimize_Copy_Usage(), Order_And_Classify_Blocks(), Outer_LB_GE_Inner_UB(), Outer_Loop_Fusion_Phase(), Outer_Loop_Fusion_Walk(), ARA_LOOP_INFO::Overlap_Exposed_Array(), ARA_LOOP_INFO::Overlap_Exposed_Scalar(), ARA_LOOP_INFO::Overlap_Kill_Scalar(), ARA_LOOP_INFO::Overlap_Local_Array(), ARA_LOOP_INFO::Overlap_Local_Scalar(), ARA_LOOP_INFO::Overlap_Reduction_Scalar(), Pad_Arrays(), Pad_BB_With_Noops(), Pad_Common(), Pad_Common_ST(), Pad_Cycles_Before(), Pad_Degenerates(), Pad_Dim(), Pad_Local_Array(), Pad_Local_Arrays_In_Whirl(), Pad_Multi_Dim(), Pad_Multi_Dim_Common_ST(), Pad_Multi_Dim_Global_ST(), Pad_Multi_Dims(), Pad_Size(), Padding_Analysis(), Padding_Count(), Padding_Size(), Padding_Threshold(), Parallel_Cost(), Parallel_Directive_Class(), PARALLEL_INFO::PARALLEL_INFO(), PAR_STAT::Parallel_Interchange(), Parallel_Interchange(), Parallel_Loop(), Parallelizable(), Parallelizable_At_Depth(), Parallelization_Process_Deps(), Parallelize_Doacross_Loop(), param_types_are_compatible(), Parameter_Size(), GOTO_TABLE::Parent_Through_If(), Parentize(), DaVinci::Parse_Event(), DaVinci::Parse_Menu_Label(), DaVinci::Parse_Node_Ids(), LU_MAT< T >::Particular_Solution(), PARTITION_GRAPH::PARTITION_GRAPH(), LOOP_MULTIVER::Pass_initial_screen(), GTABLE::Patch_Do_While(), Patch_Hot_Cold_Jumps(), Patch_Loop_Statement_Expression(), Path_Resources_Available(), PATTERN_TYPE::PATTERN_TYPE(), CFG::Pdo_vec(), Peelable(), Perfect_Depth(), Perform_ARA_and_Parallelization(), Perform_Gather_Scatter(), Perform_Global_Schedule(), Perform_Interprocedural_Analysis(), Perform_Loop_Optimizations(), ETABLE::Perform_LPRE_optimization(), Perform_Post_GCM_Steps(), ETABLE::Perform_PRE_optimization(), Perform_SWP(), ETABLE::Perform_VNFRE_optimization(), IPA_CPROP_DF_FLOW::PerformCloning(), Permutation(), Permutation_Last(), Permutation_To_Unimodular(), Permutation_Vector(), PAR_STAT::Permute_Loops(), PF_Get_First_Do_Loop(), PF_Get_Next_Do_Loop(), PF_LG::PF_LG(), PF_REFVEC::PF_REFVEC(), PF_UGS::PF_UGS(), Phase_123(), Pic_optimization(), LEGO_AFFINITY::Pick_Affinity(), SSA::Pointer_Alias_Analysis(), Points_To(), CYCLE_STATE::Polish_Tail(), Pop_Controls(), BIT_VECTOR::Pop_Count(), Pop_Scope_And_Do_Cleanups(), SLIST_NODE::Pos(), Post_loop_peeling(), Post_Multi_Branch(), PROMPF_INFO::Post_Peel(), Post_Peel_Map_Refs(), Post_Peel_RR_Map_Update(), Pragma_Set_No_Interchange(), PARTITION_GRAPH::Pre_Computing(), Pre_loop_peeling(), Pre_Optimizer(), PROMPF_INFO::Pre_Peel(), Pre_Peel_Map_Refs(), Pre_Peel_RR_Map_Update(), Preallocate_Single_Register_Subclasses(), Predicate_Block(), W2CF_TRANSLATOR::Prefetch_Attributes_To_String(), Prefetch_Auto(), Prefetch_Driver(), PROMPF_INFO::Prefetch_Version(), Preorder_Process_PUs(), Prepare_Axle(), Prepend_Wn_Pair(), ALIAS_MANAGER::Print(), PROMPF_INFO::Print(), ARRAY_SNL_INFO::Print(), PF_REFVEC::Print(), ORDERED_NODE_ITER::Print(), REGIONAL_CFG::Print(), CACHE_CONTENTS::Print(), MAT< T >::Print(), SINGLE_ARRAY_REF_PREF::Print(), LOOPINFO::Print(), UNAME_SPACE::Print(), SYMBOL::Print(), DISTR_INFO::Print(), MIR_REFLIST::Print(), SNL_DEP_MATRIX::Print(), HOIST_SUMMARY::Print(), MEM_ACCESS::Print(), SUMMARY_CONTROL_DEPENDENCE::Print(), CFG_NODE_INFO::Print(), SUMPROD_LIST::Print(), SUMPROD_NODE::Print(), PF_DESC::Print(), SWP_OP_vector::Print(), GOTO_TABLE::Print(), ARA_LOOP_INFO::Print(), RG_NODE::Print(), LU_MAT< T >::Print(), PF_SPLIT_VECTOR::Print(), OPT_FEEDBACK::Print(), SUMMARY_PHI::Print(), PROJECTED_REGION::Print(), FIZ_FUSE_INFO::Print(), RR_INFO::Print(), ALIAS_CLASSIFICATION::Print(), VN_INTR_OP_EXPR::print(), TY::Print(), IP_ALIAS_CLASSIFICATION::Print(), IPA_NODE_SECTION_INFO::Print(), MinLT::Print(), Slack::Print(), COST_TABLE::Print(), PF_LOOPNODE::Print(), PF_UGS::Print(), SNL_ANAL_INFO::Print(), GTABLE::Print(), REGION_ARRAYS::Print(), REGION::Print(), Print(), COND_BOUNDS_INFO::Print(), LABEL_LIST::Print(), RG::Print(), DO_LOOP_INFO::Print(), BB_LOOP::Print(), EXP_PHI::Print(), ADDR_LINEAR_EXPR::Print(), VN_PHI_EXPR::print(), DO_LOOP_INFO_BASE::Print(), print(), SUMMARY_ACTUAL::Print(), POINTS_TO::Print(), INTSYMB_NODE::Print(), SNL_ANAL_INFO::CONST_BOUNDS_INFO::Print(), Critical_Recurrence::Print(), SYMBOL_LIST::Print(), CROSS_SNL_INFO::Print(), ARRAY_REF::Print(), SINGLE_LOOP::Print(), SNL_TRANS_INDEX_DATA::Print(), OPT_FB_NODE::Print(), FB_Info_Switch::Print(), FB_NODE::Print(), LINEX::Print(), ACCESS_VECTOR::Print(), SNL_TILE_INFO::Print(), VN_ARRAY_ADDR_EXPR::print(), SUMMARY_SYMBOL::Print(), PROJECTED_KERNEL::Print(), CALL_INFO::Print(), DEPV_COMPUTE::Print(), GOTO_LIST::Print(), DISTR_ARRAY::Print(), SNL_NEST_INFO::Print(), VECTOR_SPACE< T >::Print(), IPA_DATA_FLOW::Print(), MinDist::Print(), SNL_STREAM::Print(), MANUAL_PREFETCH_SYMBOLS::Print(), CON_PAIR::Print(), ST::Print(), LT_Heuristics::Print(), REGIONAL_CFG_NODE::Print(), PROMPF_LINES::Print(), SYMBOL_NODE::Print(), TRANSPOSE_DIRECTED_GRAPH16::Print(), BIT_VECTOR::Print(), PAR_STAT::Print(), CACHE_PARAMETERS::Print(), PF_LG::Print(), SUMMARY_PROCEDURE::Print(), BB_REGION::Print(), PROMPF_TRANS::Print(), INTSYMB_LIST::Print(), CACHE_REGION::Print(), DEPV_ARRAY::Print(), PF_BASE_ARRAY::Print(), CON_PAIR::Print_Analysis_Info(), ARA_LOOP_INFO::Print_Analysis_Info(), REGION::Print_Analysis_Info(), CIO_RWTRAN::Print_Arcs(), SUMMARY_GLOBAL::Print_array(), SUMMARY_STMT::Print_array(), SUMMARY_EXPR::Print_array(), SUMMARY_VALUE::Print_array(), SUMMARY_FORMAL::Print_array(), SUMMARY_CONTROL_DEPENDENCE::Print_array(), SUMMARY_PROCEDURE::Print_array(), SUMMARY_ACTUAL::Print_array(), SUMMARY_STID::Print_array(), SUMMARY_STRUCT_ACCESS::Print_array(), SUMMARY_CHI::Print_array(), SUMMARY_CALLSITE::Print_array(), SUMMARY_COMMON_SHAPE::Print_array(), SUMMARY_COMMON::Print_array(), SUMMARY_FEEDBACK::Print_array(), SUMMARY_PHI::Print_array(), Print_BB_For_LRA(), Print_BB_Header(), Print_BB_Info(), ARRAY_SUMMARY_OUTPUT::Print_cfg_node_array(), Print_Chains(), CG_BROWSER::Print_Common_Cprop_Annot(), PROMPF_LINES::Print_Compact(), PROMPF_TRANS::Print_Compact(), PROMPF_INFO::Print_Compact(), IPA_CPROP_DF_FLOW::Print_constants(), Print_Controls(), Print_Def_Use(), print_dep_info(), Print_Distribution(), Print_Do_Stack(), OPT_FEEDBACK::Print_edge(), Print_Exprs(), Print_Fall_Thrus(), LINEX::Print_file(), CG_BROWSER::Print_Formal_Cprop_Annot(), PRINT_HOMING_INFO(), print_indent(), Print_INITV(), Print_Interchange(), print_invalid_and_valid_type(), ARRAY_SUMMARY_OUTPUT::Print_ivar_array(), CG_BROWSER::Print_Linex(), Print_Lists(), Print_Live_Across(), ARA_LOOP_INFO::Print_Loop_Property(), ARRAY_SUMMARY_OUTPUT::Print_loopinfo_array(), Print_Mp_Lowerer_Name(), CODEREP::Print_node(), print_nodes(), Print_Non_Parallel_Loop(), Print_OP(), Print_OP_No_SrcLine(), Print_OP_Vec(), CIO_RWTRAN::Print_Ops(), Print_Parallel_Loop(), Print_Permutation_Vector(), CG_BROWSER::Print_Projected_Array(), ARRAY_SUMMARY_OUTPUT::Print_projected_array(), ARRAY_SUMMARY_OUTPUT::Print_projected_region_array(), Print_Prompf_Doacross_Log(), Print_Prompf_Msgs(), Print_Prompf_Msgs_Traverse(), Print_Prompf_Nest_Log(), Print_Prompf_Parallel_Region_Log(), Print_Prompf_Preopt_Transaction_Log(), Print_Prompl_Msgs(), Print_Prompl_Msgs_Traverse(), Print_PTN(), ARRAY_SUMMARY_OUTPUT::Print_regions_array(), ARRAY_SUMMARY_OUTPUT::Print_scalar_array(), Print_SCC_Vec(), Print_Scheduling_Note(), FB_Info_Switch::Print_simple(), print_source(), Print_Split(), PF_LOOPNODE::Print_Splits(), CODEMAP::Print_SR(), CODEREP::Print_str(), STMTREP::Print_str(), PF_LOOPNODE::Print_Structure(), Print_Symbol_Array(), Print_Table_Line(), ARRAY_SUMMARY_OUTPUT::Print_term_array(), Print_Tlog_Header(), Print_TN_List(), Print_TNs(), Print_Vector(), IPA_CALL_GRAPH::Print_vobose(), PF_LOOPNODE::Print_Volume(), Print_whirl_flags_from_bits(), Print_whirl_pu_from_bits(), PU_SectBin::PrintBits(), printws(), SUMMARIZE< program >::Process_actual(), process_actual_array_node(), process_actual_node(), Process_Alt_Entries_Formal(), Process_Alt_Entries_Local(), SUMMARIZE< program >::Process_alt_entry(), Process_Array_Formals(), process_array_node(), SUMMARIZE< program >::Process_callsite(), Process_Cc1_Command_Line(), SUMMARIZE< program >::Process_cd_for_phi_node(), SUMMARIZE< program >::Process_chi_jump_function(), Process_Command_Line(), Process_Command_Line_Group(), Process_Common_Options(), Process_cond_branches(), SUMMARIZE< program >::Process_control_dependence(), Process_Control_Opt(), ESSA::Process_delayed_rename(), CFG::Process_entry(), Process_Exception_Region(), Process_Feedback_Options(), Process_Fill_Align_Pragmas(), Process_Fill_Align_Pragmas_Recursive(), SUMMARIZE< program >::Process_formal(), SUMMARIZE< program >::Process_formal_alt(), Process_formal_imod(), IPO_INLINE::Process_Formals(), Process_global_call(), Process_Global_Distribute(), Process_IPA_Specfile_Options(), SUMMARIZE< program >::Process_jump_function(), Process_Load(), PF_LOOPNODE::Process_Loc_Loops(), Process_Local_File(), ARRAY_LOWER_LOOP::Process_Loop(), PF_LOOPNODE::Process_Loop(), process_loops(), DISTRIBUTION::Process_Memory(), CFG::Process_multi_entryexit(), Process_New_OPs(), CFG::Process_no_exit(), process_node(), SUMMARIZE< program >::Process_operand(), Process_Option_File(), SUMMARIZE< program >::Process_phi_jump_function(), SUMMARIZE< program >::Process_phi_operand(), SUMMARIZE< program >::Process_polynomial_jump_function(), Process_Pragma(), PF_LOOPNODE::Process_Prefetch(), Process_Pregs(), SUMMARIZE< program >::Process_procedure(), Process_PU_Pragmas(), PF_LOOPNODE::Process_PU_Volume(), PF_LOOPNODE::Process_Refs(), ARRAY_LOWER_LOOP::Process_Refs(), RINIT::Process_region(), process_scalar_def_node(), process_scalar_node(), process_scalar_reduc_node(), IPO_INLINE::Process_ST(), Process_Store(), ARA_LOOP_INFO::Processed(), Processor_2D_Tile_Loop(), Processor_3D_Tile_Loop(), Processor_Update_Inner_Tile(), Processor_Update_Outer_Tile(), Profile_Icall(), Instr::Profile_Icall(), ProgHdrTable::ProgHdrTable(), ProgHdrTable64::ProgHdrTable64(), Proj_Node_Has_Two_Strides(), PROJECTED_KERNEL::Project(), KERNEL_IMAGE::Project(), PROJECTED_REGION::Project(), PROJECTED_REGION::PROJECTED_REGION(), Projected_Region_From_St(), Projected_Region_To_Memory(), ARA_LOOP_INFO::Projection(), Prolog_save_code(), GOTO_TABLE::Promote_Do_While(), GTABLE::Promote_Do_While(), Promote_Pointer(), WB_BROWSER::Promp_Map(), Prompf_Assign_Ids_Traverse(), Prompf_Assign_New_Ids_Traverse(), Prompf_Collect_Ids(), Prompf_Hoist_Messy_Bounds(), PROMPF_INFO::PROMPF_INFO(), PROMPF_INFO::Prompf_Info_Traverse(), Prompf_Interchange(), Prompf_Interchanges(), Prompf_Mp_Version(), SYMBOL::Prompf_Name(), Prompf_Nest_Depth(), Prompf_Nested_Tile(), Prompf_Record_Eliminations(), Prompf_Tile(), Prompf_Tile_Split(), Prompf_Zero_Ids(), Propagate_16bit_Info(), Propagate_Constants(), EXP_WORKLST::Propagate_downsafe(), Propagate_Feedback(), Propagate_global_vals(), Propagate_Loop_Index(), SSU::Propagate_occurrences(), DCE::Propagate_return_vsym_bb(), Propagate_Save_Restore_State(), Propagate_stops_for_fully_avail(), Propagate_vals_in_unstructured_cflow(), DSE::Propagate_vsym_bb(), TRANSPOSE_DIRECTED_GRAPH16::Propogate_V(), SYSTEM_OF_EQUATIONS::Prove_Redundant(), Prune_Invar_Memops(), EXP_WORKLST::Prune_phi_phi_pred(), Prune_Redundant_Trues(), Prune_Regout_Deps(), PU_has_messy_regions(), PUinfo_Preg_Type(), COST_V::Push(), put_location(), HB_Schedule::Put_Sched_Vector_Into_BB(), HB_Schedule::Put_Sched_Vector_Into_HB(), put_variable(), QUADOP_ADD(), QUADOP_DIV(), QUADOP_DTOQ(), QUADOP_EQ(), QUADOP_GE(), QUADOP_GT(), QUADOP_ITOQ(), QUADOP_LE(), QUADOP_LT(), QUADOP_MPY(), QUADOP_NE(), QUADOP_NEGATE(), QUADOP_QTOD(), QUADOP_QTOI(), QUADOP_QTOS(), QUADOP_QTOU(), QUADOP_SQRT(), QUADOP_STOQ(), QUADOP_SUB(), QUADOP_UTOQ(), DISPERSAL_TARG_TABLE::Query(), PU_SectBin::QuickChk(), r_apply_l_const(), r_assemble_binary(), r_assemble_list(), r_assemble_op(), R_Resolve_Branches(), Rag_Handle_Woff_Args(), Raise_whiledo_stmt_to_doloop(), Read_Feedback_Info(), read_file(), Read_Global_Info(), Read_isr_cg(), Read_Member_Name(), Read_Pragma_Affinity(), Read_Pragma_Data_Affinity(), Read_Pragma_Distribute(), Read_Pragma_Redistribute(), Read_PU_Infos(), Read_VS(), COST_TABLE::Realloc(), Realloc_Label_Info(), reassoc_expr(), Reassociate(), Recompute_addr_saved_stmt(), Recompute_Deps_For_Tree(), Recompute_Label_Offset(), CG_LOOP::Recompute_Liveness(), TRANSPOSE_DIRECTED_GRAPH16::Record(), SUMMARIZE< program >::Record_global_dmod(), SUMMARIZE< program >::Record_global_ref(), SUMMARIZE< program >::Record_mod(), SUMMARIZE< program >::Record_mod_common(), SUMMARIZE< program >::Record_mod_formal(), SUMMARIZE< program >::Record_ref_all_formal(), SUMMARIZE< program >::Record_ref_formal(), ARRAY_SUMMARY::Record_tlogs(), RECUR_OP_DESC::RECUR_OP_DESC(), Red_Dep_Info(), Reduce_Fraction(), VECTOR_SPACE< T >::Reduce_Magnitude(), Reduce_Permutation(), VECTOR_SPACE< FRAC >::Reduce_Row(), Reduced_Permutation(), PAR_STAT::Reduction_Cost(), ARA_LOOP_INFO::Reduction_List(), WB_BROWSER::Reduction_Walk(), Redundancy_Elimination(), Redundant_Condition(), PF_LG::Ref_In_LG(), References_Some_Label(), CODEREP::References_var(), ProgHdrTable::Reginfo_bias(), ProgHdrTable64::Reginfo_bias(), REGION::REGION(), OPT_STAB::REGION_add_to_bound(), Region_Boundary_Fixup(), Region_Compare(), REGION_Exit_Whirl_Labels(), REGION_INFO_MGR::REGION_INFO_MGR(), REGION_Initialize(), Region_Intersect(), Region_Is_Illegal(), REGION::Region_Projection(), REGION_remove_preg(), CACHE_REGION::Region_Size(), Region_skip(), Region_To_Memory(), Region_Union(), OPT_STAB::REGION_verify_bound(), Regions_Distributed_Orthogonally(), Regions_Distributed_Similarly(), REGISTER_Allocate_Stacked_Register(), KEY_SCH::register_allocation_init(), GRA_BB::Register_Girth(), Register_Name_To_Statement(), LOOP_INVAR_CODE_MOTION::Register_Para_Passing(), REGISTER_Request_Stacked_Rotating_Register(), REGISTER_Set_Allocatable(), REGISTER_SET_Choose_Engine(), REGISTER_SET_Difference1(), REGISTER_SET_Intersection1(), REGISTER_SET_MemberP(), REGISTER_SET_Range(), REGISTER_SET_Size(), REGISTER_SET_Union1(), PROMPF_INFO::Register_Shutdown(), PROMPF_INFO::Register_SStrip(), REGISTER_Stacked_Output_Name(), PROMPF_INFO::Register_Startup(), REGISTER_Translate_Stacked_Output(), PROMPF_INFO::Register_Winddown(), Rehash_tree_rec(), Slack::Relax_Precedence(), Remark_Depth(), Rematerialize_GRF(), HASH_TABLE< SIG_TYPE, DATA_TYPE >::Remove(), CFG::Remove_bb(), Remove_Branches(), CFG::Remove_critical_edge(), ARRAY_REF::Remove_Cse(), Remove_Current_LR(), Remove_Dead_Single_Defs(), SYSTEM_OF_EQUATIONS::Remove_Eq_Number(), remove_ex(), Remove_Explicit_Branch(), GTABLE::Remove_Gotos(), GOTO_TABLE::Remove_Gotos(), Remove_Invar_Duplicates(), Remove_Invariant_Predicates(), ARRAY_REF_LIST::Remove_Invariants(), ARRAY_REF::Remove_Invariants(), LABEL_LIST::Remove_Label(), SYSTEM_OF_EQUATIONS::Remove_Le_Number(), Remove_LRs_For_OP(), Remove_Non_Definite_Dependence(), Remove_Notations_With_Copies(), remove_op(), Remove_Privatizable_DU_Copy_Arcs(), Remove_Redundant_Stids(), LABEL_LIST::Remove_Target(), Remove_Trailing_Zero_Fraction(), LABEL_LIST::Remove_Tree(), Remove_Unity_Trip_Loop(), Remove_Unity_Trip_Loop_Dep_Update(), remove_uses(), LINEX::Remove_Zero_Terms(), Remove_Zero_Trip_Loop(), ESSA::Rename(), Rename_INITV_Labels(), Rename_Labels_Gotos(), Rename_Locals(), Rename_Opnds(), Rename_Privatized_COMMON(), Rename_Reductions_Rec(), Rename_TN_In_Range(), GRA_BB::Rename_TN_References(), Rename_TNs_For_BB(), SCHEDULER::Renaming(), Renumber_Exp(), Renumber_Loops(), Reorder_Blocks(), CYCLE_STATE::Reorder_Branch_OP(), Repair_Bad_Dependences(), Replace_Corresponding_Loops(), Replace_Equality_Check(), replace_ex(), Replace_Icall(), Replace_Index_Variable(), Replace_Ldid_With_Exp_Copy(), Replace_Symbol(), Replace_Symbols(), CIO_RWTRAN::Replace_Tn(), Replace_TN_References(), Replace_WN(), Replace_Wnexp_With_Exp_Copy(), WN_UNROLL::Replicate_expr(), Report_Delta_Time(), Requires_edge_placement(), BIT_VECTOR::Reset(), BB_REGION_SET::Reset(), COND_BOUNDS_INFO::Reset_Bounds_To(), Reset_cd_and_stmt(), PROMPF_INFO::Reset_Last_Trans(), IPO_ADDR_HASH::Reset_Lookup(), Reset_modref_count(), Reset_param_list(), CG_BROWSER::Reset_Subcommand(), WB_BROWSER::Reset_Subcommand(), Reset_Timers(), COND_BOUNDS_INFO::Reset_Varcount_To(), SNL_BOUNDS_INFO::Reset_Varcount_To(), RESHAPE::Reshape_Constant_Shape(), RESHAPE::Reshape_Passed_Section(), Reshape_ST_Entry(), RESHAPE::Reshapeable_Passed_Section(), Resolve_Conditional_Branch(), CG_GROUPING::resource_slack(), GRA_BB::Restore_Below_Set(), restore_ctrl_val_set(), SUMMARIZE< program >::Restore_from_check_point(), RETYPE_EXPR_expr(), RETYPE_EXPR_stmt(), Rewrite_Bounds(), Rewrite_Pragmas_On_Structs(), Rewrite_Reshaped_Commons(), Rewrite_Structs_In_MPRegion(), RG::RG(), RG_LIST::RG_LIST(), RG_NODE::RG_NODE(), ETABLE::RHS_is_fully_avail(), RID_Fprint(), CG_BROWSER::Root(), Row_Echelon(), RR_INFO::RR_INFO(), RR_Map_Refs(), RR_Map_Setup_Traverse(), RSolve(), RSolve3(), RSolve_Go(), Rtry(), RV_Array_Legal(), RV_Array_Node_Legal(), RV_Depv_Is_Reversable(), RV_Evaluate(), RV_Index_Sign(), RV_Is_Legal(), RV_Reverse_Dependence(), RV_Reverse_Dependences(), RV_Reverse_Index_Ldid(), RV_Reverse_Indices(), RV_Reverse_Loop(), RV_Reverse_Node_Dependences(), RV_Scalar_Legal(), RV_Sign(), RV_Simplify_Indicies(), RV_Traverse(), RV_Tree_Has_All_Backward_Indices(), RV_Tree_Has_All_Written_Indices(), s_lno_debug(), SA_Set_SimdOps_Info1(), SA_Set_SimdOps_Info2(), SA_Version_F90_Loops_For_Contiguous(), Safe_Depth(), Same_addr_expr(), ESSA::Same_e_version_phi_result(), ESSA::Same_e_version_real_occ_phi_opnd(), Same_Invariant_Expression(), DSE::Same_memloc(), DEPV_COMPUTE::Same_Monotonic(), DEPV_COMPUTE::Same_Permutation(), Same_Ug(), VECTOR_SPACE< T >::Sanity_Check(), PAR_STAT::Sanity_Check(), sanity_check_loop_body(), PAR_STAT::Sanity_Check_Node(), save_ctrl_val_set(), RESTRICTED_MAP::Save_info(), ETABLE::Save_replace_rhs_by_preg(), CSE::Save_shrunk_lr_def(), Save_Symbol_Name(), EXP_WORKLST::Save_use_cr(), Scalar_Dependence_Prevent_Fusion(), Scalar_Equivalence_Class(), Scalar_Expand(), Scalar_Expandable(), Scalar_Expansion_Tile(), Scalar_Expr(), Scalar_Interferes(), scalar_rename(), Scalar_Variable_Renaming(), WB_BUFFER::Scan_Alphanumeric(), Scan_Complement_BB_For_Referenced_TNs(), Scan_Parameters(), Scan_Region_BB_For_Referenced_TNs(), LT_Heuristics::Sched_Top_Down(), HB_Schedule::Schedule_Blocks(), Scl_Dep_Info(), IPA_NODE::Scope(), CG_BROWSER::Sdebug(), WB_BROWSER::Sdebug(), SE_Array(), SE_Assign_Lexcounts(), SE_CT_New_Tile_Infos(), SE_Easy_Loop(), SE_Final_Value(), SE_Find_Stid(), SE_Findxs(), SE_Fix_Dependence(), SE_Guard_Depth(), SE_Guard_Tests(), SE_Iload(), SE_Index_Loops(), SE_Indxs_and_Bounds(), SE_Permutation_To_Order(), SE_Prune_Stack_Elements(), SE_Safe_Depth(), SE_Wrap_Array(), Search_for_own_cd(), Search_For_Previous_Constant(), Search_For_Previous_Enum(), Search_For_Previous_Symbol(), Search_for_summary_stmt(), ARRAY_SUMMARY_OUTPUT::Search_for_terms(), SEC_is_tls(), SecHdrTable::SecHdrTable(), SecHdrTable64::SecHdrTable64(), IPA_LNO_READ_FILE::Section_Header(), IPA_LNO_READ_FILE::Section_Size(), Section_Variable_TY(), Select_Blocks(), IF_CONVERTOR::Select_Candidates(), Priority_Selector::Select_OP_For_Delay_Slot(), Self_Dependent_Store(), Separate(), Separate_And_Update(), separate_loop_and_scalar_expand(), separate_loop_by_scc(), BB_REGION_SET::Set(), BIT_VECTOR::Set(), MEM_RANGE::Set_access_range(), Set_addr_saved_expr(), Set_addr_saved_stmt(), Set_Addr_Taken_Attrib(), ACCESS_ARRAY::Set_Array(), AEQUIV::Set_Array_Bit_Vector(), Set_Array_Dim(), AXLE_NODE::Set_Axle(), AXLE_NODE::Set_Axle_Eq(), AXLE_NODE::Set_Axle_Le(), Set_BB_pdom_set(), SPARSE_BV::Set_Bit(), Set_Caller_Actual_Messy(), Set_cd_ctrl_index(), Set_chk_reg(), Set_chk_tgt(), ACCESS_VECTOR::Set_Condition(), Set_Constant_Dimensions(), DAG_BUILDER::Set_Def_Use_OPs(), Set_defphi_recursive(), PROJECTED_KERNEL::Set_Difference(), Set_Error_Descriptor(), DO_LOOP_INFO::Set_Est_Num_Iterations(), IF_CONVERTOR::Set_Fall_Thru(), SUMMARY_STRUCT_ACCESS::Set_hot_fld_array(), ACCESS_ARRAY::Set_IF(), Set_Indexed_Loop_Bounds(), Set_indirect_defphi_recursive(), Set_Invariant_Symbols(), SUMMARIZE< program >::Set_IO(), Slack::Set_last_cycle(), ACCESS_ARRAY::Set_LB(), ACCESS_ARRAY::Set_LB_r(), PROJECTED_NODE::Set_linex_eq(), PROJECTED_NODE::Set_linex_le(), LINEX::Set_linex_terms(), PROJECTED_NODE::Set_linexs(), ACCESS_VECTOR::Set_Loop_Coeff(), ARA_REF::Set_Loop_Invariant(), WB_BROWSER::Set_Map_Id(), DEPV_COMPUTE::Set_Map_Used(), SNL_STREAM::Set_Min_Path(), ACCESS_VECTOR::Set_Nest_Depth(), CG_BROWSER::Set_Node(), WB_BROWSER::Set_Node(), Set_Parameter_Info(), Set_PU_arg_area_size(), REGION::Set_Region(), PROJECTED_REGION::Set_region(), Set_Register_Range_Not_Allocatable(), HB_Schedule::Set_Resource_Usage(), Set_Runtime_Call_Side_Effects(), LAT_DIRECTED_GRAPH16::Set_Scc_Graph(), REPLACING_OCCUR_SEARCH::Set_seen(), Set_ST_elf_index(), Set_ST_formal_preg_num(), Set_ST_formal_ref_base(), DEPV_COMPUTE::Set_Step(), WB_BROWSER::Set_Subcommand(), CG_BROWSER::Set_Subcommand(), Set_Tcon_Value(), DAG_BUILDER::Set_TN_BB_Bitset_Table(), AXLE_NODE::Set_To_Kernel_Image(), ACCESS_ARRAY::Set_UB(), ACCESS_ARRAY::Set_UB_r(), Set_up_all_preg_symbols(), Set_Up_Equivalence_Class(), Set_Up_Equivalence_Classes(), CG_BROWSER::Set_Vertex(), ARA_LOOP_INFO::Set_Whole_Array(), ARA_REF::Set_Whole_Array(), EXEC_PATH::Setup_Hash(), Setup_Live_Ranges(), setup_new_section_for_dwarf(), setup_signal_handler(), Setup_Text_Section_For_PU(), sgi_cmd_line(), Shackle_Copy_Prompf_Id_Map_Info(), DEPV_ARRAY::Shorten(), Shorten_Critical_Recurrence_By_Reassociation(), DEPV_ARRAY::Shorten_To_Dep(), show_tree(), SI_RR_Length(), Signal_Cleanup(), Simd(), simd_2(), Simd_Add_Shuffle_For_Negative_Coefficient(), Simd_Align_Analysis(), Simd_Align_Array_References(), Simd_Align_Best_Peel(), Simd_Analysis(), Simd_Compute_Best_Align(), Simd_Copy_Def_Use_For_Loop_Stmt(), Simd_Count_Good_Vector(), Simd_Finalize_Loops(), simd_fis_merge_scc_to_form_new_loop(), simd_fis_separate_loop_and_scalar_expand(), Simd_Handle_Negative_Coefficient(), Simd_Mark_Code(), simd_operand_kind(), Simd_Replace_With_Constant(), Simd_Unroll_Statement(), Simd_Unroll_Times_By_SimdKind(), Simd_Unroll_Times_By_VectorType(), Simd_Update_Copy_Array_Index(), Simd_Vectorize_Constants(), Simd_Vectorize_Induction_Variables(), Simd_Vectorize_Load_And_Equilvalent(), Simd_Vectorize_Scalar_Reduction(), Simd_Vectorize_SimdOp_And_Kids(), Similar_Ptr_Addrs_Match(), Similar_Ptr_Offset_ok(), Simple_Cost_Traverse(), Simple_Execution_Cost(), DEPV_COMPUTE::Simple_Gcd_Indep(), simple_intrinsic(), simple_intrinsic_nt(), SYSTEM_OF_EQUATIONS::Simple_Redundant(), RG_LIST::Simplify(), PROJECTED_REGION::Simplify(), VN_PHI_EXPR::simplify(), VN_INTR_OP_EXPR::simplify(), LINEX::Simplify(), SIMPNODE_SimplifyExp2_h(), SIMPNODE_SimplifyIntrinsic(), Simulated_Op_Real_Inst_Words(), Single_Iteration_Cost(), Single_Loop_Coeff(), Sink_Out_Sandwiched_Statement(), Sinkable_Into_Loop(), Sinkable_Out_Of_Loop(), ElfSymtab::Size(), size_of_each_pu(), Skip_Loop_Invar_Code_Motion(), CODEREP::Skip_opnd(), Slack::Slack(), SNL_Access_Index_Section(), SNL_Access_Operator(), SNL_Add_Du_To_Index_Ldid(), SNL_ANAL_INFO::SNL_ANAL_INFO(), SNL_Auto_Parallelization(), SNL_Bad_Scalars_Are_Distributable(), SNL_Bound_Lin_Symb_Worth_Optimizing(), SNL_Bound_Loop_Coeff_Worth_Optimizing(), SNL_Bound_Non_Lin_Symb_Worth_Optimizing(), SNL_Bound_Worth_Optimizing(), SNL_Cache_Cost(), SNL_Change_Du_Pointer(), SNL_Change_Du_To_Index_Ldid(), SNL_Change_Reduction_Loop_Stmts(), SNL_DEP_INFO::SNL_DEP_INFO(), SNL_DEP_MATRIX::SNL_DEP_MATRIX(), SNL_Depv_Is_LCD(), SNL_Depv_Is_Permutable(), SNL_Dir_Cannot_Interchange(), SNL_Distribute(), SNL_Distribute_By_Splitting(), SNL_Distribute_For_Permutation(), SNL_Expand_Reduction_Deps(), SNL_Finalizable_Loops(), SNL_Finalize_Index_Variables(), SNL_Finalize_Loops(), SNL_Find_Traverse(), SNL_Fix_Blockable_Dependendences_Traverse(), SNL_Fix_Index_Pointers(), SNL_GEN_2D_Regtile(), SNL_GEN_Distribute(), SNL_GEN_Distribution(), SNL_GEN_Permute_Loops(), SNL_GEN_Protect_Nest_With_Conditionals(), SNL_GEN_Scalar_Expand(), SNL_GEN_U_Ctiling(), SNL_Get_Inner_Snl_Loop(), SNL_Good_Perm_Loops(), SNL_Inner_Cache_Cost(), SNL_Inner_Exit_Count(), SNL_Inner_Machine_Cost(), SNL_Innermost_Do(), SNL_INV_Add_Tile(), SNL_INV_Cache_Block(), SNL_INV_Compact_Scalar_Expand(), SNL_INV_Distribute(), SNL_INV_Distribute_Block_Of_Loops(), SNL_INV_Distribution(), SNL_INV_Get_Dist_Limits(), SNL_INV_Get_Tile_Size(), SNL_INV_Limited_Scalar_Expand_And_Distribute(), SNL_INV_Limited_SE_And_Dist(), SNL_INV_Local_Permute_Loops(), SNL_INV_Permute_Distributends(), SNL_INV_Permute_Loops(), SNL_INV_Register_Tile(), SNL_INV_Remove_Tile(), SNL_INV_Scalar_Expand(), SNL_INV_Scalar_Expand_Tile(), SNL_INV_SE_Distribute(), SNL_INV_Shift_Loops(), SNL_INV_Transforms(), SNL_INV_Update_Tile(), SNL_Is_Distributable(), SNL_Is_Distributable_Tree(), SNL_Is_Invariant(), SNL_Is_Non_Varying_Access_Array(), SNL_Is_Scalar_Expandable(), SNL_Is_Transformable(), SNL_Kernel_Section(), SNL_LB_Worth_Optimizing(), SNL_Legal_Perm_Array(), SNL_Legal_Perm_Arrays(), SNL_Legal_Perm_Bounds(), SNL_Legal_Perm_Deps(), SNL_Legal_Perm_Scalar(), SNL_Legal_Perm_Scalars(), SNL_Legal_Permutation(), SNL_Legal_Tile_Arrays(), SNL_Lift_Lego_Tile_Loops_Once(), SNL_Lift_Lego_Tile_Loops_Shifts(), SNL_Loop_Count(), SNL_Machine_Cost(), SNL_Min_Parallel_Overhead_Cost(), SNL_NEST_INFO::SNL_NEST_INFO(), SNL_Optimize_Bounds(), SNL_Optimize_LB_With_Access_Vectors(), SNL_Optimize_UB_With_Access_Vectors(), SNL_Parallel_Serial_Order_OK(), SNL_Parallelization_Costs(), SNL_Peel_Iteration(), SNL_Perm_Retained_Section(), SNL_Permutation_Is_Distributable(), SNL_Permutation_Needs_Distribution(), SNL_Permute_Loops(), SNL_Phase(), SNL_Print_Ldid_Pointers(), SNL_Regtile_Loop(), SNL_Remove_Useless_Loops(), SNL_Scalar_Expand(), SNL_Scalar_Expand_For_Splitting(), SNL_Sink_Out_Sandwiched_Statements(), SNL_SPL_Build_Loop_List(), SNL_SPL_Copy_Inner_Tile_Stack(), SNL_SPL_Fix_Inner_Loop_Limits(), SNL_SPL_Loop_Is_Inner_Tile(), SNL_SPL_Make_Inner_Tile_Stack(), SNL_SPL_Sort_Stack(), SNL_SPL_Split_Inner_Tile_Loops(), SNL_SPL_Split_Tile_Sets(), SNL_TILE_INFO::SNL_TILE_INFO(), SNL_TRANS_INDEX_DATA::SNL_TRANS_INDEX_DATA(), SNL_Transform(), SNL_UB_Worth_Optimizing(), SNL_Update_Strip_Dependence(), SNL_Upper_Bound_Standardize(), snprintfd(), snprintfll(), snprintfs(), snprintfx(), TRANSPOSE_DIRECTED_GRAPH16::Solve(), COST_TABLE::Solve(), Solve_For(), CIO_RWTRAN::Sort_Arcs(), sort_by_slack(), Sort_Clone_Cands(), Sort_Equivalence_Class(), Sort_Invar_Stack(), SYSTEM_OF_EQUATIONS::Sort_Le(), Sort_Long_Branches(), CIO_RWTRAN::Sort_Ops(), CROSS_SNL_INFO::Sort_Parallel_Options(), Sort_Refvecs(), AEQUIV::Sort_Stack(), Special_Store_Load_Sequence(), GRA_BB::Spill_Above_Set(), Spill_Homeable_TN(), Spill_Live_Range(), TRACK_CYCLE::Split(), Split_Array(), Split_BB(), Split_Block(), Split_Count(), Split_Depth(), Split_Individual_Common(), PF_LG::Split_LG(), PF_LOOPNODE::Split_Loops(), OPT_FEEDBACK::Split_node(), Split_Region(), Split_Sx_Depth(), Split_Using_Preg(), Splittable(), SPRE_insert_load_to_preg(), sPrint_OP(), FB_FREQ::Sprintf(), ST2C_Define_A_Common_Block(), ST2C_Define_Common_Blocks(), ST2C_finalize(), ST2C_func_header(), ST2C_Get_Common_Block_Name(), ST2C_Get_Common_Ty2c_List(), ST2F_func_header(), ST_elf_index(), ST_is_const_initialized_scalar(), ST_to_Elfsym(), Stab_Compare_Types(), Stab_Free_Namebufs(), Stab_Full_Split_Offset(), Stab_Lock_Tmpvar(), Stab_Reserved_St(), Stab_Reserved_Ty(), Standardize_For_Tiling(), CANT_BE_AVAIL_SEARCH< PRE_DIRECTION >::Start_from(), USER_AVAIL_SEARCH::Start_from(), PARTIAL_AVAIL_SEARCH::Start_from(), REPLACING_OCCUR_SEARCH::Start_from(), STOPS_SEARCH::Start_from(), Statement_Sinkable_Out_Of_Loop(), WB_BROWSER::Statements(), STD_Traverse(), LS_IN_LOOP_ITER::Step(), Step_Size(), store_ctrl(), Store_Orig_Dims(), store_parm_decls(), store_sequence(), RVI::Store_to_preg_and_mem(), RVI::Store_to_preg_cvtl(), Stream_Analysis(), SNL_STREAM::Stream_Init(), SNL_STREAM::Stream_Next(), Stride_One_Level(), Strip_OMP_Workshare(), REGION_STRIDE_PREFETCH::Strong_Single_Stride_Ins(), struct_field_count(), Subscripts_All_0(), ACCESS_ARRAY::Substitute(), ACCESS_VECTOR::Substitute(), Substitute_Array(), Substitute_Expr(), Substitute_Expr_Value(), LINEX::Substitute_Lindex(), Substitute_Value(), IPO_INLINE::SubstituteFormal(), Subtract(), LINEX::Subtract(), Sufficient_Iterations(), IF_CONVERTOR::Suitable_For_If_Conv(), SUMMARIZE< program >::Summarize(), SUMMARIZE< IPL >::SUMMARIZE(), OPT_PU_POINTS_TO_SUMMARIZER::Summarize_points_to(), CG_BROWSER::Summary(), WB_BROWSER::Summary(), WB_BROWSER::Summary_Actual(), WB_BROWSER::Summary_Callsite(), WB_BROWSER::Summary_Chi(), WB_BROWSER::Summary_Formal(), CG_BROWSER::Summary_Locate(), CG_BROWSER::Summary_Procedure(), WB_BROWSER::Summary_Procedure(), WB_BROWSER::Summary_Region(), WB_BROWSER::Summary_Stid(), WB_BROWSER::Summary_Stmt(), SWP_Allocate_Rotating_Regs(), SWP_Append_Noop(), SWP_Bundle(), SWP_Delete_Noop(), SWP_Dont_Bundle(), SWP_Emit(), SWP_Fixup(), SWP_Fixup_Rotating_Registers(), SWP_Gather_Lifetime_Extents(), SWP_Gather_Lifetimes(), SWP_Init_Samecycle_Dep_Order(), SWP_Loop_Init_Fini(), SWP_Noop_Property(), SWP_OP_vector::SWP_OP_vector(), SWP_Pack_A_Bundle(), SWP_Rename_TNs(), SWP_Reorder_OPs(), SWP_Show_Statistics(), SWP_Slot_Helper(), SWP_Undo_Bundle(), SWP_Update_OP_slot(), SWP_Verify_Samecycle_Dep_Order(), Sx_Depth(), sxt_sequence(), Symbol_Count(), Symbol_In_Expression(), SYSTEM_OF_EQUATIONS::Take_Gcds(), Targ_Atoc(), Targ_Emit_Const(), Targ_Emit_String(), TARG_INT_Least_Sig_One(), TARG_INT_Most_Sig_One(), TARG_INT_Pop_Count(), Targ_IntrinsicOp(), Targ_Ipower(), Targ_Print(), Targ_WhirlOp(), Target_Unique_Exit(), BIT_VECTOR::Test(), ARA_LOOP_INFO::Test_Alias(), Test_Alias_Ara_Ref_Array(), Test_Alias_Ara_Ref_Scalar(), Test_Alias_Scalar_Node_Array(), Test_Alias_Scalar_Node_Scalar(), WN_INSTRUMENT_WALKER::Test_Instrument_Node(), this_fp(), this_node(), WB_BROWSER::This_Node(), Thread_Affinity_Lower(), TI_ASM_DisAsm_Inst(), TI_ASM_Get_Bundle_Comp(), TI_ASM_Get_Bundle_Reloc_Value(), TI_ASM_Pack_Inst(), TI_ASM_Print_Inst(), TI_ASM_Set_Bundle_Comp(), TI_ASM_Set_Bundle_Reloc_Value(), TI_ASM_Unpack_Inst(), TI_BUNDLE_Clear(), TI_BUNDLE_Has_Property(), TI_BUNDLE_Is_Empty(), TI_BUNDLE_Is_Full(), TI_BUNDLE_Slot_Available(), TI_BUNDLE_Stop_Bit_Available(), TI_Initialize(), TI_LATENCY_Errata_Hazard(), TI_LATENCY_Operand_Hazard(), TI_LATENCY_Result_Hazard(), TI_RES_Can_Dual_Issue(), TI_RES_COUNT_Add(), TI_RES_COUNT_Add_Op_Resources(), TI_RES_COUNT_Add_Op_Resources_Scaled(), TI_RES_COUNT_Emit_Note(), TI_RES_COUNT_Min_II(), TI_RES_COUNT_Subtract(), TI_RES_COUNT_Subtract_Op_Resources(), TI_RES_COUNT_Subtract_Op_Resources_Scaled(), TI_RES_RES_Equal(), TI_RES_RES_Print(), TI_RES_RES_Reserve_Resources(), TI_RES_RES_Resources_Available(), TI_RES_RES_Resources_Equivalent(), TI_RES_RES_Resources_Grainy(), TI_RES_RES_Resources_Relevant(), TI_RES_RES_Set_BB_Cycle_Count(), TI_RES_RES_Unreserve_Resources(), Tile_Loop(), ARA_LOOP_INFO::Tlog_CI_Print(), Tlog_Lego_Interchange(), CG_BROWSER::Tlog_Mod_Ref_Commons(), CG_BROWSER::Tlog_Mod_Ref_Formals(), CALL_INFO::Tlog_Print(), TN_2_DEFS_VECTOR_MAP::TN_2_DEFS_VECTOR_MAP(), TN_DU_MAP::TN_DU_MAP(), TN_In_BB(), TN_MAP_Create(), TN_MAP_Set(), TN_Opernum_In_OP(), TN_Pair_In_OP(), TN_Reaching_Value_At_Op(), TN_Resnum_In_OP(), TN_Value_At_Op(), toplogical_reordering(), CIO_RWTRAN::Trace_CICSE_Changes(), CIO_RWTRAN::Trace_CICSE_Entries(), Trace_Frequencies(), Trace_IR(), Trace_Stack_Segments(), MAT< T >::Trans(), ALIAS_MANAGER::Transfer_alias_class_to_alias_manager(), OPT_STAB::Transfer_alias_class_to_occ_and_aux(), CIO_RWTRAN::Transform_Arcs(), Transform_Code(), Transform_Do(), Transform_Expression(), Translate_Array(), Translate_Label(), Translate_OMP_to_MP(), TRANSPOSE_DIRECTED_GRAPH16::Transpose(), TRANSPOSE_DIRECTED_GRAPH16::Transpose_Array(), AGGINIT::Traverse_Aggregate_Array(), Traverse_Aggregate_Array(), Traverse_Aggregate_Struct(), AGGINIT::Traverse_Aggregate_Struct(), Traverse_DST(), Traverse_Neighbors(), Traverse_PU_parameters(), Traverse_TYs(), Traverse_Update(), traverse_wn_tree(), Tree_Equiv(), Tree_Has_Regions(), Trip_Loop_Exit_Prob(), Trip_Reduce_Loop(), DEPV_COMPUTE::Trivial_Test(), Try_Hoist_Expression(), LOOP_MODEL::Try_Inner(), Try_Reshape_Callee_Formal(), LOOP_MODEL::Try_Unroll(), TSI_Bad_IIs(), TSI_II_Cycle_Resource_Ids_Used(), TSI_II_Resource_Requirement(), TSI_Last_Issue_Cycle(), TSI_Load_Access_Time(), TSI_Name(), TSI_Operand_Access_Time(), TSI_Resource_Requirement(), TSI_Resource_Total_Vector(), TSI_Resource_Total_Vector_Size(), TSI_Result_Available_Time(), TSI_Store_Available_Time(), TSI_Valid_Issue_Slot_Count(), TSI_Valid_Issue_Slots(), TSI_Write_Write_Interlock(), LU_MAT< T >::TUnfactor(), Twod_Setbound(), ALIAS_RULE::Ty1_Include_Ty2(), TY_All_Bounds_Defined(), MAT< T >::U(), U64_LOWER_expr(), U64_LOWER_form_node(), U64_LOWER_stmt_wn(), U64_lower_stmtrep(), SNL_DEP_INFO::U_Fully_Permutable(), LU_MAT< T >::U_Solve(), PROMPF_INFO::Undo_Fusion(), PROMPF_INFO::Undo_Post_Peel(), PROMPF_INFO::Undo_Pre_Peel(), LU_MAT< T >::Unfactor(), UNIFORM_NAME::UNIFORM_NAME(), Unify_Loop(), Unimodular_To_Permutation(), MA_OFFSET::Union(), DEPV_ARRAY::Union(), Unique_AddElement(), Unique_Definition(), Unique_Ldid_Symbol(), LOOP_MODEL::Unique_Unstored_Fp_Scalar_Refs(), LOOP_MODEL::Unique_Unstored_Int_Scalar_Refs(), Unit_Stride_Reference(), REDUCTION_MANAGER::Unmapped_Vertices(), Unpropagate_Unusable_16bit_Info(), WN_UNROLL::Unroll(), ARRAY_REF_LIST::Unroll(), ARRAY_REF::Unroll(), Unroll_Dowhile_Loop(), Unroll_Loop_By_Trip_Count(), Unroll_Make_Remainder_Loop(), unroll_multi_bb(), unroll_names_init(), Unroll_Replicate_Body(), REDUCTION_MANAGER::Unroll_Update_Rec(), Unrolled_DU_Update_E(), Unrolled_DU_Update_V(), WN_TREE_ITER< PRE_ORDER, WHIRL >::Unwind(), PF_SPLIT_VECTOR::Update(), SD_INFO::Update(), update_actual_indices(), SUMMARIZE< program >::Update_Addr_Passed_Count(), Update_Addr_Reset_Size(), Update_annot_with_all_callee_mods(), Update_annot_with_callee_mod(), Update_Available_Order(), Update_Bounds_After_Padding(), SUMMARIZE< program >::Update_call_pragmas(), AEQUIV::Update_Code(), LOCAL_CLSC::Update_cr_alias(), PF_REFVEC::Update_dvec(), Update_EHRegion_Inito(), Update_EHRegion_Inito_Used(), Update_Execution_Cost(), Update_Fat_Points(), Update_formal_dref(), update_formal_indices(), Update_GRA_Live_Sets(), Update_Label_Info(), update_linex_with_constant_mod(), Update_Live_LRs_Vector(), Update_Live_Use_Counts(), Update_Loop_Info(), Update_loops_for_mainopt(), DAG_BUILDER::Update_Max_TN_number(), COST_TABLE::Update_Min_II(), update_mod_const_sections(), Update_Nest_Depth_Traverse(), ACCESS_VECTOR::Update_Non_Const_Loops(), ACCESS_ARRAY::Update_Non_Const_Loops(), ACCESS_VECTOR::Update_Non_Const_Loops_Nonlinear(), Update_op_must_not_be_moved(), Update_Pad_Size(), update_parent_block(), LT_Heuristics::Update_Precedence(), DCE::Update_predecessor_lists(), update_projected_region(), SX_INFO::Update_Reduction_Loop_Stmts(), update_region(), DCE::Update_region_information(), HB_Schedule::Update_Regs_For_OP(), LT_Heuristics::Update_Resources(), Slack::Update_Slack_From_Placed_Op(), Slack::Update_Slack_From_Placed_Ops(), Update_Split_Array(), update_state(), EXP_HOISTING::Update_succ_count_rec(), Update_Summaries(), Update_Symbol_Use_Def(), Update_Sync_Length_Ldid_DU(), Update_Sync_Length_Stid_DU(), Update_Sync_Offset_Ldid_DU(), Update_Sync_Offset_Stid_DU(), UPROP(), FAVOR_DELAY_HEUR::Upward_Code_Motion_Inc_Live_Range_Greatly(), SCHED_DFLOW_MGR::Upward_Sched_Interfere_Nested_Rgns_LiveRanges(), Usable_Registers(), usage(), WB_BROWSER::Uses(), Uses_Region_TN(), UT_Body_Exp(), ut_body_exp_pre(), UT_Generate_Imperfect_If_Code(), Valid_doloop_condition(), IPA_CPROP_DF_FLOW::Valid_successors_without_cprop(), CG_BROWSER::Values(), SYSTEM_OF_EQUATIONS::Var_Leaf(), CODEREP::Var_type_conversion(), ARA_LOOP_INFO::Variable_Load(), Variant_Array(), Varying_Load(), VECTOR_Add_Element(), Vector_Can_Add_Op(), VECTOR_Delete_Element(), Vector_Is_Possible(), VECTOR_Member_Element(), Vector_Print_Dominators(), VECTOR_Sorted_Add_Element(), VECTOR_SPACE< T >::VECTOR_SPACE(), OPT_FEEDBACK::Verify(), BB_REGION::Verify(), Slack::Verify(), CG_LOOP::Verify(), SWP_OP_vector::Verify(), MRT::Verify2(), DU_MANAGER::Verify_add_wn_to_map(), Verify_alias(), Verify_Cond(), DU_MANAGER::Verify_du_chains_in_tree(), Verify_duplicated_actuals(), FB_CFG::Verify_frequencies(), Verify_Instruction(), CODEREP::Verify_IR(), Verify_Operand(), DU_MANAGER::Verify_scalar_usage(), Vertex_Is_In_Expr(), WB_BROWSER::Vertex_Set_Node(), WB_BROWSER::Vertices(), VHO_Get_Field_List(), vho_lower_expr(), vho_lower_icall(), VHO_Lower_Mistore(), VHO_Lower_Mstid(), vintr_fis_2(), vintr_fis_merge_scc_to_form_new_loop(), vintr_fis_separate_loop_and_scalar_expand(), PROMPF_INFO::Vintr_Fission(), Vintrinsic_Fission(), VN_ARRAY_ADDR_EXPR::VN_ARRAY_ADDR_EXPR(), VN_INTR_OP_EXPR::VN_INTR_OP_EXPR(), VN_PHI_EXPR::VN_PHI_EXPR(), MANUAL_PREFETCH_SYMBOLS::Volume(), PF_UGS::Volume(), PF_BASE_ARRAY::Volume(), PF_LG::Volume(), PF_LOOPNODE::Volume(), PF_LOOPNODE::Volume_For_Outer(), PF_LOOPNODE::Volume_Within_While(), Vote_Affinity(), W2C_Fini(), W2CF_Parentize(), W2F_Fini(), SX_INFO::Walk(), Walk_and_Localize(), ARA_LOOP_INFO::Walk_Block(), Walk_Linex(), ARA_LOOP_INFO::Walk_Loop(), Walk_Loop_Dependence(), Walk_Projected_Node(), Walk_Projected_Region(), ARA_LOOP_INFO::Walk_Rhs(), ARRAY_SNL_INFO::Walk_SNL(), FB_CFG::Walk_WN_expression(), FB_CFG::Walk_WN_statement(), WarnMsg(), WB_address(), WB_alias(), WB_ancestors(), WB_BROWSER::WB_BROWSER(), WB_DAV_draw_deps_loop(), WB_DAV_draw_deps_ref(), WB_defs_loop(), WB_defs_ref(), WB_Dep_Symbol(), WB_DEPV_Print(), WB_Dump_Whirl_Expr(), WB_find(), WB_find_symbols(), WB_findopr(), WB_help(), WB_kids(), WB_last_command(), WB_LNO_Initialize(), WB_Parent_Search(), SUMMARY_PHI::WB_Print(), ARA_LOOP_INFO::WB_Print(), CON_PAIR::WB_Print(), SUMMARY_PROCEDURE::WB_Print(), AXLE_NODE::WB_Print(), REGION_UN::WB_Print(), REGION::WB_Print(), ARA_REF::WB_Print(), WB_Prompf_Map(), WB_scratch(), WB_Set_Map_Id(), WB_statements(), WB_transform(), WB_TXT_deps_loop(), WB_TXT_deps_ref(), WB_type_table(), WB_uses_loop(), WB_uses_ref(), WB_vertices(), WB_vset_node(), WBT_DOLOOP_STACK(), WBT_FORMULA_EVALUATE(), WBTR_Distribution(), WBTR_Loop_Permutation(), WBTR_Loop_Tiling(), WBTR_Scalar_Expansion(), WBTR_SNL_INV_Limited_SE_And_Dist(), CROSS_SNL_INFO::Weed_Out_Inner(), CROSS_SNL_INFO::Weed_Out_Minimum(), Weight_Succ_Chains(), Weird_Triangular(), WFE_Address_Of(), WFE_Array_Expr(), WFE_Convert_Internal_Real_to_IEEE_Double(), WFE_Convert_Internal_Real_to_IEEE_Double_Extended(), Wfe_Expand_Asm_Operands(), WFE_Expand_Expr(), WFE_Expr_Init(), WFE_Initialize_Decl(), WFE_Start_Function(), WFE_Stmt_Push(), AGGINIT::WGEN_Add_Aggregate_Init_Address(), WGEN_Address_Of(), WGEN_Array_Expr(), Wgen_Expand_Asm_Operands(), WGEN_expand_end_for(), WGEN_Expand_Expr(), WGEN_Generate_Thunk(), WGEN_Initialize_Decl(), WGEN_Process_Initialization(), WGEN_Start_Function(), WGEN_Stmt_Push(), Whack_Do_Loops_Traverse(), Which_Loop_Bound(), Which_Loop_Inside(), WHIRL2C_make_valid_c_name(), WHIRL2F_make_valid_name(), Whirl2Src_Translate_Iload_Str(), Whirl2Src_Translate_Istore_Str(), Wind_Down(), Wind_Down_Dep_E(), Wind_Down_Dep_V(), Wind_Down_Parent(), Wind_Down_Shorten(), WN2C_call(), WN2C_func_entry(), WN2C_initialize(), WN2C_intrinsic_op(), WN2C_prefetch(), WN2C_translate_purple_main(), WN2F_Append_IO_CtrlList(), WN2F_Append_IO_List(), WN2F_call(), WN2F_Entry_Point(), WN2F_Expr_initialize(), WN2F_Function_Call_Lhs(), WN2F_Get_DoLoop_Bound(), WN2F_Get_Named_Param(), WN2F_implied_do(), WN2F_initialize(), WN2F_Intr_Funcall(), WN2F_intrinsic_call(), WN2F_intrinsic_op(), WN2F_io(), WN2F_ios_cr(), WN2F_ios_decode(), WN2F_ios_encode(), WN2F_ios_print(), WN2F_ios_read(), WN2F_ios_rewrite(), WN2F_ios_write(), WN2F_prefetch(), WN2F_translate_purple_main(), WN2F_Translate_StringLEN(), WN_Check_Parentize(), WN_copy_stmap(), WN_COPY_Tree(), WN_CreateDO(), WN_CreateLabel(), WN_Cvtl_Ty(), WN_DELETE_Tree(), wn_dumpexpr(), WN_get_dst(), Wn_Is_Above(), WN_massage_input(), WN_NaryToExpr(), WN_Parentize(), WN_Push(), WN_Rename_Duplicate_Labels(), WN_Simplify_Rebuild_Expr_Tree(), WN_Solve_For(), WN_Symbol_Count(), WN_Tree_Has_Duplicate_Labels(), WN_TREE_ITER< POST_ORDER, WHIRL >::WN_TREE_next(), WN_TREE_put_stmt(), WN_UNROLL_suitable(), WN_WALK_SCFNext(), WN_WALK_StmtNext(), WN_WALK_TreeNext(), WN_write_flags(), ANL_VARLIST::Write(), IPA_LNO_WRITE_FILE::Write_Headers(), Write_INITV(), Write_Label(), WOVP::Write_once_check(), write_output(), CIO_RWTRAN::Write_Removal(), IPA_LNO_WRITE_FILE::Write_Revision(), IPA_LNO_WRITE_FILE::Write_Section(), ANL_CBUF::Write_String(), ARRAY_SUMMARY_OUTPUT::Write_summary(), Write_Symbol(), ANL_FUNC_ENTRY::~ANL_FUNC_ENTRY(), ANL_VARLIST::~ANL_VARLIST(), DISTR_INFO::~DISTR_INFO(), MANUAL_PREFETCH_SYMBOLS::~MANUAL_PREFETCH_SYMBOLS(), PF_UGS::~PF_UGS(), and SNL_TRANS_INDEX_DATA::~SNL_TRANS_INDEX_DATA().
| #define INTn | ( | q | ) | copy_int() |
| #define NEXT | ( | ) | { input_ptr++; if (input_ptr == input_ptr_end) fill(); } |
| #define next_byte | ( | ieee | ) | ((ieee)->input_p++) |
Definition at line 312 of file ieee.c.
Referenced by do_one(), ieee_archive_p(), ieee_object_p(), ieee_slurp_external_symbols(), ieee_slurp_section_data(), ieee_slurp_sections(), output_constructor(), parse_expression(), and parse_int().
| #define NOS sp[-1] |
| #define OBS 400 |
Referenced by ieee_write_debug_part().
| #define OUT | ( | x | ) | { *output_ptr++ = (x); if(output_ptr == output_ptr_end) flush(); } |
Definition at line 2674 of file ieee.c.
Referenced by copy_expression(), copy_id(), copy_int(), copy_till_end(), drop_int(), e2_record(), f0_record(), f1_record(), f2_record(), f8_record(), search_expr_for_dargs(), short_circuit_branch(), and write_int().
| #define POP | ( | x, | |||
| y, | |||||
| z | ) | DEC;x=TOS.symbol;y=TOS.section;z=TOS.value; |
Referenced by c_parser_binary_expression(), and parse_expression().
| #define POS sp[1] |
| #define PUSH | ( | x, | |||
| y, | |||||
| z | ) | TOS.symbol=x;TOS.section=y;TOS.value=z;INC; |
Referenced by parse_expression().
| #define THIS | ( | ) | ( *input_ptr ) |
Definition at line 2672 of file ieee.c.
Referenced by block(), copy_expression(), copy_id(), copy_int(), copy_till_end(), drop_int(), f1_record(), and f8_record().
| #define this_byte | ( | ieee | ) | *((ieee)->input_p) |
Definition at line 311 of file ieee.c.
Referenced by do_one(), ieee_archive_p(), ieee_object_p(), ieee_slurp_external_symbols(), ieee_slurp_section_data(), ieee_slurp_sections(), parse_expression(), and parse_int().
| #define this_byte_and_next | ( | ieee | ) | (*((ieee)->input_p++)) |
Definition at line 313 of file ieee.c.
Referenced by bfd_get_string(), ieee_object_p(), ieee_slurp_sections(), parse_int(), read_2bytes(), and read_id().
| #define TOS sp[0] |
| #define VAR | ( | x | ) | ((x | 0x80)) |
| static void bfd_get_string | ( | common_header_type * | ieee, | |
| char * | string, | |||
| size_t | length | |||
| ) | [static] |
Definition at line 326 of file ieee.c.
References i, and this_byte_and_next.
Referenced by read_id().
Definition at line 3246 of file ieee.c.
References e2_record(), f0_record(), f1_record(), f2_record(), f8_record(), and THIS.
Referenced by f8_record(), and relocate_debug().
| static void copy_expression | ( | ) | [static] |
Definition at line 2731 of file ieee.c.
References IEEE_DATA, bfd_section::lma, NEXT, OUT, bfd_section::output_offset, bfd_section::output_section, s, ieee_data_struct::section_table, stack, THIS, tos, VAR, and write_int().
| static void copy_id | ( | ) | [static] |
| static void copy_int | ( | ) | [static] |
| static void copy_till_end | ( | ) | [static] |
Definition at line 3034 of file ieee.c.
References NEXT, OUT, and THIS.
Referenced by f1_record(), and f2_record().
Definition at line 2549 of file ieee.c.
References EXEC_P, FALSE, ieee_load_constant_bytes_enum, ieee_repeat_data_enum, IEEE_SECTION_NUMBER_BASE, ieee_set_current_pc_enum, ieee_set_current_section_enum, ieee_write_byte(), ieee_write_expression(), ieee_write_int(), bfd_section::index, bfd_section::lma, bfd_section::size, bfd_section::symbol, and TRUE.
Referenced by do_without_relocs().
| static bfd_boolean do_one | ( | ieee_data_type * | ieee, | |
| ieee_per_section_type * | current_map, | |||
| unsigned char * | location_ptr, | |||
| asection * | s, | |||
| int | iterations | |||
| ) | [static] |
Definition at line 1837 of file ieee.c.
References reloc_cache_entry::addend, reloc_cache_entry::address, bfd_alloc(), BFD_FAIL, bfd_put_16, bfd_put_32, bfd_put_8, FALSE, bfd_section::flags, bfd::flags, HAS_RELOC, reloc_cache_entry::howto, i, ieee_comma, ieee_function_either_close_b_enum, ieee_function_either_open_b_enum, ieee_function_signed_close_b_enum, ieee_function_signed_open_b_enum, ieee_function_unsigned_close_b_enum, ieee_function_unsigned_open_b_enum, ieee_load_constant_bytes_enum, ieee_load_with_relocation_enum, ieee_variable_R_enum, must_parse_int(), ieee_reloc::next, next_byte, NULL, bfd_section::owner, parse_expression(), parse_int(), ieee_per_section::pc, pcrel, r, ieee_reloc::relent, bfd_section::reloc_count, ieee_per_section::reloc_tail_ptr, SEC_RELOC, reloc_cache_entry::sym_ptr_ptr, ieee_reloc::symbol, bfd_section::symbol_ptr_ptr, this_byte, and TRUE.
Referenced by ieee_slurp_section_data().
Definition at line 2354 of file ieee.c.
References reloc_cache_entry::addend, reloc_cache_entry::address, bfd_arch_bits_per_address(), bfd_arch_bits_per_byte(), bfd_bwrite(), BFD_FAIL, bfd_get_reloc_size(), bfd_get_signed_16, bfd_get_signed_32, bfd_get_signed_8, bfd_zalloc(), comp, EXEC_P, FALSE, reloc_cache_entry::howto, ieee_function_either_close_b_enum, ieee_function_either_open_b_enum, ieee_load_constant_bytes_enum, ieee_load_with_relocation_enum, ieee_per_section, IEEE_SECTION_NUMBER_BASE, ieee_set_current_pc_enum, ieee_set_current_section_enum, ieee_write_2bytes(), ieee_write_byte(), ieee_write_expression(), ieee_write_int(), bfd_section::index, bfd_section::lma, NULL, bfd_section::orelocation, p, reloc_howto_struct::pc_relative, reloc_howto_struct::pcrel_offset, PTR, qsort(), r, bfd_section::reloc_count, size, bfd_section::size, reloc_howto_struct::size, reloc_howto_struct::src_mask, stream, reloc_cache_entry::sym_ptr_ptr, bfd_section::symbol, and TRUE.
Referenced by do_without_relocs(), and ieee_write_data_part().
Definition at line 2589 of file ieee.c.
References do_as_repeat(), do_with_relocs(), FALSE, bfd_section::flags, i, ieee_per_section, SEC_LOAD, bfd_section::size, stream, and TRUE.
Referenced by ieee_write_data_part().
| static void drop_int | ( | struct output_buffer_struct * | buf | ) | [static] |
| static void e2_record | ( | ) | [static] |
| static void f0_record | ( | ) | [static] |
| static void f1_record | ( | ) | [static] |
| static void f2_record | ( | ) | [static] |
| static void f8_record | ( | ) | [static] |
| static void fill | ( | ) | [static] |
Definition at line 2652 of file ieee.c.
References bfd_bread(), and PTR.
Referenced by _frch(), _get_holl(), _get_quoholl(), _rdfmt(), _rnl90to77(), SGI::counts_in_buckets(), default_data_link_order(), exp_get_fill(), get_holl(), get_quoholl(), SGI::container_adapter< RandomAccessIterator >::insert(), RNL(), and yyparse().
| static void fill_int | ( | struct output_buffer_struct * | buf | ) | [static] |
| static void flush | ( | ) | [static] |
Definition at line 2662 of file ieee.c.
References abort, bfd_bwrite(), and PTR.
Referenced by ieee_write_debug_part(), and ieee_write_object_contents().
| static asection* get_section_entry | ( | bfd * | abfd, | |
| ieee_data_type * | ieee, | |||
| unsigned int | index | |||
| ) | [static] |
Definition at line 1211 of file ieee.c.
References bfd_alloc(), bfd_make_section(), bfd_realloc(), c, bfd_section::flags, i, n, NULL, SEC_NO_FLAGS, ieee_data_struct::section_table, ieee_data_struct::section_table_size, sprintf(), bfd_section::target_index, and tmp.
Referenced by ieee_slurp_sections().
| static ieee_symbol_type* get_symbol | ( | abfd | , | |
| ieee_data_type * | ieee, | |||
| ieee_symbol_type * | last_symbol, | |||
| unsigned int * | symbol_count, | |||
| ieee_symbol_type *** | pptr, | |||
| unsigned int * | max_index, | |||
| int | this_type | |||
| ) | [static] |
Definition at line 835 of file ieee.c.
References common_header_type::abfd, bfd_abs_section_ptr, bfd_alloc(), ieee_data_struct::h, ieee_symbol::index, must_parse_int(), new_symbol(), ieee_symbol::next, NULL, bfd_symbol::section, and ieee_symbol::symbol.
| const bfd_target* ieee_archive_p | ( | bfd * | abfd | ) |
Definition at line 1454 of file ieee.c.
References ieee_ar_obstack_type::abfd, common_header_type::abfd, bfd_alloc(), bfd_bread(), bfd_error_wrong_format, bfd_malloc(), bfd_realloc(), bfd_release(), bfd_seek(), bfd_set_error(), ieee_ar_data_struct::element_count, ieee_ar_data_struct::element_index, ieee_ar_data_struct::elements, ieee_ar_obstack_type::file_offset, common_header_type::first_byte, free(), ieee_ar_data_struct::h, i, IEEE_AR_DATA, ieee_assign_value_to_variable_enum, IEEE_DATA, ieee_pos, common_header_type::input_p, library, memcpy, Module_Beginning, must_parse_int(), n, next_byte, NULL, PTR, read_2bytes(), read_id(), save, SEEK_SET, strcmp(), and this_byte.
| static long ieee_canonicalize_reloc | ( | bfd * | abfd, | |
| sec_ptr | section, | |||
| arelent ** | relptr, | |||
| asymbol ** | symbols | |||
| ) | [static] |
Definition at line 2212 of file ieee.c.
References BFD_FAIL, ieee_data_struct::external_reference_base_offset, ieee_data_struct::external_symbol_base_offset, bfd_section::flags, IEEE_DATA, ieee_symbol_index_type::index, ieee_symbol_index_type::letter, ieee_reloc::next, NULL, ieee_reloc::relent, bfd_section::reloc_count, bfd_section::relocation, SEC_DEBUGGING, bfd_symbol::section, src, reloc_cache_entry::sym_ptr_ptr, ieee_reloc::symbol, and bfd_section::symbol_ptr_ptr.
Definition at line 1150 of file ieee.c.
References bfd_abs_section_ptr, BSF_DEBUGGING, ieee_data_struct::external_reference_base_offset, ieee_data_struct::external_reference_min_index, ieee_data_struct::external_symbol_base_offset, ieee_data_struct::external_symbol_count, ieee_data_struct::external_symbol_min_index, for(), i, IEEE_DATA, ieee_slurp_symbol_table(), ieee_symbol::index, ieee_symbol::next, NULL, ieee_symbol::symbol, ieee_data_struct::symbol_table_full, and bfd::xvec.
| static bfd_boolean ieee_find_nearest_line | ( | abfd | , | |
| section | , | |||
| symbols | , | |||
| offset | , | |||
| filename_ptr | , | |||
| functionname_ptr | , | |||
| line_ptr | ||||
| ) | [static] |
Definition at line 3893 of file ieee.c.
References bfd_error_invalid_operation, bfd_error_wrong_format, bfd_set_error(), IEEE_DATA, ieee_object_p(), ieee_w_variable::me_record, NULL, ieee_w_variable::r, stat::st_mode, stat::st_size, and ieee_data_struct::w.
Definition at line 2183 of file ieee.c.
References bfd_section::flags, ieee_slurp_section_data(), bfd_section::reloc_count, and SEC_DEBUGGING.
| static bfd_boolean ieee_get_section_contents | ( | bfd * | abfd, | |
| sec_ptr | section, | |||
| PTR | location, | |||
| file_ptr | offset, | |||
| bfd_size_type | count | |||
| ) | [static] |
Definition at line 2195 of file ieee.c.
References _bfd_generic_get_section_contents(), ieee_per_section::data, bfd_section::flags, ieee_per_section, ieee_slurp_section_data(), memcpy, p, PTR, SEC_DEBUGGING, TRUE, unsigned, and void.
| static void ieee_get_symbol_info | ( | ignore_abfd | , | |
| asymbol * | symbol, | |||
| symbol_info * | ret | |||
| ) | [static] |
Definition at line 1781 of file ieee.c.
References bfd_symbol_info(), BSF_LOCAL, bfd_symbol::flags, _symbol_info::name, bfd_symbol::name, bfd_symbol::section, and _symbol_info::type.
| static bfd_boolean ieee_mkobject | ( | bfd * | abfd | ) | [static] |
Definition at line 2632 of file ieee.c.
References bfd_zalloc(), and NULL.
Referenced by ieee_object_p().
Definition at line 2169 of file ieee.c.
References bfd_alloc(), FALSE, ieee_per_section, NULL, PTR, TRUE, and bfd_section::used_by_bfd.
| const bfd_target* ieee_object_p | ( | bfd * | abfd | ) |
Definition at line 1597 of file ieee.c.
References common_header_type::abfd, ieee_data_struct::ad, arch, bfd_alloc(), bfd_bread(), bfd_error_wrong_format, bfd_release(), bfd_scan_arch(), bfd_seek(), bfd_set_error(), ieee_w_variable::external_part, ieee_data_struct::external_reference_max_index, ieee_data_struct::external_reference_min_index, ieee_data_struct::external_symbol_max_index, ieee_data_struct::external_symbol_min_index, fail, FALSE, h, ieee_data_struct::h, HAS_SYMS, ieee_address_descriptor_enum, ieee_assign_value_to_variable_enum, IEEE_DATA, ieee_mkobject(), IEEE_PUBLIC_BASE, IEEE_REFERENCE_BASE, ieee_slurp_debug(), ieee_slurp_section_data(), ieee_slurp_sections(), ieee_variable_L_enum, ieee_variable_M_enum, common_header_type::input_p, ieee_data_struct::mb, ieee_w_variable::me_record, Module_Beginning, ieee_module::module_name, N_W_VARIABLES, next_byte, NULL, ieee_address::number_of_bits_mau, ieee_address::number_of_maus_in_address, ieee_w_variable::offset, ok(), parse_i(), parse_int(), ieee_module::processor, PTR, ieee_w_variable::r, read_2bytes(), ieee_data_struct::read_data, read_id(), ieee_data_struct::read_symbols, save, ieee_data_struct::section_count, ieee_data_struct::section_table, ieee_data_struct::section_table_size, SEEK_SET, strcmp(), strcpy, strncat(), strncmp(), strncpy(), this_byte, this_byte_and_next, TOUPPER, and ieee_data_struct::w.
Referenced by ieee_generic_stat_arch_elt().
Definition at line 3842 of file ieee.c.
References _bfd_create_empty_archive_element_shell(), ieee_ar_obstack_type::abfd, bfd_error_no_more_archived_files, bfd_set_error(), ieee_ar_data_struct::element_count, ieee_ar_data_struct::element_index, ieee_ar_data_struct::elements, ieee_ar_obstack_type::file_offset, IEEE_AR_DATA, NULL, bfd::origin, p, and TRUE.
| static file_ptr ieee_part_after | ( | ieee_data_type * | ieee, | |
| file_ptr | here | |||
| ) | [static] |
Definition at line 815 of file ieee.c.
References after, and N_W_VARIABLES.
Referenced by ieee_slurp_debug().
| static void ieee_print_symbol | ( | bfd * | abfd, | |
| PTR | afile, | |||
| asymbol * | symbol, | |||
| bfd_print_symbol_type | how | |||
| ) | [static] |
Definition at line 1794 of file ieee.c.
References BFD_FAIL, bfd_print_symbol_all, bfd_print_symbol_more, bfd_print_symbol_name, bfd_print_symbol_vandf(), fprintf(), index(), bfd_symbol::name, bfd_section::name, NULL, PTR, and bfd_symbol::section.
| static bfd_boolean ieee_set_section_contents | ( | bfd * | abfd, | |
| sec_ptr | section, | |||
| const PTR | location, | |||
| file_ptr | offset, | |||
| bfd_size_type | count | |||
| ) | [static] |
Definition at line 3429 of file ieee.c.
References bfd_alloc(), bfd_section::contents, FALSE, bfd_section::flags, init_for_output(), memcpy, NULL, PTR, SEC_DEBUGGING, size, bfd_section::size, and TRUE.
| static bfd_boolean ieee_slurp_debug | ( | bfd * | abfd | ) | [static] |
Definition at line 1429 of file ieee.c.
References bfd_make_section(), ieee_w_variable::debug_information_part, FALSE, bfd_section::filepos, bfd_section::flags, IEEE_DATA, ieee_part_after(), NULL, ieee_w_variable::r, sec, SEC_DEBUGGING, SEC_HAS_CONTENTS, bfd_section::size, TRUE, and ieee_data_struct::w.
Referenced by ieee_object_p().
| static bfd_boolean ieee_slurp_external_symbols | ( | bfd * | abfd | ) | [static] |
Definition at line 872 of file ieee.c.
References _, BFD_ASSERT, bfd_com_section_ptr, bfd_error_bad_value, bfd_is_abs_section, bfd_set_error(), bfd_und_section_ptr, BSF_EXPORT, BSF_GLOBAL, BSF_NO_FLAGS, ieee_w_variable::external_part, ieee_data_struct::external_reference, ieee_data_struct::external_reference_count, ieee_data_struct::external_reference_max_index, ieee_data_struct::external_reference_min_index, ieee_data_struct::external_symbol_count, ieee_data_struct::external_symbol_max_index, ieee_data_struct::external_symbol_min_index, ieee_data_struct::external_symbols, FALSE, bfd_symbol::flags, get_symbol(), ieee_data_struct::h, HAS_RELOC, ieee_asn_record_enum, ieee_atn_record_enum, ieee_attribute_record_enum, IEEE_DATA, ieee_external_reference_enum, ieee_external_reference_info_record_enum, ieee_external_symbol_enum, ieee_nn_record, ieee_seek, ieee_value_record_enum, ieee_weak_external_reference_enum, ieee_symbol::index, int, must_parse_int(), bfd_symbol::name, bfd_section::next, next_byte, NULL, offset, bfd_symbol::p, parse_expression(), parse_int(), PTR, ieee_w_variable::r, read_2bytes(), read_id(), s, bfd_symbol::section, size, bfd_section::size, ieee_symbol::symbol, ieee_data_struct::symbol_table_full, bfd_symbol::the_bfd, this_byte, TRUE, bfd_symbol::udata, val, bfd_symbol::value, bfd_section::vma, void, and ieee_data_struct::w.
Referenced by ieee_slurp_symbol_table().
| static bfd_boolean ieee_slurp_section_data | ( | bfd * | abfd | ) | [static] |
Definition at line 2040 of file ieee.c.
References common_header_type::abfd, bfd_alloc(), BFD_ASSERT, BFD_FAIL, ieee_per_section::data, ieee_w_variable::data_part, do_one(), FALSE, bfd_section::flags, ieee_data_struct::h, IEEE_DATA, ieee_e2_first_byte_enum, ieee_function_either_open_b_enum, ieee_load_constant_bytes_enum, ieee_load_with_relocation_enum, ieee_per_section, ieee_repeat_data_enum, ieee_seek, ieee_set_current_pc_enum, ieee_set_current_section_enum, ieee_value_starting_address_enum, common_header_type::input_p, must_parse_int(), bfd_section::next, next_byte, NULL, parse_expression(), ieee_per_section::pc, pcrel, ieee_w_variable::r, ieee_data_struct::read_data, ieee_per_section::reloc_tail_ptr, bfd_section::relocation, s, SEC_DEBUGGING, SEC_HAS_CONTENTS, SEC_LOAD, ieee_data_struct::section_table, bfd_section::size, start, this_byte, TRUE, bfd_section::vma, and ieee_data_struct::w.
Referenced by ieee_get_reloc_upper_bound(), ieee_get_section_contents(), and ieee_object_p().
Definition at line 1259 of file ieee.c.
References bfd_section::alignment_power, bfd_log2(), bfd_section::flags, get_section_entry(), ieee_data_struct::h, IEEE_DATA, ieee_e2_first_byte_enum, ieee_m_value_enum, ieee_mau_size_enum, ieee_physical_region_size_enum, ieee_region_base_address_enum, ieee_section_alignment_enum, ieee_section_base_address_enum, ieee_section_offset_enum, ieee_section_size_enum, ieee_section_type_enum, ieee_seek, bfd_section::lma, must_parse_int(), bfd_section::name, next_byte, offset, parse_int(), ieee_w_variable::r, read_2bytes(), read_id(), SEC_ALLOC, SEC_CODE, SEC_DATA, SEC_ROM, ieee_data_struct::section_count, ieee_w_variable::section_part, ieee_data_struct::section_table, bfd_section::size, this_byte, this_byte_and_next, TRUE, bfd_section::vma, void, and ieee_data_struct::w.
Referenced by ieee_object_p().
| static bfd_boolean ieee_slurp_symbol_table | ( | bfd * | abfd | ) | [static] |
Definition at line 1121 of file ieee.c.
References FALSE, IEEE_DATA, ieee_slurp_external_symbols(), and TRUE.
Referenced by ieee_canonicalize_symtab(), and ieee_get_symtab_upper_bound().
| static bfd_boolean ieee_write_2bytes | ( | bfd * | abfd, | |
| int | bytes | |||
| ) | [static] |
Definition at line 205 of file ieee.c.
References bfd_bwrite(), FALSE, PTR, and TRUE.
Referenced by do_with_relocs(), ieee_write_external_part(), ieee_write_id(), ieee_write_me_part(), ieee_write_object_contents(), and ieee_write_section_part().
| static bfd_boolean ieee_write_byte | ( | bfd * | abfd, | |
| int | barg | |||
| ) | [static] |
Definition at line 192 of file ieee.c.
References bfd_bwrite(), FALSE, PTR, and TRUE.
Referenced by do_as_repeat(), do_with_relocs(), ieee_write_expression(), ieee_write_external_part(), ieee_write_id(), ieee_write_int(), ieee_write_me_part(), ieee_write_object_contents(), and ieee_write_section_part().
| static bfd_boolean ieee_write_data_part | ( | bfd * | abfd | ) | [static] |
Definition at line 3369 of file ieee.c.
References bfd_tell(), ieee_w_variable::data_part, do_with_relocs(), do_without_relocs(), FALSE, bfd_section::flags, IEEE_DATA, bfd_section::next, NULL, ieee_w_variable::r, bfd_section::reloc_count, s, SEC_LOAD, TRUE, and ieee_data_struct::w.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_debug_part | ( | bfd * | abfd | ) | [static] |
Definition at line 3306 of file ieee.c.
References bfd_bwrite(), bfd_seek(), bfd_tell(), ieee_data_struct::chain_root, bfd_section::contents, ieee_w_variable::debug_information_part, FALSE, bfd_section::flags, flush(), IEEE_DATA, ct::next, bfd_section::next, NULL, OBS, ieee_w_variable::r, relocate_debug(), s, SEC_DEBUGGING, SEEK_SET, bfd_section::size, ct::this, TRUE, and ieee_data_struct::w.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_expression | ( | bfd * | abfd, | |
| bfd_vma | value, | |||
| asymbol * | symbol, | |||
| bfd_boolean | pcrel, | |||
| unsigned int | index | |||
| ) | [static] |
Definition at line 371 of file ieee.c.
References _, bfd_asymbol_name, bfd_error_invalid_operation, bfd_get_filename, bfd_is_abs_section, bfd_is_com_section, bfd_is_und_section, bfd_set_error(), BSF_GLOBAL, BSF_LOCAL, BSF_SECTION_SYM, FALSE, bfd_symbol::flags, ieee_function_minus_enum, ieee_function_plus_enum, IEEE_SECTION_NUMBER_BASE, ieee_variable_I_enum, ieee_variable_P_enum, ieee_variable_R_enum, ieee_variable_X_enum, ieee_write_byte(), ieee_write_int(), bfd_section::index, NULL, bfd_symbol::section, TRUE, and bfd_symbol::value.
Referenced by do_as_repeat(), do_with_relocs(), and ieee_write_external_part().
| static bfd_boolean ieee_write_external_part | ( | bfd * | abfd | ) | [static] |
Definition at line 3468 of file ieee.c.
References bfd_abs_section_ptr, bfd_is_abs_section, bfd_is_com_section, bfd_is_und_section, bfd_tell(), BSF_GLOBAL, EXEC_P, ieee_w_variable::external_part, FALSE, bfd_symbol::flags, ieee_attribute_record_enum, IEEE_DATA, ieee_external_reference_enum, ieee_external_symbol_enum, IEEE_PUBLIC_BASE, IEEE_REFERENCE_BASE, ieee_value_record_enum, ieee_weak_external_reference_enum, ieee_write_2bytes(), ieee_write_byte(), ieee_write_expression(), ieee_write_id(), ieee_write_int(), bfd_symbol::name, NULL, bfd_section::output_offset, bfd_section::output_section, p, q, ieee_w_variable::r, bfd_symbol::section, bfd_section::symbol, TRUE, bfd_symbol::value, bfd_section::vma, and ieee_data_struct::w.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_id | ( | bfd * | abfd, | |
| const char * | id | |||
| ) | [static] |
Definition at line 271 of file ieee.c.
References _, bfd_bwrite(), bfd_error_invalid_operation, bfd_get_filename, bfd_set_error(), FALSE, ieee_extension_length_1_enum, ieee_extension_length_2_enum, ieee_write_2bytes(), ieee_write_byte(), length, PTR, strlen(), and TRUE.
Referenced by ieee_write_external_part(), ieee_write_object_contents(), ieee_write_processor(), and ieee_write_section_part().
Definition at line 219 of file ieee.c.
References FALSE, ieee_number_repeat_start_enum, ieee_write_byte(), length, and TRUE.
Referenced by do_as_repeat(), do_with_relocs(), ieee_write_expression(), ieee_write_external_part(), ieee_write_me_part(), ieee_write_object_contents(), and ieee_write_section_part().
Definition at line 469 of file ieee.c.
References ieee_number_repeat_4_enum.
Referenced by ieee_write_int5_out().
Definition at line 481 of file ieee.c.
References b, bfd_bwrite(), FALSE, ieee_write_int5(), PTR, and TRUE.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_me_part | ( | bfd * | abfd | ) | [static] |
Definition at line 3599 of file ieee.c.
References bfd_tell(), FALSE, IEEE_DATA, ieee_function_either_close_b_enum, ieee_function_either_open_b_enum, ieee_module_end_enum, ieee_value_starting_address_enum, ieee_write_2bytes(), ieee_write_byte(), ieee_write_int(), ieee_w_variable::me_record, ieee_w_variable::r, ieee_w_variable::trailer_part, TRUE, and ieee_data_struct::w.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_object_contents | ( | bfd * | abfd | ) | [static] |
Definition at line 3709 of file ieee.c.
References bfd_arch_bits_per_address(), bfd_arch_bits_per_byte(), bfd_bwrite(), bfd_seek(), bfd_tell(), ieee_w_variable::environmental_record, EXEC_P, ieee_w_variable::extension_record, FALSE, flush(), i, ieee_address_descriptor_enum, ieee_assign_value_to_variable_enum, ieee_atn_record_enum, IEEE_DATA, ieee_module_beginning_enum, ieee_write_2bytes(), ieee_write_byte(), ieee_write_data_part(), ieee_write_debug_part(), ieee_write_external_part(), ieee_write_id(), ieee_write_int(), ieee_write_int5_out(), ieee_write_me_part(), ieee_write_processor(), ieee_write_section_part(), localtime(), N_W_VARIABLES, ieee_w_variable::offset, ieee_w_variable::r, SEEK_CUR, SEEK_SET, time, TRUE, ieee_data_struct::w, x1, and x2.
| static bfd_boolean ieee_write_processor | ( | bfd * | abfd | ) | [static] |
Definition at line 3621 of file ieee.c.
References arch, bfd_arch_info::arch, bfd_arch_a29k, bfd_arch_h8300, bfd_arch_h8500, bfd_arch_i960, bfd_arch_m68k, bfd_get_arch_info(), bfd_mach_cpu32, bfd_mach_i960_ca, bfd_mach_i960_core, bfd_mach_i960_ka_sa, bfd_mach_i960_kb_sb, bfd_mach_i960_mc, bfd_mach_i960_xa, bfd_mach_m68000, bfd_mach_m68008, bfd_mach_m68010, bfd_mach_m68020, bfd_mach_m68030, bfd_mach_m68040, bfd_mach_m68060, bfd_mach_mcf5200, bfd_mach_mcf5206e, bfd_mach_mcf528x, bfd_mach_mcf5307, bfd_mach_mcf5407, bfd_printable_name(), FALSE, ieee_write_id(), bfd_arch_info::mach, and TRUE.
Referenced by ieee_write_object_contents().
| static bfd_boolean ieee_write_section_part | ( | bfd * | abfd | ) | [static] |
Definition at line 2266 of file ieee.c.
References bfd_section::alignment_power, bfd_is_abs_section, bfd_tell(), EXEC_P, FALSE, bfd_section::flags, IEEE_DATA, ieee_section_alignment_enum, ieee_section_base_address_enum, IEEE_SECTION_NUMBER_BASE, ieee_section_size_enum, ieee_section_type_enum, ieee_variable_A_enum, ieee_variable_C_enum, ieee_variable_D_enum, ieee_variable_P_enum, ieee_variable_R_enum, ieee_variable_S_enum, ieee_write_2bytes(), ieee_write_byte(), ieee_write_id(), ieee_write_int(), bfd_section::index, bfd_section::lma, bfd_section::name, bfd_section::next, NULL, ieee_w_variable::r, s, SEC_CODE, SEC_DATA, SEC_DEBUGGING, SEC_LOAD, SEC_ROM, ieee_w_variable::section_part, bfd_section::size, TRUE, and ieee_data_struct::w.
Referenced by ieee_write_object_contents().
| static bfd_boolean init_for_output | ( | bfd * | abfd | ) | [static] |
Definition at line 3403 of file ieee.c.
References bfd_alloc(), FALSE, bfd_section::flags, ieee_per_section, bfd_section::next, NULL, s, SEC_DEBUGGING, size, bfd_section::size, and TRUE.
Referenced by ieee_set_section_contents().
| static bfd_vma must_parse_int | ( | common_header_type * | ieee | ) | [static] |
Definition at line 535 of file ieee.c.
References BFD_ASSERT, parse_int(), and result.
Referenced by do_one(), get_symbol(), ieee_archive_p(), ieee_slurp_external_symbols(), ieee_slurp_section_data(), ieee_slurp_sections(), and parse_expression().
| static bfd_boolean ieee_find_nearest_line PARAMS | ( | (bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *) | ) | [static] |
| static void fill_int PARAMS | ( | (struct output_buffer_struct *) | ) | [static] |
| static void write_int PARAMS | ( | (int) | ) | [static] |
Definition at line 77 of file cplus-dem.c.
| static bfd_boolean ieee_get_section_contents PARAMS | ( | (bfd *, sec_ptr, PTR, file_ptr, bfd_size_type) | ) | [static] |
| static bfd_boolean do_one PARAMS | ( | (ieee_data_type *, ieee_per_section_type *, unsigned char *, asection *, int) | ) | [static] |
| static void ieee_print_symbol PARAMS | ( | (bfd *, PTR, asymbol *, bfd_print_symbol_type) | ) | [static] |
| static void ieee_get_symbol_info PARAMS | ( | (bfd *, asymbol *, symbol_info *) | ) | [static] |
| static asection* get_section_entry PARAMS | ( | (bfd *, ieee_data_type *i, unsigned int) | ) | [static] |
| static bfd_boolean ieee_slurp_external_symbols PARAMS | ( | (bfd *) | ) | [static] |
| static ieee_symbol_type* get_symbol PARAMS | ( | (bfd *, ieee_data_type *, ieee_symbol_type *, unsigned int *, ieee_symbol_type ***, unsigned int *, int) | ) | [static] |
| static file_ptr ieee_part_after PARAMS | ( | (ieee_data_type *, file_ptr) | ) | [static] |
| static void parse_expression PARAMS | ( | (ieee_data_type *, bfd_vma *, ieee_symbol_index_type *, bfd_boolean *, unsigned int *, asection **) | ) | [static] |
| static int parse_i PARAMS | ( | (common_header_type *, bfd_boolean *) | ) | [static] |
| static bfd_boolean parse_int PARAMS | ( | (common_header_type *, bfd_vma *) | ) | [static] |
| static bfd_boolean ieee_write_expression PARAMS | ( | (bfd *, bfd_vma, asymbol *, bfd_boolean, unsigned int) | ) | [static] |
| static void bfd_get_string PARAMS | ( | (common_header_type *, char *, size_t) | ) | [static] |
| static unsigned short read_2bytes PARAMS | ( | (common_header_type *) | ) | [static] |
| static bfd_boolean ieee_write_id PARAMS | ( | (bfd *, const char *) | ) | [static] |
| static bfd_boolean ieee_write_byte PARAMS | ( | (bfd *, int) | ) | [static] |
| static void parse_expression | ( | ieee_data_type * | ieee, | |
| bfd_vma * | value, | |||
| ieee_symbol_index_type * | symbol, | |||
| bfd_boolean * | pcrel, | |||
| unsigned int * | extra, | |||
| asection ** | section | |||
| ) | [static] |
Definition at line 656 of file ieee.c.
References bfd_abs_section_ptr, BFD_ASSERT, bfd_is_abs_section, bfd_und_section_ptr, FALSE, ieee_function_minus_enum, ieee_function_plus_enum, ieee_variable_A_enum, ieee_variable_I_enum, ieee_variable_L_enum, ieee_variable_P_enum, ieee_variable_R_enum, ieee_variable_S_enum, ieee_variable_X_enum, ieee_variable_Z_enum, ieee_symbol_index_type::index, int, ieee_symbol_index_type::letter, must_parse_int(), next_byte, parse_int(), POP, PUSH, sp, stack, this_byte, and TRUE.
Referenced by do_one(), ieee_slurp_external_symbols(), and ieee_slurp_section_data().
| static int parse_i | ( | common_header_type * | ieee, | |
| bfd_boolean * | ok | |||
| ) | [static] |
Definition at line 525 of file ieee.c.
References parse_int(), and x.
Referenced by ieee_object_p().
| static bfd_boolean parse_int | ( | common_header_type * | ieee, | |
| bfd_vma * | value_ptr | |||
| ) | [static] |
Definition at line 494 of file ieee.c.
References count, FALSE, next_byte, result, this_byte, this_byte_and_next, and TRUE.
Referenced by do_one(), ieee_object_p(), ieee_slurp_external_symbols(), ieee_slurp_sections(), must_parse_int(), parse_expression(), and parse_i().
| static unsigned short read_2bytes | ( | common_header_type * | ieee | ) | [static] |
Definition at line 316 of file ieee.c.
References this_byte_and_next.
Referenced by ieee_archive_p(), ieee_object_p(), ieee_slurp_external_symbols(), and ieee_slurp_sections().
| static char* read_id | ( | common_header_type * | ieee | ) | [static] |
Definition at line 338 of file ieee.c.
References bfd_alloc(), bfd_get_string(), length, NULL, and this_byte_and_next.
Referenced by ieee_archive_p(), ieee_object_p(), ieee_slurp_external_symbols(), and ieee_slurp_sections().
Definition at line 3285 of file ieee.c.
References bfd_bread(), block(), IBS, and PTR.
Referenced by ieee_write_debug_part().
| static void write_int | ( | int | value | ) | [static] |
Definition at line 2677 of file ieee.c.
References ieee_number_repeat_start_enum, length, and OUT.
Referenced by copy_expression().
reloc_howto_type abs16_howto [static] |
reloc_howto_type abs32_howto [static] |
reloc_howto_type abs8_howto [static] |
const unsigned char envi[] [static] |
const unsigned char exten[] [static] |
| const bfd_target ieee_vec |
unsigned char* input_ptr_end [static] |
unsigned char* input_ptr_start [static] |
unsigned int last_index [static] |
Definition at line 831 of file ieee.c.
Referenced by _bfd_vms_write_gsd(), bitmap_clear_range(), df_chain_create_bb_process_use(), and vho_lower_combine_loads().
ieee_symbol_index_type NOSYMBOL = {0, 0} [static] |
bfd* output_bfd [static] |
int output_buffer [static] |
unsigned char* output_ptr [static] |
unsigned char* output_ptr_end [static] |
unsigned char* output_ptr_start [static] |
reloc_howto_type rel16_howto [static] |
Initial value:
HOWTO (1, 0, 1, 16, TRUE, 0, complain_overflow_signed, 0, "rel16", TRUE, SRC_MASK (0x0000ffff), 0x0000ffff, PCREL_OFFSET)
reloc_howto_type rel32_howto [static] |
Initial value:
HOWTO (1, 0, 2, 32, TRUE, 0, complain_overflow_signed, 0, "rel32", TRUE, SRC_MASK (0xffffffff), 0xffffffff, PCREL_OFFSET)
reloc_howto_type rel8_howto [static] |
Initial value:
HOWTO (1, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "rel8", TRUE, SRC_MASK (0x000000ff), 0x000000ff, PCREL_OFFSET)
1.5.6