osprey/common/com/wn.h File Reference

#include "defs.h"
#include "opcode.h"
#include "mempool.h"
#include "srcpos.h"
#include "wn_core.h"
#include "wn_map.h"
#include "wio.h"
#include "wn_pragmas.h"
#include "stab.h"

Include dependency graph for wn.h:

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

Go to the source code of this file.

Defines

#define WN_Delete(wn)   IPA_WN_Delete(Current_Map_Tab, (wn))
#define WN_CreateCondbr   WN_CreateTruebr
#define WN_StidPreg(desc, pregno, value)   WN_StidIntoPreg((desc),(pregno),MTYPE_To_PREG(desc),(value))
#define WN_Call(type, desc, n, s)   WN_generic_call(OPR_CALL,type,desc,n,s)
#define WN_Piccall(type, desc, n, s)   WN_generic_call(OPR_PICCALL,type,desc,n,s)
#define WN_Neg(type, l)   WN_Unary(OPR_NEG,type,l)
#define WN_Abs(type, l)   WN_Unary(OPR_ABS,type,l)
#define WN_Recip(type, l)   WN_Unary(OPR_RECIP,type,l)
#define WN_Sqrt(type, l)   WN_Unary(OPR_SQRT,type,l)
#define WN_Rsqrt(type, l)   WN_Unary(OPR_RSQRT,type,l)
#define WN_Paren(type, l)   WN_Unary(OPR_PAREN,type,l)
#define WN_Select(type, rel, t, f)   WN_Ternary(OPR_SELECT,type,rel,t,f)
#define WN_Cselect(type, rel, t, f)   WN_Ternary(OPR_CSELECT,type,rel,t,f)
#define WN_Add(type, l, r)   WN_Binary(OPR_ADD,type,l,r)
#define WN_Sub(type, l, r)   WN_Binary(OPR_SUB,type,l,r)
#define WN_Mpy(type, l, r)   WN_Binary(OPR_MPY,type,l,r)
#define WN_Div(type, l, r)   WN_Binary(OPR_DIV,type,l,r)
#define WN_Madd(type, l, r, a)   WN_Ternary(OPR_MADD,type,l,r,a)
#define WN_Msub(type, l, r, a)   WN_Ternary(OPR_MSUB,type,l,r,a)
#define WN_Nmadd(type, l, r, a)   WN_Ternary(OPR_NMADD,type,l,r,a)
#define WN_Nmsub(type, l, r, a)   WN_Ternary(OPR_NMSUB,type,l,r,a)
#define WN_EQ(type, l, r)   WN_Relational(OPR_EQ,type,l,r)
#define WN_NE(type, l, r)   WN_Relational(OPR_NE,type,l,r)
#define WN_LT(type, l, r)   WN_Relational(OPR_LT,type,l,r)
#define WN_LE(type, l, r)   WN_Relational(OPR_LE,type,l,r)
#define WN_GT(type, l, r)   WN_Relational(OPR_GT,type,l,r)
#define WN_GE(type, l, r)   WN_Relational(OPR_GE,type,l,r)
#define WN_LNOT(l)   WN_Unary(OPR_LNOT,Boolean_type,l)
#define WN_LAND(l, r)   WN_Binary(OPR_LAND,Boolean_type,l,r)
#define WN_LIOR(l, r)   WN_Binary(OPR_LIOR,Boolean_type,l,r)
#define WN_CAND(l, r)   WN_Binary(OPR_CAND,Boolean_type,l,r)
#define WN_CIOR(l, r)   WN_Binary(OPR_CIOR,Boolean_type,l,r)
#define WN_Lshr(type, l, r)   WN_Binary(OPR_LSHR,type,l,r)
#define WN_Ashr(type, l, r)   WN_Binary(OPR_ASHR,type,l,r)
#define WN_Shl(type, l, r)   WN_Binary(OPR_SHL,type,l,r)
#define WN_Bnot(type, l)   WN_Unary(OPR_BNOT,type,l)
#define WN_Band(type, l, r)   WN_Binary(OPR_BAND,type,l,r)
#define WN_Bior(type, l, r)   WN_Binary(OPR_BIOR,type,l,r)
#define WN_Bxor(type, l, r)   WN_Binary(OPR_BXOR,type,l,r)
#define WN_Realpart(t, l)   WN_Unary(OPR_REALPART,t,l)
#define WN_Imagpart(t, l)   WN_Unary(OPR_IMAGPART,t,l)
#define WN_Complex(type, l, r)   WN_Binary(OPR_COMPLEX,type,l,r)

Functions/Subroutines

