#include <sxlist.h>


Definition at line 194 of file sxlist.h.
| enum SX_PNODE::STATUS |
| SX_PNODE::SX_PNODE | ( | WN * | wn_sym, | |
| const SYMBOL & | symbol, | |||
| WN * | reduction_carried_by, | |||
| INT | outer_se_reqd, | |||
| INT | outer_se_not_reqd, | |||
| INT | defining_def_depth, | |||
| INT | lcd_depth, | |||
| BOOL | finalize | |||
| ) | [private] |
Definition at line 123 of file sxlist.cxx.
References _outer_se_not_reqd, _outer_se_reqd, and FmtAssert.
| SX_PNODE::DECLARE_CHAIN_NODE_CLASS | ( | SX_PNODE | ) | [private] |
| WN* SX_PNODE::Wn_Symbol | ( | ) | const [inline] |
| const SYMBOL& SX_PNODE::Symbol | ( | ) | const [inline] |
Definition at line 215 of file sxlist.h.
Referenced by ARRAY_REF::Enter_Scalar_Expand(), Enter_Scalar_Expandable_Refs(), SYMBOL_TREE::Enter_Scalar_Refs(), SX_INFO::Make_Sx_Info(), SNL_Change_Reduction_Loop_Stmts(), and SNL_Inner_Machine_Cost().
| BOOL SX_PNODE::Lcd_Depth | ( | ) | const [inline] |
| BOOL SX_PNODE::Has_Reduction | ( | ) | const [inline] |
Definition at line 218 of file sxlist.h.
References _reduction_carried_by, and NULL.
Referenced by SNL_Change_Reduction_Loop_Stmts().
| WN* SX_PNODE::Reduction_Carried_By | ( | ) | const [inline] |
| INT SX_PNODE::Expansion_Depth | ( | ) | const [inline] |
Definition at line 141 of file sxlist.cxx.
References _defining_def_depth, _lcd_depth, _outer_se_not_reqd, _outer_se_reqd, _reduction_carried_by, _wn_symbol, fprintf(), Name, and WN_index.
| INT SX_PNODE::Outer_Se_Reqd | ( | ) | const [inline] |
| INT SX_PNODE::Outer_Se_Not_Reqd | ( | ) | const [inline] |
WN* SX_PNODE::_wn_symbol [private] |
SYMBOL SX_PNODE::_symbol [private] |
BOOL SX_PNODE::_finalize [private] |
BOOL SX_PNODE::_lcd_depth [private] |
WN* SX_PNODE::_reduction_carried_by [private] |
Definition at line 204 of file sxlist.h.
Referenced by SX_INFO::Handle_Index_Variable_Def(), SX_INFO::Handle_Other_Def(), Has_Reduction(), Print(), Reduction_Carried_By(), and Set_Reduction_Carried_By().
mINT8 SX_PNODE::_outer_se_reqd [private] |
Definition at line 205 of file sxlist.h.
Referenced by SX_INFO::Handle_Index_Variable_Def(), SX_INFO::Handle_Other_Def(), Outer_Se_Reqd(), Print(), and SX_PNODE().
mINT8 SX_PNODE::_outer_se_not_reqd [private] |
Definition at line 206 of file sxlist.h.
Referenced by SX_INFO::Handle_Index_Variable_Def(), SX_INFO::Handle_Other_Def(), Outer_Se_Not_Reqd(), Print(), and SX_PNODE().
mINT8 SX_PNODE::_defining_def_depth [private] |
Definition at line 207 of file sxlist.h.
Referenced by Expansion_Depth(), SX_INFO::Handle_Index_Variable_Def(), SX_INFO::Handle_Other_Def(), and Print().
1.5.6