#include "wn.h"

Go to the source code of this file.
Functions | |
| void | Reset_Current_PU_Count (void) |
| void | Advance_Current_PU_Count (void) |
| INT32 | Current_PU_Count (void) |
| BOOL | St_Idx_Is_Intconst (ST_IDX st_idx, INT64 *val) |
| BOOL | Wn_Is_Intconst (WN *ldid, INT64 *val) |
| void Advance_Current_PU_Count | ( | void | ) |
Definition at line 63 of file be_util.cxx.
References current_pu_count.
Referenced by Preorder_Process_PUs(), and Pu_Next().
| INT32 Current_PU_Count | ( | void | ) |
Definition at line 69 of file be_util.cxx.
References current_pu_count.
Referenced by Adjust_Opt_Level(), and Preprocess_PU().
| void Reset_Current_PU_Count | ( | void | ) |
Definition at line 80 of file be_util.cxx.
References CLASS_CONST, TCON::i0, TCON::k0, MTYPE_I1, MTYPE_I2, MTYPE_I4, MTYPE_I8, MTYPE_U1, MTYPE_U2, MTYPE_U4, MTYPE_U8, ST_class(), St_Table, STC_val(), TCON_ty, and TCON::vals.
Referenced by IPL_EX_Value_Evaluate(), and Wn_Is_Intconst().

Definition at line 106 of file be_util.cxx.
References St_Idx_Is_Intconst(), ST_st_idx(), and WN_st().

1.7.1