BOOL Types_Are_Compatible (TYPE_ID ltype, WN *wn)
BOOL IPO_Types_Are_Compatible (TYPE_ID ltype, TYPE_ID rtype)
BOOL Is_Const_Parm (WN *, INT)
void Dont_Use_WN_Free_List (void)
WNWN_Create (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, mINT16 kid_count)
WNWN_Create (OPCODE opcode, mINT16 kid_count)
WNWN_Create_Generic (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, mINT16 kid_count, WN *next, WN *prev, ST_IDX st, INT32 label_number, INT32 num_entries, TY_IDX ty, TY_IDX load_addr_ty, WN_OFFSET offset, INT16 cvtl_bits, INT32 num_dim, WN_ESIZE element_size, INT64 const_value, UINT32 flag, INTRINSIC intrinsic)
WNWN_Create_Generic (OPCODE opcode, mINT16 kid_count, WN *next, WN *prev, ST_IDX st, INT32 label_number, INT32 num_entries, TY_IDX ty, TY_IDX load_addr_ty, WN_OFFSET offset, INT16 cvtl_bits, INT32 num_dim, WN_ESIZE element_size, INT64 const_value, UINT32 flag, INTRINSIC intrinsic)
void IPA_WN_Delete (WN_MAP_TAB *maptab, WN *wn)
void IPA_WN_DELETE_Tree (WN_MAP_TAB *maptab, WN *tree)
void WN_Register_Delete_Cleanup_Function (void(*cleanup_fn)(WN *wn))
void WN_Remove_Delete_Cleanup_Function (void(*cleanup_fn)(WN *wn))
BOOL WN_Equiv (WN *wn1, WN *wn2)
WNWN_CreateBlock (void)
WNWN_CreateDO (WN *index, WN *start, WN *end, WN *step, WN *body, WN *loop_info)
WNWN_CreateDoWhile (WN *test, WN *body)
WNWN_CreateWhileDo (WN *test, WN *body)
WNWN_CreateIf (WN *test, WN *if_then, WN *if_else)
WNWN_CreateEntry (INT16 nkids, ST_IDX name, WN *body, WN *pragmas, WN *varrefs)
WNWN_CreateRegion (REGION_KIND kind, WN *body, WN *pragmas, WN *exits, INT region_id, INITO_IDX ereg_supp)
WNWN_CreateRegionExit (INT32 label_number)
void Set_Max_Region_Id (INT id)
WNWN_CreateGoto (INT32 label_number)
WNWN_CreateGotoOuterBlock (INT32 label_number, SYMTAB_IDX label_level)
WNWN_CreateAgoto (WN *addr)
WNWN_CreateAltentry (ST_IDX entry)
WNWN_CreateTruebr (INT32 label_number, WN *exp)
WNWN_CreateFalsebr (INT32 label_number, WN *exp)
WNWN_CreateReturn (void)
WNWN_CreateReturn_Val (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *val)
WNWN_CreateReturn_Val (OPCODE opc, WN *val)
WNWN_CreateLabel (INT32 label_number, UINT32 label_flag, WN *loop_info)
WNWN_CreateCompgoto (INT32 num_entries, WN *value, WN *block, WN *deflt, INT32 last_label)
WNWN_CreateSwitch (INT32 num_entries, WN *value, WN *block, WN *deflt, INT32 last_label)
WNWN_CreateCasegoto (INT64 case_value, INT32 case_label_number)
WNWN_CreateXgoto (INT32 num_entries, WN *value, WN *block, ST_IDX st)
WNWN_CreateIstore (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty, WN *value, WN *addr, UINT field_id=0)
WNWN_CreateIstore (OPCODE opc, WN_OFFSET offset, TY_IDX ty, WN *value, WN *addr, UINT field_id=0)
WNWN_CreateIstorex (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, TY_IDX ty, WN *value, WN *addr1, WN *addr2)
WNWN_CreateIstorex (OPCODE opc, TY_IDX ty, WN *value, WN *addr1, WN *addr2)
WNWN_CreateMstore (WN_OFFSET offset, TY_IDX ty, WN *value, WN *addr, WN *num_bytes)
WNWN_CreateStid (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST *st, TY_IDX ty, WN *value, UINT field_id=0)
WNWN_CreateStid (OPCODE opc, WN_OFFSET offset, ST *st, TY_IDX ty, WN *value, UINT field_id=0)
WNWN_CreatePrefetch (WN_OFFSET offset, UINT32 flag, WN *addr)
WNWN_CreatePrefetchx (UINT32 flag, WN *addr1, WN *addr2)
WNWN_CreateIo (IOSTATEMENT iostatement, mINT16 kid_count)
WNWN_CreateIoItem0 (IOITEM ioitem, TY_IDX ty)
WNWN_CreateIoItem1 (IOITEM ioitem, WN *kid0, TY_IDX ty)
WNWN_CreateIoItem2 (IOITEM ioitem, WN *kid0, WN *kid1, TY_IDX ty)
WNWN_CreateIoItem3 (IOITEM ioitem, WN *kid0, WN *kid1, WN *kid2, TY_IDX ty)
WNWN_CreateIoItemN (IOITEM ioitem, mINT16 kid_count, TY_IDX ty)
WNWN_CreateEval (WN *exp)
WNWN_CreatePragma (WN_PRAGMA_ID pragma_name, ST_IDX st, INT32 arg1, INT32 arg2)
WNWN_CreatePragma (WN_PRAGMA_ID pragma_name, ST_IDX st, INT32 arg1, PREG_NUM asm_copyout_preg, UINT32 asm_opnd_num)
WNWN_CreateXpragma (WN_PRAGMA_ID pragma_name, ST_IDX st, INT16 kid_count)
WNWN_CreateExp0 (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc)
WNWN_CreateExp0 (OPCODE opc)
WNWN_CreateExp1 (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0)
WNWN_CreateExp1 (OPCODE opc, WN *kid0)
WNWN_CreateExp2 (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0, WN *kid1)
WNWN_CreateExp2 (OPCODE opc, WN *kid0, WN *kid1)
WNWN_CreateExp3 (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0, WN *kid1, WN *kid2)
WNWN_CreateExp3 (OPCODE opc, WN *kid0, WN *kid1, WN *kid2)
WNWN_CreateIload (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty, TY_IDX load_addr_ty, WN *addr, UINT field_id=0)
WNWN_CreateIload (OPCODE opc, WN_OFFSET offset, TY_IDX ty, TY_IDX load_addr_ty, WN *addr, UINT field_id=0)
WNWN_CreateIloadx (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, TY_IDX ty, TY_IDX load_addr_ty, WN *addr1, WN *addr2)
WNWN_CreateIloadx (OPCODE opc, TY_IDX ty, TY_IDX load_addr_ty, WN *addr1, WN *addr2)
WNWN_CreateMload (WN_OFFSET offset, TY_IDX ty, WN *addr, WN *num_bytes)
WNWN_CreateLdid (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST_IDX st, TY_IDX ty, UINT field_id=0)
WNWN_CreateLdid (OPCODE opc, WN_OFFSET offset, ST_IDX st, TY_IDX ty, UINT field_id=0)
WNWN_CreateLda (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty, ST_IDX st, UINT field_id=0)
WNWN_CreateLda (OPCODE opc, WN_OFFSET offset, TY_IDX ty, ST_IDX st, UINT field_id=0)
WNWN_CreateIlda (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty)
WNWN_CreateLdaLabel (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, mUINT32 label_number)
WNWN_CreateIdname (WN_OFFSET offset, ST_IDX st)
WNWN_CreateConst (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, ST_IDX st)
WNWN_CreateConst (OPCODE opc, ST_IDX st)
WNWN_CreateIntconst (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT64 const_val)
WNWN_CreateIntconst (OPCODE opc, INT64 const_val)
WNWN_CreateCvtl (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT16 cvtl_bits, WN *kid0)
WNWN_CreateCvtl (OPCODE opc, INT16 cvtl_bits, WN *kid0)
WNWN_Create_Intrinsic (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INTRINSIC intrinsic, INT32 n, WN *kids[])
WNWN_Create_Intrinsic (OPCODE opc, INTRINSIC intrinsic, INT32 n, WN *kids[])
WNWN_CreateParm (TYPE_ID rtype, WN *parm_node, TY_IDX ty, UINT32 flag)
WNWN_CreateComma (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *block, WN *value)
WNWN_CreateComma (OPCODE opc, WN *block, WN *value)
WNWN_CreateRcomma (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *value, WN *block)
WNWN_CreateRcomma (OPCODE opc, WN *value, WN *block)
WNWN_CreateComment (const char *s)
STR_IDX WN_GetComment (const WN *wn)
WNWN_CreateAsm_Stmt (INT16 kid_count, char *asm_string)
WNWN_CreateAsm_Input (char *constraint, UINT32 opnd_num, WN *opnd_expr)
WNWN_CopyNode (const WN *src_wn)
void IPA_WN_Move_Maps_PU (WN_MAP_TAB *src, WN_MAP_TAB *dst, WN *wn)
void WN_Mem_Push (void)
void WN_Mem_Pop (void)
WNWN_Ldid (TYPE_ID desc, WN_OFFSET offset, ST_IDX sym, TY_IDX align, UINT field_id=0)
WNWN_RLdid (TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST_IDX sym, TY_IDX align)
WNWN_LdidPreg (TYPE_ID desc, WN_OFFSET pregno)
WNWN_Iload (TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr, UINT field_id=0)
WNWN_RIload (TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr)
WNWN_IloadLdid (TYPE_ID desc, WN_OFFSET offset, TY_IDX align, ST *sym, WN_OFFSET symOffset)
WNWN_Istore (TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr, WN *value, UINT field_id=0)
WNWN_Unary (OPERATOR opr, TYPE_ID rtype, WN *l)
WNWN_Binary (OPERATOR opr, TYPE_ID rtype, WN *l, WN *r)
WNWN_Ternary (OPERATOR opr, TYPE_ID rtype, WN *kid0, WN *kid1, WN *kid2)
WNWN_Stid (TYPE_ID desc, WN_OFFSET offset, ST *sym, TY_IDX align, WN *value, UINT field_id=0)
WNWN_StidIntoPreg (TYPE_ID desc, WN_OFFSET offset, ST *sym, WN *value)
WNWN_Intconst (TYPE_ID rtype, INT64 value)
WNWN_RotateIntconst (WN *tree, INT32 rotate)
WNWN_Inverse (TYPE_ID type, WN *tree)
WNWN_Floatconst (TYPE_ID type, double value)
WNWN_UVConst (TYPE_ID type)
WNWN_Zerocon (TYPE_ID ty)
WNWN_Cvt (TYPE_ID desc, TYPE_ID rtype, WN *kid0)
WNWN_Trunc (TYPE_ID desc, TYPE_ID rtype, WN *kid0)
WNWN_Rnd (TYPE_ID desc, TYPE_ID rtype, WN *kid0)
WNWN_Ceil (TYPE_ID desc, TYPE_ID rtype, WN *kid0)
WNWN_Floor (TYPE_ID desc, TYPE_ID rtype, WN *kid0)
WNWN_Relational (OPERATOR opr, TYPE_ID desc, WN *kid0, WN *kid1)
WNWN_ConstPowerOf2 (TYPE_ID rtype, INT32 n)
WNWN_Lda (TYPE_ID rtype, WN_OFFSET ldaOffset, ST *sym, UINT field_id=0)
WNWN_LdaString (const char *str, WN_OFFSET ldaOffset, INT32 len)
WNWN_LdaLabel (TYPE_ID rtype, INT32 label_number)
WNWN_Icall (TYPE_ID rtype, TYPE_ID desc, INT32 n, TY_IDX ty)
WNWN_generic_call (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT32 n, ST_IDX sym)
WNWN_generic_intrinsic (OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT32 n, INTRINSIC intrinsic)
WNWN_CreateLoopInfo (WN *induction, WN *trip, UINT16 trip_est, UINT16 depth, INT32 flags)
WNWN_CreateExcScopeBegin (INT32 id, INT16 nkids, struct inito *ereg_supp)
WNWN_CreateExcScopeEnd (INT32 id)
WNWN_CreateBarrier (BOOL forward, INT16 nkids)
WNWN_CreateTrap (INT32 value)
WNWN_CreateAssert (INT32 value, WN *condition)
void WN_CopyMap (WN *dst, WN_MAP map, const WN *src)
WNWN_Tas (TYPE_ID rtype, TY_IDX ty, WN *l)
WNWN_Iloadx (TYPE_ID rtype, TY_IDX ty, TY_IDX addr_ty, WN *base, WN *index)
WNWN_Istorex (TYPE_ID desc, TY_IDX ty, WN *value, WN *base, WN *index)
WNWN_Int_Type_Conversion (WN *wn, TYPE_ID to_type)
WNWN_Float_Type_Conversion (WN *wn, TYPE_ID to_type)
WNWN_Type_Conversion (WN *wn, TYPE_ID to_type)
INT32 WN_Size_and_StartAddress (WN *wn, void **StartAddress)
BOOL WN_verifier (WN *)
BOOL WN_Tree_Has_Duplicate_Labels (WN *pu_wn, MEM_POOL *tmp_pool)
BOOL WN_Rename_Duplicate_Labels (WN *orig_wn, WN *copied_wn, WN *pu_wn, MEM_POOL *tmp_pool)
WNWN_CreateRegionExit (ST *st, INT32 label_number)
WNWN_CreateGoto (ST *st, INT32 label_number)
WNWN_CreateLabel (ST_IDX st, INT32 label_number, UINT32 label_flag, WN *loop_info)
WNWN_CreateLda (OPCODE opc, WN_OFFSET offset, TY_IDX ty, ST *st)
WNWN_CreateAffirm (WN *condition)
WNWN_CreateAlloca (WN *size)
WNWN_CreateDealloca (INT32 n)
WNWN_CreateLdma (TYPE_ID rtype, WN_OFFSET offset, TY_IDX ty, ST_IDX st)
void WN_set_st_addr_saved (WN *)
BOOL WN_has_side_effects (const WN *)
WNWN_Rrotate (TYPE_ID desc, WN *src, WN *cnt)

