osprey/be/cg/region/ipfec_options.h File Reference

#include <flags.h>

Include dependency graph for ipfec_options.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Types

type  skiplist

Defines

#define SL_GLOBAL   0x0001
#define SL_LOCAL   0X0002
#define SL_global(sl)   (sl->SKIPLIST_flags() & SL_GLOBAL)
#define SL_local(sl)   (sl->SKIPLIST_flags() & SL_LOCAL)
#define Set_SL_global(sl)   (sl->SKIPLIST_flags() |= SL_GLOBAL)
#define Set_SL_local(sl)   (sl->SKIPLIST_flags() |= SL_LOCAL)
#define Reset_SL_global(sl)   (sl->SKIPLIST_flags() &= ~SL_GLOBAL)
#define Reset_SL_local(sl)   (sl->SKIPLIST_flags() &= ~SL_LOCAL)

Typedefs

typedef class skiplist SKIPLIST

Enumerations

enum  SCHED_CARE {
  Sched_care_nothing, Sched_care_width, Sched_care_resource, Sched_care_bundle,
  Sched_care_nothing, Sched_care_width, Sched_care_resource, Sched_care_bundle
}
enum  SKIPKIND {
  SK_NONE, SK_AFTER, SK_BEFORE, SK_EQUAL,
  SK_NONE, SK_AFTER, SK_BEFORE, SK_EQUAL,
  SK_NONE, SK_AFTER, SK_BEFORE, SK_EQUAL
}

Functions/Subroutines

void Copy_Ipfec_Flags (void)
SKIPLISTIPFEC_Build_Skiplist (OPTION_LIST *olist)
BOOL IPFEC_Query_Skiplist (SKIPLIST *skip, INT32 elmt, INT32 field=-1)

Variables

