#include <name.h>

Public Member Functions | |
| NAME2BIT () | |
| NAME2BIT (const SYMBOL symbol) | |
| NAME2BIT (const WN *wn) | |
| ~NAME2BIT () | |
| BOOL | operator< (const NAME2BIT &name2bit) const |
| BOOL | operator== (const NAME2BIT &name2bit) const |
| BOOL | operator> (const NAME2BIT &name2bit) const |
| void | Set_Bit_Position (const UINT pos) |
| void | Set_Symbol (const SYMBOL symbol) |
| void | Set_Symbol (const WN *wn) |
| void | Set_Access_Array (ACCESS_ARRAY *ar) |
| UINT64 | Get_Bit_Position () const |
| SYMBOL | Get_Symbol () const |
| ACCESS_ARRAY * | Get_Access_Array () const |
Private Attributes | |
| SYMBOL | _symbol |
| ACCESS_ARRAY * | _access_array |
| UINT | _bit_position |
Definition at line 66 of file name.h.
| NAME2BIT::NAME2BIT | ( | ) | [inline] |
| NAME2BIT::NAME2BIT | ( | const SYMBOL | symbol | ) | [inline] |
| NAME2BIT::NAME2BIT | ( | const WN * | wn | ) | [inline] |
| BOOL NAME2BIT::operator< | ( | const NAME2BIT & | name2bit | ) | const |
| BOOL NAME2BIT::operator== | ( | const NAME2BIT & | name2bit | ) | const |
| BOOL NAME2BIT::operator> | ( | const NAME2BIT & | name2bit | ) | const [inline] |
Definition at line 80 of file name.h.
References _bit_position.
Referenced by Array_Names_In_Loop(), inner_fission_2(), simd_2(), and vintr_fis_2().
Definition at line 81 of file name.h.
Referenced by Analyse_Dependencies(), Fiss_Gather_Inner_Loop(), Fission_Inner_Loop(), inner_fission_2(), Register_Name_To_Statement(), simd_2(), Simd_Analysis(), vintr_fis_2(), and Vintrinsic_Fission().
| void NAME2BIT::Set_Access_Array | ( | ACCESS_ARRAY * | ar | ) | [inline] |
Definition at line 83 of file name.h.
References _access_array.
Referenced by inner_fission_2(), and Register_Name_To_Statement().
| UINT64 NAME2BIT::Get_Bit_Position | ( | ) | const [inline] |
Definition at line 84 of file name.h.
References _bit_position.
Referenced by Generate_Scalar_Dependence_For_Statement_Dependence_Graph(), and Register_Name_To_Statement().
| SYMBOL NAME2BIT::Get_Symbol | ( | ) | const [inline] |
| ACCESS_ARRAY* NAME2BIT::Get_Access_Array | ( | ) | const [inline] |
SYMBOL NAME2BIT::_symbol [private] |
ACCESS_ARRAY* NAME2BIT::_access_array [private] |
Definition at line 68 of file name.h.
Referenced by Get_Access_Array(), NAME2BIT(), operator<(), operator==(), and Set_Access_Array().
UINT NAME2BIT::_bit_position [private] |
1.5.6