Variables

MEM_POOLWN_mem_pool_ptr


Define Documentation

#define WN_Abs ( type,
 )     WN_Unary(OPR_ABS,type,l)

#define WN_Add ( type,
l,
 )     WN_Binary(OPR_ADD,type,l,r)

#define WN_Ashr ( type,
l,
 )     WN_Binary(OPR_ASHR,type,l,r)

Definition at line 1270 of file wn.h.

Referenced by em_divfloor(), em_parity(), em_popcount(), and lower_bit_field_id().

#define WN_Band ( type,
l,
 )     WN_Binary(OPR_BAND,type,l,r)

#define WN_Bior ( type,
l,
 )     WN_Binary(OPR_BIOR,type,l,r)

Definition at line 1275 of file wn.h.

Referenced by cwh_expr_binop_shift(), em_bset(), em_shftc(), lower_store_bits(), and vho_lower_expr().

#define WN_Bnot ( type,
 )     WN_Unary(OPR_BNOT,type,l)

Definition at line 1273 of file wn.h.

Referenced by Atomic_Using_Swap(), em_bclr(), and em_mask_complement().

#define WN_Bxor ( type,
l,
 )     WN_Binary(OPR_BXOR,type,l,r)

Definition at line 1276 of file wn.h.

Referenced by em_divfloor(), em_parity(), and lower_bit_field_id().

#define WN_Call ( type,
desc,
n,
 )     WN_generic_call(OPR_CALL,type,desc,n,s)

#define WN_CAND ( l,
 )     WN_Binary(OPR_CAND,Boolean_type,l,r)

#define WN_CIOR ( l,
 )     WN_Binary(OPR_CIOR,Boolean_type,l,r)

Definition at line 1267 of file wn.h.

Referenced by handle_compare().

#define WN_Complex ( type,
l,
 )     WN_Binary(OPR_COMPLEX,type,l,r)

#define WN_CreateCondbr   WN_CreateTruebr

Definition at line 756 of file wn.h.

#define WN_Cselect ( type,
rel,
t,
f   )     WN_Ternary(OPR_CSELECT,type,rel,t,f)

Definition at line 1244 of file wn.h.

Referenced by lower_bit_field_id(), and lower_float_to_unsigned().

#define WN_Delete ( wn   )     IPA_WN_Delete(Current_Map_Tab, (wn))

Definition at line 699 of file wn.h.

Referenced by analyze_addressof_ty_being_split(), arrsection_to_array(), aux_memset(), convert_do_while(), Convert_Section_To_Pdo(), OPT_STAB::Convert_ST_to_AUX(), convert_while_do(), Create_DopeVector_WN(), Create_Io_Entry(), cwh_dope_from_expression(), cwh_expr_address(), cwh_expr_dispose_of_char(), cwh_expr_extract_arrayexp(), cwh_io_create_dope_from_item(), cwh_io_null_address(), cwh_io_split_io_items(), Delayed_MP_Translation(), GOTO_TABLE::Dismantle(), GTABLE::Dismantle(), em_bzero(), em_exp_int(), em_quad_abs(), em_quad_neg(), em_split_select(), extract_calls(), f90_analyze_assignment(), F90_Do_Copies(), F90_Lower_Alloc_Dealloc(), F90_Lower_Intrinsic_Fixup_walk(), F90_Lower_Walk(), F90_Walk_All_Statements(), F90_Walk_Statements(), fei_cvtop(), fei_unroll(), Fold_Base(), Gen_End_Serialized_Parallel(), Gen_Io_GetFieldWN(), Gen_Io_PutFieldWN(), Gen_Io_PutKeyFieldWN(), Gen_Iolist_PutFieldWN(), Gen_MP_SingleProcess_Region(), Gen_stmt_wn(), EMITTER::Gen_wn(), handle_assignment(), handle_istore_assignment(), handle_kid_of_istore(), Insert_Lowered_Atomic(), lower_base_reference(), lower_bit_field_id(), lower_char(), lower_complex_expr(), lower_cvt(), lower_dereference(), Lower_Fetch_And_Op(), lower_io_items(), lower_io_statement(), lower_linearize_array_addr(), lower_madd(), lower_merge(), lower_miload(), lower_mldid(), lower_mp(), lower_pack(), lower_recip(), lower_rsqrt(), lower_transformationals(), LWN_Delete_From_Block(), LWN_Delete_Tree(), LWN_Insert_Block_After(), LWN_Insert_Block_Before(), Make_Leaf(), GOTO_TABLE::Move_Goto_Out(), NORMALIZE_LOOP::Normalize_loop_stmt(), Points_To_For_Array_Star(), Process_Parallel_Do(), Process_PDO(), Promote_Pointer(), GOTO_TABLE::Replace_Goto_With_If(), GTABLE::Replace_Goto_With_If(), GTABLE::Replace_Goto_With_While(), GOTO_TABLE::Replace_Goto_With_While(), SE_Istore(), SNL_Optimize_Bounds(), Solve_For(), strip_mloads(), Strip_Nested_MP(), Strip_OMP_Workshare(), TCON_from_stack(), Transform_Code(), Transform_Do(), Transform_Parallel_Block(), U64_LOWER_delete(), vho_lower_block(), Walk_and_Localize(), WFE_Add_Aggregate_Init_Address(), WFE_Array_Expr(), WFE_Expand_Expr(), WFE_Expand_Expr_With_Sequence_Point(), WFE_Expand_Loop(), WFE_One_Stmt(), AGGINIT::WGEN_Add_Aggregate_Init_Address(), WGEN_Array_Expr(), WGEN_Expand_Expr(), WGEN_Expand_Expr_With_Sequence_Point(), WGEN_Expand_Loop(), WGEN_One_Stmt(), WN_DELETE_Tree(), WN_ExprToNaryType(), WN_INSERT_BlockAfter(), WN_INSERT_BlockBefore(), WN_Nary(), WN_NaryToExpr(), WN_Simplify_Rebuild_Expr_Tree(), WN_Simplify_Tree(), WN_Solve_For(), and SNL_TRANS_INDEX_DATA::~SNL_TRANS_INDEX_DATA().

#define WN_Div ( type,
l,
 )     WN_Binary(OPR_DIV,type,l,r)

#define WN_EQ ( type,
l,
 )     WN_Relational(OPR_EQ,type,l,r)

#define WN_GE ( type,
l,
 )     WN_Relational(OPR_GE,type,l,r)

#define WN_GT ( type,
l,
 )     WN_Relational(OPR_GT,type,l,r)

#define WN_Imagpart ( t,
 )     WN_Unary(OPR_IMAGPART,t,l)

#define WN_LAND ( l,
 )     WN_Binary(OPR_LAND,Boolean_type,l,r)

#define WN_LE ( type,
l,
 )     WN_Relational(OPR_LE,type,l,r)

#define WN_LIOR ( l,
 )     WN_Binary(OPR_LIOR,Boolean_type,l,r)

Definition at line 1265 of file wn.h.