BOOL CG_Enable_Ipfec_Phases
BOOL EMIT_count_cycles
INT32 IPFEC_Stacked_Cut_Num
INT32 IPFEC_Stacked_Spill_Num
BOOL IPFEC_Enable_Region_Formation
BOOL IPFEC_Enable_Region_Decomposition
BOOL IPFEC_Enable_Tail_Duplication
BOOL IPFEC_Enable_Exit_Probability
BOOL IPFEC_Enable_If_Conversion
BOOL IPFEC_Force_If_Conv
BOOL IPFEC_Force_Para_Comp_Gen
BOOL IPFEC_Para_Comp_Gen
BOOL IPFEC_Combine_Exit
BOOL IPFEC_Disable_Merge_BB
BOOL IPFEC_Enable_PRDB
BOOL IPFEC_Enable_BB_Verify
BOOL IPFEC_Enable_Opt_after_schedule
BOOL IPFEC_Enable_Prepass_GLOS
BOOL IPFEC_Enable_Postpass_GLOS
BOOL IPFEC_Enable_Prepass_LOCS
BOOL IPFEC_Enable_Postpass_LOCS
BOOL IPFEC_Enable_Speculation
BOOL IPFEC_Enable_Data_Speculation
BOOL IPFEC_Enable_Cntl_Speculation
BOOL IPFEC_Enable_Edge_Profile
BOOL IPFEC_Enable_Value_Profile
BOOL IPFEC_Enable_Stride_Profile
BOOL IPFEC_Enable_Random_Prob
BOOL IPFEC_Enable_Edge_Profile_Annot
BOOL IPFEC_Enable_Value_Profile_Annot
BOOL IPFEC_Enable_Stride_Profile_Annot
BOOL IPFEC_Glos_Reg_Pressure_Aware
BOOL IPFEC_Glos_Split_Entry_BB
BOOL IPFEC_Glos_Split_Exit_BB
BOOL IPFEC_Glos_Enable_P_Ready_Code_Motion
BOOL IPFEC_Glos_Motion_Across_Calls
BOOL IPFEC_Glos_Code_Motion_Across_Nested_Rgn
BOOL IPFEC_Glos_Enable_Cntl_Spec_If_Converted_Code
BOOL IPFEC_Glos_Enable_Renaming
BOOL IPFEC_Stress_Spec
BOOL IPFEC_Adjust_Variable_Latency
BOOL IPFEC_Enable_Multi_Branch
BOOL IPFEC_Enable_Pre_Multi_Branch
BOOL IPFEC_Enable_Post_Multi_Branch
INT32 IPFEC_Enable_Stride_Prefetch
BOOL IPFEC_Enable_LICM
char * Instru_File_Name
char * Fb_File_Name
char * Value_Instru_File_Name
char * Stride_Instru_File_Name
UINT32 Value_Instr_Range
UINT32 Value_Instr_Pu_Id
UINT64 Value_Instr_Pu_Id_Mask
char * Value_Fb_File_Name
char * Stride_Fb_File_Name
BOOL IPFEC_Enable_Compressed_Template
BOOL IPFEC_Enable_Pre_Bundling
BOOL IPFEC_Force_CHK_Fail
BOOL IPFEC_Enable_Cascade
BOOL IPFEC_Hold_Uses
BOOL IPFEC_Profitability
BOOL IPFEC_Chk_Compact
BOOL IPFEC_Enable_Safety_Load
BOOL IPFEC_Enable_Insert_UNAT
char * IPFEC_safe_cntl_spec_prob
char * IPFEC_unsafe_cntl_spec_prob
INT32 ORC_Stacked_Cut_Num
INT32 ORC_Stacked_Spill_Num
BOOL ORC_Enable_Region_Formation
BOOL ORC_Enable_Region_Decomposition
BOOL ORC_Enable_Tail_Duplication
BOOL ORC_Enable_Exit_Probability
BOOL ORC_Enable_If_Conversion
BOOL ORC_Force_If_Conv
BOOL ORC_Force_Para_Comp_Gen
BOOL ORC_Para_Comp_Gen
BOOL ORC_Combine_Exit
BOOL ORC_Disable_Merge_BB
BOOL ORC_Enable_PRDB
BOOL ORC_Enable_BB_Verify
BOOL ORC_Enable_Opt_after_schedule
BOOL ORC_Enable_Prepass_GLOS
BOOL ORC_Enable_Postpass_GLOS
BOOL ORC_Enable_Prepass_LOCS
BOOL ORC_Enable_Postpass_LOCS
BOOL ORC_Enable_Speculation
BOOL ORC_Enable_Data_Speculation
BOOL ORC_Enable_Cntl_Speculation
BOOL ORC_Enable_Edge_Profile
BOOL ORC_Enable_Value_Profile
BOOL ORC_Enable_Stride_Profile
BOOL ORC_Enable_Random_Prob
BOOL ORC_Enable_Edge_Profile_Annot
BOOL ORC_Enable_Value_Profile_Annot
BOOL ORC_Enable_Stride_Profile_Annot
BOOL ORC_Glos_Reg_Pressure_Aware
BOOL ORC_Glos_Split_Entry_BB
BOOL ORC_Glos_Split_Exit_BB
BOOL ORC_Glos_Enable_P_Ready_Code_Motion
BOOL ORC_Glos_Motion_Across_Calls
BOOL ORC_Glos_Code_Motion_Across_Nested_Rgn
BOOL ORC_Glos_Enable_Cntl_Spec_If_Converted_Code
BOOL ORC_Glos_Enable_Renaming
BOOL ORC_Stress_Spec
BOOL ORC_Adjust_Variable_Latency
BOOL ORC_Enable_Multi_Branch
BOOL ORC_Enable_Pre_Multi_Branch
BOOL ORC_Enable_Post_Multi_Branch
INT32 ORC_Enable_Stride_Prefetch
BOOL ORC_Enable_Cache_Analysis
BOOL ORC_Enable_Compressed_Template
BOOL ORC_Enable_Pre_Bundling
BOOL ORC_Force_CHK_Fail
BOOL ORC_Enable_Cascade
BOOL ORC_Hold_Uses
BOOL ORC_Profitability
BOOL ORC_Chk_Compact
BOOL ORC_Enable_Safety_Load
BOOL ORC_Enable_Insert_UNAT
BOOL ORC_Enable_LICM
char * ORC_safe_cntl_spec_prob
char * ORC_unsafe_cntl_spec_prob
INT32 IPFEC_sched_care_machine
INT32 ORC_sched_care_machine
BOOL VT_Enable_BB_OP
BOOL VT_Enable_Global_CFG
BOOL VT_Enable_Regional_CFG
BOOL VT_Enable_Region_Tree
BOOL VT_Enable_BB_DAG
BOOL VT_Enable_Regional_DAG
BOOL VT_Enable_Partition_Graph
BOOL VT_Enable_CFG_Label
BOOL VT_Enable_DAG_BR
OPTION_LISTraw_if_conv_skip_rgn
SKIPLISTif_conv_skip_rgn
OPTION_LISTraw_if_conv_skip_area
SKIPLISTif_conv_skip_area
OPTION_LISTraw_if_conv_skip_PU
SKIPLISTif_conv_skip_PU
OPTION_LISTraw_spec_skip_bb
SKIPLISTspec_skip_bb
OPTION_LISTraw_spec_skip_rgn
SKIPLISTspec_skip_rgn
OPTION_LISTraw_spec_skip_op
SKIPLISTspec_skip_op
OPTION_LISTraw_spec_skip_PU
SKIPLISTspec_skip_PU
OPTION_LISTraw_msched_skip_bb
SKIPLISTmsched_skip_bb
OPTION_LISTraw_msched_skip_rgn
SKIPLISTmsched_skip_rgn
OPTION_LISTraw_glos_skip_rgn
SKIPLISTglos_skip_rgn
OPTION_LISTraw_glos_skip_bb
SKIPLISTglos_skip_bb
OPTION_LISTraw_glos_skip_op
SKIPLISTglos_skip_op
OPTION_LISTraw_pre_glos_skip_PU
SKIPLISTpre_glos_skip_PU
OPTION_LISTraw_post_locs_skip_PU
SKIPLISTpost_locs_skip_PU
OPTION_LISTraw_locs_skip_bb
SKIPLISTlocs_skip_bb
OPTION_LISTraw_glos_rename_skip_bb
SKIPLISTglos_rename_skip_bb
OPTION_LISTraw_glos_rename_skip_op
SKIPLISTglos_rename_skip_op
OPTION_LISTraw_mlbr_skip_bb
SKIPLISTmlbr_skip_bb
OPTION_LISTraw_PRDB_skip_PU
SKIPLISTPRDB_skip_PU
OPTION_LISTraw_latency2
SKIPLISTlatency2


