#include "config_vho.h"

Go to the source code of this file.
Variables | |
| BOOL | VHO_Force_Lowering = FALSE |
| BOOL | VHO_Struct_Opt = TRUE |
| BOOL | VHO_Combine_Loads = FALSE |
| BOOL | VHO_Recycle_Pregs = FALSE |
| INT32 | VHO_Switch_Density = 12 |
| INT32 | VHO_Switch_If_Else_Limit = 6 |
| INT32 | VHO_Switch_Compgoto_Limit = 3 |
| BOOL | VHO_Switch_Opt = FALSE |
| BOOL | VHO_Cselect_Opt = FALSE |
| BOOL | VHO_Iload_Opt = FALSE |
| BOOL | VHO_Istore_Opt = FALSE |
| BOOL | VHO_Call_Opt = FALSE |
| BOOL | VHO_Check_Tree = FALSE |
| BOOL | VHO_Single_Loop_Test = FALSE |
| BOOL | VHO_Use_Do_While = FALSE |
| static OPTION_DESC | Options_VHO [] |
OPTION_DESC Options_VHO[] [static] |
Definition at line 88 of file config_vho.cxx.
| BOOL VHO_Call_Opt = FALSE |
Definition at line 73 of file config_vho.cxx.
| BOOL VHO_Check_Tree = FALSE |
Definition at line 74 of file config_vho.cxx.
| BOOL VHO_Combine_Loads = FALSE |
Definition at line 64 of file config_vho.cxx.
| BOOL VHO_Cselect_Opt = FALSE |
Definition at line 70 of file config_vho.cxx.
| BOOL VHO_Force_Lowering = FALSE |
Definition at line 62 of file config_vho.cxx.
| BOOL VHO_Iload_Opt = FALSE |
Definition at line 71 of file config_vho.cxx.
| BOOL VHO_Istore_Opt = FALSE |
Definition at line 72 of file config_vho.cxx.
| BOOL VHO_Recycle_Pregs = FALSE |
Definition at line 65 of file config_vho.cxx.
| BOOL VHO_Single_Loop_Test = FALSE |
Definition at line 75 of file config_vho.cxx.
| BOOL VHO_Struct_Opt = TRUE |
Definition at line 63 of file config_vho.cxx.
Definition at line 68 of file config_vho.cxx.
| INT32 VHO_Switch_Density = 12 |
Definition at line 66 of file config_vho.cxx.
Definition at line 67 of file config_vho.cxx.
| BOOL VHO_Switch_Opt = FALSE |
Definition at line 69 of file config_vho.cxx.
| BOOL VHO_Use_Do_While = FALSE |
Definition at line 76 of file config_vho.cxx.
1.7.1