Referenced by Analyze_index(), cwh_stmt_insert_conformance_check(), and lower_bit_field_id().

#define WN_LNOT (  )     WN_Unary(OPR_LNOT,Boolean_type,l)

Definition at line 1263 of file wn.h.

Referenced by Atomic_Using_Swap(), and lower_bit_field_id().

#define WN_Lshr ( type,
l,
 )     WN_Binary(OPR_LSHR,type,l,r)

#define WN_LT ( type,
l,
 )     WN_Relational(OPR_LT,type,l,r)

#define WN_Madd ( type,
l,
r,
a   )     WN_Ternary(OPR_MADD,type,l,r,a)

Definition at line 1249 of file wn.h.

Referenced by lower_madd(), and lower_nary_madd().

#define WN_Mpy ( type,
l,
 )     WN_Binary(OPR_MPY,type,l,r)

#define WN_Msub ( type,
l,
r,
a   )     WN_Ternary(OPR_MSUB,type,l,r,a)

Definition at line 1250 of file wn.h.

Referenced by lower_madd().

#define WN_NE ( type,
l,
 )     WN_Relational(OPR_NE,type,l,r)

#define WN_Neg ( type,
 )     WN_Unary(OPR_NEG,type,l)

#define WN_Nmadd ( type,
l,
r,
a   )     WN_Ternary(OPR_NMADD,type,l,r,a)

Definition at line 1251 of file wn.h.

Referenced by lower_madd().

#define WN_Nmsub ( type,
l,
r,
a   )     WN_Ternary(OPR_NMSUB,type,l,r,a)

Definition at line 1252 of file wn.h.

Referenced by lower_madd(), and lower_nary_madd().

#define WN_Paren ( type,
 )     WN_Unary(OPR_PAREN,type,l)

Definition at line 1241 of file wn.h.

Referenced by lower_complex_expr(), and lower_quad_expr().

#define WN_Piccall ( type,
desc,
n,
 )     WN_generic_call(OPR_PICCALL,type,desc,n,s)

Definition at line 1202 of file wn.h.

Referenced by lower_bit_field_id().

#define WN_Realpart ( t,
 )     WN_Unary(OPR_REALPART,t,l)

#define WN_Recip ( type,
 )     WN_Unary(OPR_RECIP,type,l)

Definition at line 1238 of file wn.h.

Referenced by WN_Inverse().

#define WN_Rsqrt ( type,
 )     WN_Unary(OPR_RSQRT,type,l)

Definition at line 1240 of file wn.h.

Referenced by em_exp_float().

#define WN_Select ( type,
rel,
t,
f   )     WN_Ternary(OPR_SELECT,type,rel,t,f)

#define WN_Shl ( type,
l,
 )     WN_Binary(OPR_SHL,type,l,r)

#define WN_Sqrt ( type,
 )     WN_Unary(OPR_SQRT,type,l)

#define WN_StidPreg ( desc,
pregno,
value   )     WN_StidIntoPreg((desc),(pregno),MTYPE_To_PREG(desc),(value))

#define WN_Sub ( type,
l,
 )     WN_Binary(OPR_SUB,type,l,r)


Function Documentation

void Dont_Use_WN_Free_List ( void   ) 

Definition at line 300 of file wn.cxx.

void IPA_WN_Delete ( WN_MAP_TAB maptab,
WN wn 
)

Definition at line 410 of file wn.cxx.

void IPA_WN_DELETE_Tree ( WN_MAP_TAB maptab,
WN tree 
)

Definition at line 453 of file wn.cxx.

void IPA_WN_Move_Maps_PU ( WN_MAP_TAB src,
WN_MAP_TAB dst,
WN wn 
)

Definition at line 2107 of file wn.cxx.

BOOL IPO_Types_Are_Compatible ( TYPE_ID  ltype,
TYPE_ID  rtype 
)

Definition at line 214 of file wn.cxx.

BOOL Is_Const_Parm ( WN ,
INT   
)

void Set_Max_Region_Id ( INT  id  ) 

Definition at line 842 of file wn.cxx.

BOOL Types_Are_Compatible ( TYPE_ID  ltype,
WN wn 
)

Intermediate Language Tree Nodes --------------------------------

Description:

This module provides the routines to create and manipulate wns.

Exported functions:

WN *WN_Create( OPERATOR operator, TYPE_ID rtype, TYPE_ID desc, mINT16 kid_count )

Creates and returns a WN with the given 'opcode'. 'Kid_count' give the number of kids when this is not determined by the 'opcode' and is ignored otherwise. The 'opcode', 'kid_count', and 'map_id' fields are initialized. The initial values of all other fields are undefined.

WN *WN_Create_Generic( OPERATOR operator, TYPE_ID rtype, TYPE_ID desc, mINT16 kid_count, WN *next, WN *prev, ST *st, INT32 label_number, INT32 num_entries, TY *ty, TY *load_addr_ty, WN_OFFSET offset, INT16 cvtl_bits, INT32 num_dim WN_ESIZE element_size INT64 const_value, UINT32 flag, INTRINSIC intrinsic)

Call WN_Create and then fill in all the fields relevant for opcode

Higher level Create routines.

These are routines built on top of WN_Create to allow one to create different types of nodes. They include a fair amount of error checking for conformance to WHIRL rules. Every control flow and statment has its own create function. This is necessary as most have distinct internal fields. For expressions with additional internal fields, we also supply operator specific create functions, but for most expressions, we provide generic (based on number of kids) create routines.

WN *WN_CreateBlock(void) WN *WN_CreateDO( WN *index, WN *start, WN *end, WN *step, WN *body) WN *WN_CreateDoWhile( WN *test, WN *body) WN *WN_CreateWhileDo( WN *test, WN *body) WN *WN_CreateIf( WN *test, WN *then, WN *else) WN *WN_CreateRegion( REGION_KIND kind, WN *body, WN *pragmas, WN *exits, INT region_id, struct inito * ereg_sup) WN *WN_CreateRegionExit( ST *st, INT32 label_number) WN *WN_CreateGoto( ST *st, INT32 label_number) WN *WN_CreateAgoto( WN *addr) WN *WN_CreateAltentry( ST *entry) WN *WN_CreateTruebr( INT32 label_number, WN *exp) WN *WN_CreateFalsebr( INT32 label_number, WN *exp) WN *WN_CreateReturn(void) WN *WN_CreateLabel( ST *label, INT32 label_number, UINT32 label_flag, WN *loop_info) WN *WN_CreateCompgoto( INT32 num_entries, WN *value, WN *block, WN *deflt, INT32 last_label) WN *WN_CreateSwitch( INT32 num_entries, WN *value, WN *block, WN *deflt, INT32 last_label) if last_label for Compgoto and Switch is 0, then don't know last_label (and regions can ignore switch heirarchy). WN *WN_CreateCasegoto( INT64 case_value, INT32 case_label_number) WN *WN_CreateXgoto( INT32 num_entries, WN *value, WN *block, ST *st) WN *WN_CreateIstore( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty,WN *value, WN *addr, UINT field_id) WN *WN_CreateIstorex( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, TY_IDX ty,WN *value, WN *addr1, WN *addr2) WN *WN_CreateMstore( WN_OFFSET offset, TY_IDX ty, WN *value, WN *addr,WN *num_bytes) WN *WN_CreateStid( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST *st, TY_IDX ty,WN *value, UINT field_id) WN *WN_CreatePrefetch(WN_OFFSET offset, UINT32 flag, WN *addr) WN *WN_CreatePrefetchx(UINT32 flag, WN *addr1, WN *addr2) WN *WN_CreateIo(IOSTATEMENT iostatement, mINT16 kid_count) WN *WN_CreateIoItem0(IOITEM ioitem, TY_IDX ty) WN *WN_CreateIoItem1(IOITEM ioitem, WN *kid0, TY_IDX ty) WN *WN_CreateIoItem2(IOITEM ioitem, WN *kid0, WN *kid1, TY_IDX ty) WN *WN_CreateIoItem3(IOITEM ioitem, WN *kid0, WN *kid1, WN *kid2, TY_IDX ty) WN *WN_CreateIoItemN(IOITEM ioitem, mINT16 kid_count, TY_IDX ty) WN *WN_CreateEval( WN *exp) WN *WN_CreatePragma(WN_PRAGMA_ID pragma_name, ST *st, INT64 const_val) WN *WN_CreateExp0( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc) WN *WN_CreateExp1( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0) WN *WN_CreateExp2( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0, WN *kid1) WN *WN_CreateExp3( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN *kid0, WN *kid1, WN *kid2) WN *WN_CreateCvtl( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT16 bits, WN *kid0) WN *WN_CreateIload( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty, TY_IDX load_addr_ty,WN *addr, UINT field_id) WN *WN_CreateIloadx( OPCODE opr, TYPE_ID rtype, TYPE_ID desc, TY_IDX ty,TY_IDX load_addr_ty,WN *addr1, WN *addr2) WN *WN_CreateMload( WN_OFFSET offset, TY_IDX ty,WN *addr, WN *num_bytes) WN *WN_CreateLdid( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST *st, TY_IDX ty, UINT field_id) WN *WN_CreateLda( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty, ST *st, UINT field_id) WN *WN_CreateIlda( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX ty) WN *WN_CreateIdname( WN_OFFSET offset,ST *st) WN *WN_CreateConst( OPERATOR opr, TYPE_ID rtype, TYPED_ID desc, ST *st ) WN *WN_CreateIntconst( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INT64 const_val)