Define Documentation

#define Reset_SL_global ( sl   )     (sl->SKIPLIST_flags() &= ~SL_GLOBAL)

Definition at line 303 of file ipfec_options.h.

#define Reset_SL_local ( sl   )     (sl->SKIPLIST_flags() &= ~SL_LOCAL)

Definition at line 304 of file ipfec_options.h.

#define Set_SL_global ( sl   )     (sl->SKIPLIST_flags() |= SL_GLOBAL)

Definition at line 300 of file ipfec_options.h.

#define Set_SL_local ( sl   )     (sl->SKIPLIST_flags() |= SL_LOCAL)

Definition at line 301 of file ipfec_options.h.

#define SL_global ( sl   )     (sl->SKIPLIST_flags() & SL_GLOBAL)

Definition at line 297 of file ipfec_options.h.

#define SL_GLOBAL   0x0001

Definition at line 294 of file ipfec_options.h.

#define SL_local ( sl   )     (sl->SKIPLIST_flags() & SL_LOCAL)

Definition at line 298 of file ipfec_options.h.

#define SL_LOCAL   0X0002

Definition at line 295 of file ipfec_options.h.


Typedef Documentation


Enumeration Type Documentation

enum SCHED_CARE

Enumerator:
Sched_care_nothing 
Sched_care_width 
Sched_care_resource 
Sched_care_bundle 
Sched_care_nothing 
Sched_care_width 
Sched_care_resource 
Sched_care_bundle 

Definition at line 239 of file ipfec_options.h.

enum SKIPKIND

Enumerator:
SK_NONE 
SK_AFTER 
SK_BEFORE 
SK_EQUAL 
SK_NONE 
SK_AFTER 
SK_BEFORE 
SK_EQUAL 
SK_NONE 
SK_AFTER 
SK_BEFORE 
SK_EQUAL 

Definition at line 262 of file ipfec_options.h.


Function Documentation

void Copy_Ipfec_Flags ( void   ) 

Definition at line 276 of file ipfec_options.cxx.