void IPA_WN_Delete( WN_MAP_TAB *maptab, WN *wn ) void WN_Delete( WN *wn )

Delete the given 'wn' and make the node storage available for reallocation. Also add the map_id to the free list in the map table.

void IPA_WN_DELETE_Tree( WN_MAP_TAB *maptab, WN *tree )

Recursively delete the given whirl 'tree' and make the node storage available for reallocation. Also adds each node's map_id to the free list in the appropriate map table. Note that this is the PU context-specific version of WN_DELETE_Tree in wn_util. However; wn_util has no knowledge of WN_MAP_TAB's so the routine is placed here.

void WN_Register_Delete_Cleanup_Function(void (*cleanup_fn)(WN *wn)) Register <cleanup_fn> so that it is called just before a node is deleted. The node being deleted is passed to the cleanup function. If <cleanup_fn> was already registered, this call has no effect. Registered cleanup functions are invoked in an arbitrary order.

void WN_Remove_Delete_Cleanup_Function(void (*cleanup_fn)(WN *wn)) Stop calling the given <cleanup_fn> each time a node is deleted.

void WN_Mem_Push(void) Saves the WN memory state for later restoration by WN_Mem_Pop.

void WN_Mem_Pop(void) Deallocates all WN nodes created since the last call to WN_Mem_Push.

WN *WN_CopyNode ( const WN* src_wn )

Return a copy of a given src_wn. It does a shallow copy, i.e. only the current node, no children. Pointers to next/prev or to kids are NOT copied. Furthermore, no annotations are copied.

BOOL WN_Equiv(WN *wn1, WN *wn2)

Ignoring children and next-previous pointers, are wn1 and wn2 equivalent

void IPA_WN_Move_Maps ( WN_MAP_TAB *maptab, WN *dst, WN *src ) void WN_Move_Maps ( WN *dst, WN *src )

Move the information stored in the map table for one WN to another WN.

void IPA_WN_Move_Maps_PU( WN_MAP_TAB *src, WN_MAP_TAB *dst, WN *wn)

Move wn's mapping information from the source to the destination table. This is used when a WN is moved from one PU to another This assumes the destination table will contain the same WN_MAPs as the source.

These are much needed higher level routines built on the WN_Create to build WN. Most of them determine the opcode based on type information supplied.

WN *WN_Intconst ( TYPE_ID rtype, INT64 value ) Return an integer constant node of value

WN *WN_RotateIntconst( WN *tree INT32 rotate ) Rotate intconst bits right (rotate>0) or left (rotate<0)

WN *WN_Inverse ( TYPE_ID type, WN *tree ) Return a recip or divide base on type and flags

WN *WN_Floatconst ( TYPE_ID rtype, double value ) Return an floating point constant node of value

WN *WN_UVConst( TYPE_ID rtype, ) Return the correct bit pattern for an uninitialized variable

WN * WN_Zerocon ( TYPE_ID ty ) Return a zero of type ty

WN *WN_Ldid ( TYPE_ID desc, WN_OFFSET offset, ST *sym, TY_IDX align, UINT field_id ) Return a LDID (with offset) of type desc. The rtype is computed from ST. Alignment must be specified

WN *WN_RLdid ( TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, ST *sym, TY_IDX align ) Return a LDID (with offset) of type rtype, desc. Alignment must be specified

WN *WN_LdidPreg ( TYPE_ID desc, WN_OFFSET pregno ) Return a LDID of a given preg.

WN *WN_Stid ( TYPE_ID desc, WN_OFFSET offset, ST *sym, TY_IDX align, WN *value, UINT field_id ) STID (with offset) value into sym of type desc. Alignment must be specified

WN *WN_StidIntoPreg( TYPE_ID desc, WN_OFFSET offset, ST *sym, WN *value ) STID (with offset) value into sym of type desc. Alignment is inferred from sym

WN *WN_StidPreg( TYPE_ID desc, WN_OFFSET offset, WN *value ) STID (with offset) value into sym of type desc. Alignment is inferred from sym This is a simplified interface to StidIntoPreg, where the preg sym Is inferred from the type.

WN *WN_Iload ( TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr, UINT field_id ) Return a ILOAD (with offset) of type desc. The rtype is computed from desc Alignment must be specified

WN *WN_RIload ( TYPE_ID rtype, TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr ) Return a ILOAD (with offset) of type rtype, desc. Alignment must be specified

WN *WN_Istore ( TYPE_ID desc, WN_OFFSET offset, TY_IDX align, WN *addr, WN *value, UINT field_id ) Return a ISTORE (with offset) of type desc. Alignment must be specified

WN *WN_Unary( OPERATOR opr, TYPE_ID rtype, WN *l ) Return a unary operator opr with opcode of type rtype. The following macros use this as a common base WN_LNOT(WN *l) WN_Bnot(TYPE_ID type, WN *l) WN_Realpart(TYPE_ID rtype, WN *l) WN_Imagpart(TYPE_ID rtype, WN *l) WN_Paren(TYPE_ID rtype, WN *l)

WN *WN_Binary ( OPERATOR opr, TYPE_ID rtype, WN *l, WN *r ) Return a binary operator opr with opcode of type rtype. The following macros use this as a common base WN_Add(TYPE_ID rtype, WN *l, WN *r) WN_Sub(TYPE_ID rtype, WN *l, WN *r) WN_Mpy(TYPE_ID rtype, WN *l, WN *r) WN_Div(TYPE_ID rtype, WN *l, WN *r)

WN_LAND(WN *l, WN *r) WN_LIOR(WN *l, WN *r)

WN_Band(TYPE_ID rtype, WN *l, WN *r) WN_Bior(TYPE_ID rtype, WN *l, WN *r) WN_Bxor(TYPE_ID rtype, WN *l, WN *r)

WN_Lshr(TYPE_ID rtype, WN *l, WN *r) WN_Ashr(TYPE_ID rtype, WN *l, WN *r) WN_Shl(TYPE_ID rtype, WN *l, WN *r)

WN_Complex(TYPE_ID rtype, WN *l, WN *r)

WN *WN_Ternary( OPERATOR opr, TYPE_ID rtype, WN *kid0, WN *kid1, WN *kid2 ) Return a ternary operator opr with opcode of type rtype. The following macros use this as a common base WN_Select(TYPE_ID rtype, WN *rel, WN *true, WN *false)

WN *WN_IloadLdid ( TYPE_ID desc, WN_OFFSET offset, TY_IDX align, ST *sym, WN_OFFSET symOffset ) Return a ILOAD (with offset) of type desc with and address of LDID (with symOffset) of Pointer_type. Alignment must be specified

WN *WN_Cvt( TYPE_ID desc, TYPE_ID rtype, WN *l, WN *r ) Return a cvt operator with opcode of type desc -> rtype,

WN *WN_Trunc( TYPE_ID desc, TYPE_ID rtype, WN *l, WN *r ) round to zero Return a trunc operator with opcode of type desc -> rtype,

WN *WN_Rnd( TYPE_ID desc, TYPE_ID rtype, WN *l, WN *r ) round to nearest int Return a rnd operator with opcode of type desc -> rtype

WN *WN_Ceil( TYPE_ID desc, TYPE_ID rtype, WN *l, WN *r ) round to +infinity Return a ceil operator with opcode of type desc -> rtype,

WN *WN_Floor( TYPE_ID desc, TYPE_ID rtype, WN *l, WN *r ) round to -infinity Return a floor operator with opcode of type desc -> rtype,

WN * WN_Int_Type_Conversion( WN *wn, TYPE_ID to_type )

Return the integer-typed wn converted to the given integer to_type. (handles only int->int conversions)

WN * WN_Float_Type_Conversion( WN *wn, TYPE_ID to_type )

Return the float-typed wn converted to the given float to_type. (handles only float->float conversions)

WN * WN_Type_Conversion( WN *wn, TYPE_ID to_type )

Return the int/float-typed wn converted to the given int/float to_type. (handles int->float, float->int, int->int, and float->float conversions)

WN *WN_Relational( OPERATOR opr, TYPE_ID rtype, WN *l, WN *r ) Return a relational operator opr with opcode of type rtype. The following macros use this as a common base WN_EQ(TYPE_ID rtype, WN *l, WN *r) WN_NE(TYPE_ID rtype, WN *l, WN *r) WN_LT(TYPE_ID rtype, WN *l, WN *r) WN_LE(TYPE_ID rtype, WN *l, WN *r) WN_GT(TYPE_ID rtype, WN *l, WN *r) WN_GE(TYPE_ID rtype, WN *l, WN *r)

WN *WN_ConstPowerOf2( TYPE_ID rtype, INT32 n ) Return a constant of type rtype that is 2**n (1<<(n-1))

WN *WN_Lda( TYPE_ID rtype, WN_OFFSET ldaOffset, ST *sym, UINT field_id ) Return lda of type rtype of sym

WN *WN_LdaString(const char *str, WN_OFFSET ldaOffset, INT32 len ) Create an LDA of type string

WN *WN_Icall( TYPE_ID rtype, TYPE_ID desc, INT32 n, TY_IDX ty ) Return an icall node with n children and a TY

WN *WN_Call( TYPE_ID rtype, TYPE_ID desc, INT32 n, ST *sym ) Return an call node with n children and ST sym Uses generic WN_generic_call()

WN *WN_Piccall( TYPE_ID rtype, TYPE_ID desc, INT32 n, ST *sym ) Return an piccall node with n children and ST sym Uses generic WN_generic_call()

WN *WN_Create_Intrinsic( OPERATOR opr, TYPE_ID rtype, TYPE_ID desc, INTRINSIC intrinsic, INT32 n, WN *kids[] ) Return an intrinsic node with n children

WN *WN_CreateParm(TYPE_ID rtype, WN *kid0, TY_IDX ty, UINT32 flag) Return a parameter node

void WN_CopyMap( WN *dst, WN_MAP map, WN *src ) Copy the contents of map for src to dst. Uses Current_Map_Tab. Does nothing if map is WN_MAP_UNDEFINED.

WN *WN_Tas( TYPE_ID rtype, TY_IDX ty, WN *l ) Return an tas node with TY

Definition at line 204 of file wn.cxx.

WN* WN_Binary ( OPERATOR  opr,
TYPE_ID  rtype,
WN l,
WN r 
)

Definition at line 2410 of file wn.cxx.

WN* WN_Ceil ( TYPE_ID  desc,
TYPE_ID  rtype,
WN kid0 
)

Definition at line 2444 of file wn.cxx.

WN* WN_ConstPowerOf2 ( TYPE_ID  rtype,
INT32  n 
)

Definition at line 2459 of file wn.cxx.

void WN_CopyMap ( WN dst,
WN_MAP  map,
const WN src 
)

Definition at line 2693 of file wn.cxx.

WN* WN_CopyNode ( const WN src_wn  ) 

Definition at line 2027 of file wn.cxx.

WN* WN_Create ( OPCODE  opcode,
mINT16  kid_count 
) [inline]

Definition at line 672 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_Create().

WN* WN_Create ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
mINT16  kid_count 
)

Definition at line 539 of file wn.cxx.

WN * WN_Create_Generic ( OPCODE  opcode,
mINT16  kid_count,
WN next,
WN prev,
ST_IDX  st,
INT32  label_number,
INT32  num_entries,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN_OFFSET  offset,
INT16  cvtl_bits,
INT32  num_dim,
WN_ESIZE  element_size,
INT64  const_value,
UINT32  flag,
INTRINSIC  intrinsic 
) [inline]

Definition at line 685 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_Create_Generic().

WN* WN_Create_Generic ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
mINT16  kid_count,
WN next,
WN prev,
ST_IDX  st,
INT32  label_number,
INT32  num_entries,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN_OFFSET  offset,
INT16  cvtl_bits,
INT32  num_dim,
WN_ESIZE  element_size,
INT64  const_value,
UINT32  flag,
INTRINSIC  intrinsic 
) [inline]

Definition at line 598 of file wn.cxx.

WN* WN_Create_Intrinsic ( OPCODE  opc,
INTRINSIC  intrinsic,
INT32  n,
WN kids[] 
) [inline]

Definition at line 1001 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_Create_Intrinsic.

WN* WN_Create_Intrinsic ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
INTRINSIC  intrinsic,
INT32  n,
WN kids[] 
)

Definition at line 2276 of file wn.cxx.

WN* WN_CreateAffirm ( WN condition  ) 

Definition at line 3015 of file wn.cxx.

WN* WN_CreateAgoto ( WN addr  ) 

Definition at line 952 of file wn.cxx.

WN* WN_CreateAlloca ( WN size  ) 

Definition at line 3024 of file wn.cxx.

WN* WN_CreateAltentry ( ST_IDX  entry  )  [inline]

Definition at line 964 of file wn.cxx.

WN* WN_CreateAsm_Input ( char *  constraint,
UINT32  opnd_num,
WN opnd_expr 
)

Definition at line 1984 of file wn.cxx.

WN* WN_CreateAsm_Stmt ( INT16  kid_count,
char *  asm_string 
)

Definition at line 1968 of file wn.cxx.

WN* WN_CreateAssert ( INT32  value,
WN condition 
)

Definition at line 2237 of file wn.cxx.

WN* WN_CreateBarrier ( BOOL  forward,
INT16  nkids 
)

Definition at line 2219 of file wn.cxx.

WN* WN_CreateBlock ( void   ) 

Definition at line 717 of file wn.cxx.

WN* WN_CreateCasegoto ( INT64  case_value,
INT32  case_label_number 
)

Definition at line 1093 of file wn.cxx.

WN* WN_CreateComma ( OPCODE  opc,
WN block,
WN value 
) [inline]

Definition at line 1013 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateComma.

WN* WN_CreateComma ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN block,
WN value 
)

Definition at line 1926 of file wn.cxx.

WN* WN_CreateComment ( const char *  s  ) 

Definition at line 2004 of file wn.cxx.

WN* WN_CreateCompgoto ( INT32  num_entries,
WN value,
WN block,
WN deflt,
INT32  last_label 
)

Definition at line 1039 of file wn.cxx.

WN * WN_CreateConst ( OPCODE  opc,
ST_IDX  st 
) [inline]

Definition at line 968 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateConst.

WN* WN_CreateConst ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
ST_IDX  st 
) [inline]

Definition at line 1888 of file wn.cxx.

WN* WN_CreateCvtl ( OPCODE  opc,
INT16  cvtl_bits,
WN kid0 
) [inline]

Definition at line 989 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateCvtl.

WN* WN_CreateCvtl ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
INT16  cvtl_bits,
WN kid0 
)

Definition at line 1660 of file wn.cxx.

WN* WN_CreateDealloca ( INT32  n  ) 

Definition at line 3033 of file wn.cxx.

WN* WN_CreateDO ( WN index,
WN start,
WN end,
WN step,
WN body,
WN loop_info 
)

Definition at line 726 of file wn.cxx.

WN* WN_CreateDoWhile ( WN test,
WN body 
)

Definition at line 753 of file wn.cxx.

WN* WN_CreateEntry ( INT16  nkids,
ST_IDX  name,
WN body,
WN pragmas,
WN varrefs 
) [inline]

Definition at line 905 of file wn.cxx.

WN* WN_CreateEval ( WN exp  ) 

Definition at line 1482 of file wn.cxx.

WN* WN_CreateExcScopeBegin ( INT32  id,
INT16  nkids,
struct inito *  ereg_supp 
)

WN* WN_CreateExcScopeEnd ( INT32  id  ) 

Definition at line 2211 of file wn.cxx.

WN* WN_CreateExp0 ( OPCODE  opc  )  [inline]

Definition at line 852 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateExp0.

WN* WN_CreateExp0 ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc 
)

Definition at line 1552 of file wn.cxx.

WN* WN_CreateExp1 ( OPCODE  opc,
WN kid0 
) [inline]

Definition at line 862 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateExp1.

WN* WN_CreateExp1 ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN kid0 
)

Definition at line 1561 of file wn.cxx.

WN* WN_CreateExp2 ( OPCODE  opc,
WN kid0,
WN kid1 
) [inline]