References IPFEC_Adjust_Variable_Latency, IPFEC_Chk_Compact, IPFEC_Combine_Exit, IPFEC_Disable_Merge_BB, IPFEC_Enable_BB_Verify, IPFEC_Enable_Cascade, IPFEC_Enable_Cntl_Speculation, IPFEC_Enable_Compressed_Template, IPFEC_Enable_Data_Spec_Res_Aware, IPFEC_Enable_Data_Speculation, IPFEC_Enable_Edge_Profile, IPFEC_Enable_Edge_Profile_Annot, IPFEC_Enable_Exit_Probability, IPFEC_Enable_FP_Ld_Speculation, IPFEC_Enable_If_Conversion, IPFEC_Enable_Insert_UNAT, IPFEC_Enable_LICM, IPFEC_Enable_Multi_Branch, IPFEC_Enable_Opt_after_schedule, IPFEC_Enable_Post_Multi_Branch, IPFEC_Enable_Postpass_GLOS, IPFEC_Enable_Postpass_LOCS, IPFEC_Enable_PRDB, IPFEC_Enable_Pre_Bundling, IPFEC_Enable_Pre_Multi_Branch, IPFEC_Enable_Prepass_GLOS, IPFEC_Enable_Prepass_LOCS, IPFEC_Enable_Random_Prob, IPFEC_Enable_Region_Decomposition, IPFEC_Enable_Region_Formation, IPFEC_Enable_Safety_Load, IPFEC_Enable_Speculation, IPFEC_Enable_Split_bb, IPFEC_Enable_Stride_Prefetch, IPFEC_Enable_Stride_Profile, IPFEC_Enable_Stride_Profile_Annot, IPFEC_Enable_Tail_Duplication, IPFEC_Enable_Value_Profile, IPFEC_Enable_Value_Profile_Annot, IPFEC_Force_CHK_Fail, IPFEC_Force_If_Conv, IPFEC_Force_Para_Comp_Gen, IPFEC_Glos_Code_Motion_Across_Nested_Rgn, IPFEC_Glos_Enable_Cntl_Spec_If_Converted_Code, IPFEC_Glos_Enable_P_Ready_Code_Motion, IPFEC_Glos_Enable_Renaming, IPFEC_Glos_Motion_Across_Calls, IPFEC_Glos_Reg_Pressure_Aware, IPFEC_Glos_Split_Entry_BB, IPFEC_Glos_Split_Exit_BB, IPFEC_Hold_Uses, IPFEC_Para_Comp_Gen, IPFEC_Profitability, IPFEC_Relaxed_If_Conv, IPFEC_safe_cntl_spec_prob, IPFEC_sched_care_machine, IPFEC_Stacked_Cut_Num, IPFEC_Stacked_Spill_Num, IPFEC_Stress_Spec, IPFEC_unsafe_cntl_spec_prob, ORC_Adjust_Variable_Latency, ORC_Chk_Compact, ORC_Combine_Exit, ORC_Disable_Merge_BB, ORC_Enable_BB_Verify, ORC_Enable_Cascade, ORC_Enable_Cntl_Speculation, ORC_Enable_Compressed_Template, ORC_Enable_Data_Spec_Res_Aware, ORC_Enable_Data_Speculation, ORC_Enable_Edge_Profile, ORC_Enable_Edge_Profile_Annot, ORC_Enable_Exit_Probability, ORC_Enable_FP_Ld_Speculation, ORC_Enable_If_Conversion, ORC_Enable_Insert_UNAT, ORC_Enable_LICM, ORC_Enable_Multi_Branch, ORC_Enable_Opt_after_schedule, ORC_Enable_Post_Multi_Branch, ORC_Enable_Postpass_GLOS, ORC_Enable_Postpass_LOCS, ORC_Enable_PRDB, ORC_Enable_Pre_Bundling, ORC_Enable_Pre_Multi_Branch, ORC_Enable_Prepass_GLOS, ORC_Enable_Prepass_LOCS, ORC_Enable_Random_Prob, ORC_Enable_Region_Decomposition, ORC_Enable_Region_Formation, ORC_Enable_Safety_Load, ORC_Enable_Speculation, ORC_Enable_Split_bb, ORC_Enable_Stride_Prefetch, ORC_Enable_Stride_Profile, ORC_Enable_Stride_Profile_Annot, ORC_Enable_Tail_Duplication, ORC_Enable_Value_Profile, ORC_Enable_Value_Profile_Annot, ORC_Force_CHK_Fail, ORC_Force_If_Conv, ORC_Force_Para_Comp_Gen, ORC_Glos_Code_Motion_Across_Nested_Rgn, ORC_Glos_Enable_Cntl_Spec_If_Converted_Code, ORC_Glos_Enable_P_Ready_Code_Motion, ORC_Glos_Enable_Renaming, ORC_Glos_Motion_Across_Calls, ORC_Glos_Reg_Pressure_Aware, ORC_Glos_Split_Entry_BB, ORC_Glos_Split_Exit_BB, ORC_Hold_Uses, ORC_Para_Comp_Gen, ORC_Profitability, ORC_Relaxed_If_Conv, ORC_safe_cntl_spec_prob, ORC_sched_care_machine, ORC_Stacked_Cut_Num, ORC_Stacked_Spill_Num, ORC_Stress_Spec, and ORC_unsafe_cntl_spec_prob.

SKIPLIST* IPFEC_Build_Skiplist ( OPTION_LIST olist  ) 

BOOL IPFEC_Query_Skiplist ( SKIPLIST skip,
INT32  elmt,
INT32  field = -1 
)


Variable Documentation

Definition at line 54 of file ipfec_options.cxx.

Referenced by Assemble_Bundles().

char* Fb_File_Name

Definition at line 103 of file ipfec_options.cxx.