Definition at line 873 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateExp2.

WN* WN_CreateExp2 ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN kid0,
WN kid1 
)

Definition at line 1584 of file wn.cxx.

WN* WN_CreateExp3 ( OPCODE  opc,
WN kid0,
WN kid1,
WN kid2 
) [inline]

Definition at line 885 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateExp3.

WN* WN_CreateExp3 ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN kid0,
WN kid1,
WN kid2 
)

Definition at line 1625 of file wn.cxx.

WN* WN_CreateFalsebr ( INT32  label_number,
WN exp 
)

Definition at line 987 of file wn.cxx.

WN * WN_CreateGoto ( ST st,
INT32  label_number 
) [inline]

Definition at line 1372 of file wn.h.

References WN_CreateGoto.

WN* WN_CreateGoto ( INT32  label_number  ) 

Definition at line 932 of file wn.cxx.

WN* WN_CreateGotoOuterBlock ( INT32  label_number,
SYMTAB_IDX  label_level 
)

Definition at line 942 of file wn.cxx.

WN* WN_CreateIdname ( WN_OFFSET  offset,
ST_IDX  st 
) [inline]

Definition at line 1876 of file wn.cxx.

WN* WN_CreateIf ( WN test,
WN if_then,
WN if_else 
)

Definition at line 785 of file wn.cxx.

WN* WN_CreateIlda ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  ty 
)

Definition at line 1858 of file wn.cxx.

WN* WN_CreateIload ( OPCODE  opc,
WN_OFFSET  offset,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN addr,
UINT  field_id = 0 
) [inline]

Definition at line 899 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateIload.

WN* WN_CreateIload ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN addr,
UINT  field_id = 0 
)

Definition at line 1684 of file wn.cxx.

WN* WN_CreateIloadx ( OPCODE  opc,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN addr1,
WN addr2 
) [inline]

Definition at line 914 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateIloadx.

WN* WN_CreateIloadx ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
TY_IDX  ty,
TY_IDX  load_addr_ty,
WN addr1,
WN addr2 
)

Definition at line 1746 of file wn.cxx.

WN* WN_CreateIntconst ( OPCODE  opc,
INT64  const_val 
) [inline]

Definition at line 978 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateIntconst.

WN* WN_CreateIntconst ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
INT64  const_val 
)

Definition at line 1901 of file wn.cxx.

WN* WN_CreateIo ( IOSTATEMENT  iostatement,
mINT16  kid_count 
)

Definition at line 1409 of file wn.cxx.

WN* WN_CreateIoItem0 ( IOITEM  ioitem,
TY_IDX  ty 
)

Definition at line 1421 of file wn.cxx.

WN* WN_CreateIoItem1 ( IOITEM  ioitem,
WN kid0,
TY_IDX  ty 
)

Definition at line 1432 of file wn.cxx.

WN* WN_CreateIoItem2 ( IOITEM  ioitem,
WN kid0,
WN kid1,
TY_IDX  ty 
)

Definition at line 1444 of file wn.cxx.

WN* WN_CreateIoItem3 ( IOITEM  ioitem,
WN kid0,
WN kid1,
WN kid2,
TY_IDX  ty 
)

Definition at line 1457 of file wn.cxx.

WN* WN_CreateIoItemN ( IOITEM  ioitem,
mINT16  kid_count,
TY_IDX  ty 
)

Definition at line 1471 of file wn.cxx.

WN* WN_CreateIstore ( OPCODE  opc,
WN_OFFSET  offset,
TY_IDX  ty,
WN value,
WN addr,
UINT  field_id = 0 
) [inline]

Definition at line 791 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateIstore.

WN* WN_CreateIstore ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  ty,
WN value,
WN addr,
UINT  field_id = 0 
)

Definition at line 1120 of file wn.cxx.

WN* WN_CreateIstorex ( OPCODE  opc,
TY_IDX  ty,
WN value,
WN addr1,
WN addr2 
) [inline]

Definition at line 805 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateIstorex.

WN* WN_CreateIstorex ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
TY_IDX  ty,
WN value,
WN addr1,
WN addr2 
)

Definition at line 1218 of file wn.cxx.

WN* WN_CreateLabel ( ST_IDX  st,
INT32  label_number,
UINT32  label_flag,
WN loop_info 
) [inline]

Definition at line 1385 of file wn.h.

References WN_CreateLabel.

WN* WN_CreateLabel ( INT32  label_number,
UINT32  label_flag,
WN loop_info 
)

Definition at line 1021 of file wn.cxx.

WN* WN_CreateLda ( OPCODE  opc,
WN_OFFSET  offset,
TY_IDX  ty,
ST st 
) [inline]

Definition at line 1463 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateLda.

WN* WN_CreateLda ( OPCODE  opc,
WN_OFFSET  offset,
TY_IDX  ty,
ST_IDX  st,
UINT  field_id = 0 
) [inline]

Definition at line 946 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateLda.

WN* WN_CreateLda ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  ty,
ST_IDX  st,
UINT  field_id = 0 
) [inline]

Definition at line 1838 of file wn.cxx.

WN* WN_CreateLdaLabel ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
mUINT32  label_number 
)

WN * WN_CreateLdid ( OPCODE  opc,
WN_OFFSET  offset,
ST_IDX  st,
TY_IDX  ty,
UINT  field_id = 0 
) [inline]

Definition at line 933 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateLdid.

WN* WN_CreateLdid ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
ST_IDX  st,
TY_IDX  ty,
UINT  field_id = 0 
) [inline]

Definition at line 1793 of file wn.cxx.

WN* WN_CreateLdma ( TYPE_ID  rtype,
WN_OFFSET  offset,
TY_IDX  ty,
ST_IDX  st 
)

Definition at line 3041 of file wn.cxx.

WN* WN_CreateLoopInfo ( WN induction,
WN trip,
UINT16  trip_est,
UINT16  depth,
INT32  flags 
)

Definition at line 2184 of file wn.cxx.

WN* WN_CreateMload ( WN_OFFSET  offset,
TY_IDX  ty,
WN addr,
WN num_bytes 
)

Definition at line 1767 of file wn.cxx.

WN* WN_CreateMstore ( WN_OFFSET  offset,
TY_IDX  ty,
WN value,
WN addr,
WN num_bytes 
)

Definition at line 1256 of file wn.cxx.

WN* WN_CreateParm ( TYPE_ID  rtype,
WN parm_node,
TY_IDX  ty,
UINT32  flag 
)

Definition at line 2301 of file wn.cxx.

WN* WN_CreatePragma ( WN_PRAGMA_ID  pragma_name,
ST_IDX  st,
INT32  arg1,
PREG_NUM  asm_copyout_preg,
UINT32  asm_opnd_num 
) [inline]

Definition at line 1510 of file wn.cxx.

WN* WN_CreatePragma ( WN_PRAGMA_ID  pragma_name,
ST_IDX  st,
INT32  arg1,
INT32  arg2 
) [inline]

Definition at line 1495 of file wn.cxx.

WN* WN_CreatePrefetch ( WN_OFFSET  offset,
UINT32  flag,
WN addr 
)

Definition at line 1397 of file wn.cxx.

WN* WN_CreatePrefetchx ( UINT32  flag,
WN addr1,
WN addr2 
)

Definition at line 1241 of file wn.cxx.

WN* WN_CreateRcomma ( OPCODE  opc,
WN value,
WN block 
) [inline]

Definition at line 1020 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateRcomma.

WN* WN_CreateRcomma ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN value,
WN block 
)

Definition at line 1947 of file wn.cxx.

WN* WN_CreateRegion ( REGION_KIND  kind,
WN body,
WN pragmas,
WN exits,
INT  region_id,
INITO_IDX  ereg_supp 
)

Definition at line 872 of file wn.cxx.

WN * WN_CreateRegionExit ( ST st,
INT32  label_number 
) [inline]

Definition at line 1359 of file wn.h.

References WN_CreateRegionExit.

WN* WN_CreateRegionExit ( INT32  label_number  ) 

Definition at line 893 of file wn.cxx.

WN* WN_CreateReturn ( void   ) 

Definition at line 1001 of file wn.cxx.

WN* WN_CreateReturn_Val ( OPCODE  opc,
WN val 
) [inline]

Definition at line 763 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateReturn_Val.

WN* WN_CreateReturn_Val ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN val 
)

Definition at line 1010 of file wn.cxx.

WN * WN_CreateStid ( OPCODE  opc,
WN_OFFSET  offset,
ST st,
TY_IDX  ty,
WN value,
UINT  field_id = 0 
) [inline]