Definition at line 258 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and SCHEDULER::Schedule_Cycle().

Definition at line 260 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and SCHEDULER::Schedule_Cycle().

Definition at line 229 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and SCHEDULER::Sched_Rgn_Preproc().

Definition at line 231 of file ipfec_options.cxx.

Definition at line 224 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and IF_CONVERTOR::Convert_Candidates().

Definition at line 249 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 222 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and IF_CONVERTOR::IF_CONVERTOR().

Definition at line 112 of file ipfec_options.cxx.

Referenced by Configure_CG_Options(), Copy_Ipfec_Flags(), and Update_CFG().

Definition at line 67 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and IF_CONVERTOR::Insert_Predicate().

Definition at line 70 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 78 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and SCHEDULER::Get_OP_Prohibited_Spec_Type().

Definition at line 92 of file ipfec_options.cxx.

Definition at line 96 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 59 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and REGION_TREE::Decomposition().

Definition at line 122 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 120 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 116 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and Multi_Branch_Valid_BB().

Definition at line 72 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 118 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 73 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 75 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 110 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 71 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 74 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 95 of file ipfec_options.cxx.

Referenced by Compute_Branch_Probabilities(), and Copy_Ipfec_Flags().

Definition at line 57 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 115 of file ipfec_options.cxx.

Referenced by Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 97 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 94 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 109 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 58 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and REGION_TREE::Decomposition().

Definition at line 93 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 108 of file ipfec_options.cxx.

Referenced by CG_Generate_Code(), and Copy_Ipfec_Flags().

Definition at line 90 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and SCHEDULER::Schedule_Cycle().

Definition at line 82 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and Get_Sched_Opts().

Definition at line 114 of file ipfec_options.cxx.

Referenced by Build_Outgoing_Edges(), Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 119 of file ipfec_options.cxx.

Referenced by Configure_CG_Options(), and Copy_Ipfec_Flags().

Definition at line 126 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and get_spec_prob().

Definition at line 60 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and REGISTER_Request_Stacked_Register().

Definition at line 61 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 83 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and FAVOR_DELAY_HEUR::Select_Best_Candidate().

Definition at line 127 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags(), and get_spec_prob().

Definition at line 217 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line(), and Local_Insn_Sched().

Definition at line 242 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 244 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 169 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 189 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 144 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 145 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 147 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 173 of file ipfec_options.cxx.

Referenced by CG_Generate_Code().

Definition at line 190 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 155 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 158 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 154 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 176 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 180 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 136 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 139 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 195 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 198 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 170 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 149 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 172 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 150 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 152 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 146 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 187 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 171 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 148 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 151 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 179 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 134 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 133 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 192 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 153 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 185 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 178 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 183 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 135 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 177 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 182 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 188 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 140 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 142 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 166 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 167 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 165 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 168 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 162 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 160 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 163 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 164 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 191 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 143 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 193 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 200 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 194 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 137 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 138 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 161 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 201 of file ipfec_options.cxx.

Referenced by Copy_Ipfec_Flags().

Definition at line 253 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 255 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 251 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 257 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 259 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 228 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 230 of file ipfec_options.cxx.

Definition at line 226 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 223 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 248 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 221 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 263 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 216 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 218 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 241 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 243 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 252 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 254 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 250 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 234 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 238 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 246 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 236 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 247 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 237 of file ipfec_options.cxx.

Referenced by CG_Process_Command_Line().

Definition at line 107 of file ipfec_options.cxx.

Definition at line 105 of file ipfec_options.cxx.

Definition at line 106 of file ipfec_options.cxx.

Definition at line 100 of file ipfec_options.cxx.

Referenced by CG_Generate_Code().

Definition at line 101 of file ipfec_options.cxx.

Referenced by CG_Generate_Code().

Definition at line 99 of file ipfec_options.cxx.

Definition at line 104 of file ipfec_options.cxx.

Definition at line 209 of file ipfec_options.cxx.

Definition at line 205 of file ipfec_options.cxx.

Definition at line 206 of file ipfec_options.cxx.

Referenced by PRDB_GEN::PRDB_GEN().

Definition at line 211 of file ipfec_options.cxx.

Referenced by PARTITION_GRAPH::PARTITION_GRAPH(), and PRDB_GEN::PRDB_GEN().

Definition at line 208 of file ipfec_options.cxx.

Definition at line 207 of file ipfec_options.cxx.

Referenced by PRDB_GEN::PRDB_GEN().

Definition at line 210 of file ipfec_options.cxx.


Generated on Wed Apr 8 14:28:36 2009 for Open64 by  doxygen 1.5.6