Definition at line 825 of file wn.h.

References OPCODE_desc(), OPCODE_operator(), OPCODE_rtype(), and WN_CreateStid.

WN* WN_CreateStid ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
ST st,
TY_IDX  ty,
WN value,
UINT  field_id = 0 
) [inline]

Definition at line 1294 of file wn.cxx.

WN* WN_CreateSwitch ( INT32  num_entries,
WN value,
WN block,
WN deflt,
INT32  last_label 
)

Definition at line 1064 of file wn.cxx.

WN* WN_CreateTrap ( INT32  value  ) 

Definition at line 2229 of file wn.cxx.

WN* WN_CreateTruebr ( INT32  label_number,
WN exp 
)

Definition at line 974 of file wn.cxx.

WN* WN_CreateWhileDo ( WN test,
WN body 
)

Definition at line 769 of file wn.cxx.

WN* WN_CreateXgoto ( INT32  num_entries,
WN value,
WN block,
ST_IDX  st 
) [inline]

Definition at line 1102 of file wn.cxx.

WN* WN_CreateXpragma ( WN_PRAGMA_ID  pragma_name,
ST_IDX  st,
INT16  kid_count 
) [inline]

Definition at line 1532 of file wn.cxx.

WN* WN_Cvt ( TYPE_ID  desc,
TYPE_ID  rtype,
WN kid0 
)

Definition at line 2429 of file wn.cxx.

BOOL WN_Equiv ( WN wn1,
WN wn2 
)

Definition at line 661 of file wn.cxx.

WN* WN_Float_Type_Conversion ( WN wn,
TYPE_ID  to_type 
)

Definition at line 2870 of file wn.cxx.

WN* WN_Floatconst ( TYPE_ID  type,
double  value 
)

Definition at line 2489 of file wn.cxx.

WN* WN_Floor ( TYPE_ID  desc,
TYPE_ID  rtype,
WN kid0 
)

Definition at line 2449 of file wn.cxx.

WN* WN_generic_call ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
INT32  n,
ST_IDX  sym 
) [inline]

Definition at line 2676 of file wn.cxx.

WN* WN_generic_intrinsic ( OPERATOR  opr,
TYPE_ID  rtype,
TYPE_ID  desc,
INT32  n,
INTRINSIC  intrinsic 
)

STR_IDX WN_GetComment ( const WN wn  ) 

Definition at line 2021 of file wn.cxx.

BOOL WN_has_side_effects ( const WN  ) 

Definition at line 3208 of file wn.cxx.

WN* WN_Icall ( TYPE_ID  rtype,
TYPE_ID  desc,
INT32  n,
TY_IDX  ty 
)

Definition at line 2655 of file wn.cxx.

WN* WN_Iload ( TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  align,
WN addr,
UINT  field_id = 0 
)

Definition at line 2375 of file wn.cxx.

WN* WN_IloadLdid ( TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  align,
ST sym,
WN_OFFSET  symOffset 
)

Definition at line 2421 of file wn.cxx.

WN* WN_Iloadx ( TYPE_ID  rtype,
TY_IDX  ty,
TY_IDX  addr_ty,
WN base,
WN index 
)

Definition at line 2992 of file wn.cxx.

WN* WN_Int_Type_Conversion ( WN wn,
TYPE_ID  to_type 
)

Definition at line 2723 of file wn.cxx.

WN* WN_Intconst ( TYPE_ID  rtype,
INT64  value 
)

Definition at line 2325 of file wn.cxx.

WN* WN_Inverse ( TYPE_ID  type,
WN tree 
)

Definition at line 2607 of file wn.cxx.

WN* WN_Istore ( TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  align,
WN addr,
WN value,
UINT  field_id = 0 
)

Definition at line 2398 of file wn.cxx.

WN* WN_Istorex ( TYPE_ID  desc,
TY_IDX  ty,
WN value,
WN base,
WN index 
)

Definition at line 2998 of file wn.cxx.

WN* WN_Lda ( TYPE_ID  rtype,
WN_OFFSET  ldaOffset,
ST sym,
UINT  field_id = 0 
)

Definition at line 2625 of file wn.cxx.

WN* WN_LdaLabel ( TYPE_ID  rtype,
INT32  label_number 
)

Definition at line 2644 of file wn.cxx.

WN* WN_LdaString ( const char *  str,
WN_OFFSET  ldaOffset,
INT32  len 
)

Definition at line 3003 of file wn.cxx.

WN* WN_Ldid ( TYPE_ID  desc,
WN_OFFSET  offset,
ST_IDX  sym,
TY_IDX  align,
UINT  field_id = 0 
) [inline]

Definition at line 2330 of file wn.cxx.

WN* WN_LdidPreg ( TYPE_ID  desc,
WN_OFFSET  pregno 
)

Definition at line 2345 of file wn.cxx.

void WN_Mem_Pop ( void   ) 

Definition at line 388 of file wn.cxx.

void WN_Mem_Push ( void   ) 

Definition at line 369 of file wn.cxx.

void WN_Register_Delete_Cleanup_Function ( void(*)(WN *wn cleanup_fn  ) 

Definition at line 482 of file wn.cxx.

WN* WN_Relational ( OPERATOR  opr,
TYPE_ID  desc,
WN kid0,
WN kid1 
)

Definition at line 2454 of file wn.cxx.

void WN_Remove_Delete_Cleanup_Function ( void(*)(WN *wn cleanup_fn  ) 

Definition at line 501 of file wn.cxx.

BOOL WN_Rename_Duplicate_Labels ( WN orig_wn,
WN copied_wn,
WN pu_wn,
MEM_POOL tmp_pool 
)

Definition at line 1143 of file wn_verifier.cxx.

WN* WN_RIload ( TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
TY_IDX  align,
WN addr 
)

WN* WN_RLdid ( TYPE_ID  rtype,
TYPE_ID  desc,
WN_OFFSET  offset,
ST_IDX  sym,
TY_IDX  align 
) [inline]

Definition at line 2339 of file wn.cxx.

WN* WN_Rnd ( TYPE_ID  desc,
TYPE_ID  rtype,
WN kid0 
)

Definition at line 2439 of file wn.cxx.

WN* WN_RotateIntconst ( WN tree,
INT32  rotate 
)

Definition at line 2573 of file wn.cxx.

WN* WN_Rrotate ( TYPE_ID  desc,
WN src,
WN cnt 
)

Definition at line 3430 of file wn.cxx.

void WN_set_st_addr_saved ( WN  ) 

Definition at line 3057 of file wn.cxx.

INT32 WN_Size_and_StartAddress ( WN wn,
void **  StartAddress 
)

Definition at line 2170 of file wn.cxx.

WN* WN_Stid ( TYPE_ID  desc,
WN_OFFSET  offset,
ST sym,
TY_IDX  align,
WN value,
UINT  field_id = 0 
)

Definition at line 2353 of file wn.cxx.

WN* WN_StidIntoPreg ( TYPE_ID  desc,
WN_OFFSET  offset,
ST sym,
WN value 
)

Definition at line 2360 of file wn.cxx.

WN* WN_Tas ( TYPE_ID  rtype,
TY_IDX  ty,
WN l 
)

Definition at line 2255 of file wn.cxx.

WN* WN_Ternary ( OPERATOR  opr,
TYPE_ID  rtype,
WN kid0,
WN kid1,
WN kid2 
)

Definition at line 2415 of file wn.cxx.

BOOL WN_Tree_Has_Duplicate_Labels ( WN pu_wn,
MEM_POOL tmp_pool 
)

Definition at line 1071 of file wn_verifier.cxx.

WN* WN_Trunc ( TYPE_ID  desc,
TYPE_ID  rtype,
WN kid0 
)

Definition at line 2434 of file wn.cxx.

WN* WN_Type_Conversion ( WN wn,
TYPE_ID  to_type 
)

Definition at line 2901 of file wn.cxx.

WN* WN_Unary ( OPERATOR  opr,
TYPE_ID  rtype,
WN l 
)

Definition at line 2405 of file wn.cxx.

WN* WN_UVConst ( TYPE_ID  type  ) 

Definition at line 2519 of file wn.cxx.

BOOL WN_verifier ( WN  ) 

Definition at line 1383 of file wn_verifier.cxx.

WN* WN_Zerocon ( TYPE_ID  ty  ) 

Definition at line 2246 of file wn.cxx.


Variable Documentation

Definition at line 102 of file wn.cxx.


Generated on Wed Apr 8 14:40:18 2009 for Open64 by  doxygen 1.5.6