#include <opt_ipaa_summary.h>
Public Member Functions | |
| IPAA_PU_INFO (SYMREF_IX pu, SET_IX pt, SET_IX formals, SET_IX globals) | |
| ~IPAA_PU_INFO () | |
| void | Print (FILE *f) const |
| void | Trace (void) const |
| SYMREF_IX | Pu_ix (void) const |
| SET_IX | Points_to_ix (void) const |
| SET_IX | Formal_modref_ix (void) const |
| SET_IX | Global_modref_ix (void) const |
| char * | Name (void) const |
Private Attributes | |
| SYMREF_IX | _pu:24 |
| mINT32 | _flags:8 |
| SET_IX | _points_to |
| SET_IX | _formal_modref |
| SET_IX | _global_modref |
Definition at line 433 of file opt_ipaa_summary.h.
Definition at line 444 of file opt_ipaa_summary.h.
References _flags, _formal_modref, _global_modref, _points_to, and _pu.
| IPAA_PU_INFO::~IPAA_PU_INFO | ( | ) | [inline] |
Definition at line 452 of file opt_ipaa_summary.h.
| SET_IX IPAA_PU_INFO::Formal_modref_ix | ( | void | ) | const [inline] |
Definition at line 461 of file opt_ipaa_summary.h.
References _formal_modref.
| SET_IX IPAA_PU_INFO::Global_modref_ix | ( | void | ) | const [inline] |
Definition at line 462 of file opt_ipaa_summary.h.
References _global_modref.
| char * IPAA_PU_INFO::Name | ( | void | ) | const [inline] |
Definition at line 762 of file opt_ipaa_summary.h.
References IPAA_SUMMARY::Get_symref(), IPAA_SYMBOL_REF::Global_name(), IPAA_SYMBOL_REF::Kind(), and Pu_ix().

| SET_IX IPAA_PU_INFO::Points_to_ix | ( | void | ) | const [inline] |
Definition at line 460 of file opt_ipaa_summary.h.
References _points_to.
| void IPAA_PU_INFO::Print | ( | FILE * | f | ) | const |
| SYMREF_IX IPAA_PU_INFO::Pu_ix | ( | void | ) | const [inline] |
| void IPAA_PU_INFO::Trace | ( | void | ) | const |
mINT32 IPAA_PU_INFO::_flags [private] |
Definition at line 436 of file opt_ipaa_summary.h.
Referenced by IPAA_PU_INFO().
SET_IX IPAA_PU_INFO::_formal_modref [private] |
Definition at line 438 of file opt_ipaa_summary.h.
Referenced by Formal_modref_ix(), and IPAA_PU_INFO().
SET_IX IPAA_PU_INFO::_global_modref [private] |
Definition at line 439 of file opt_ipaa_summary.h.
Referenced by Global_modref_ix(), and IPAA_PU_INFO().
SET_IX IPAA_PU_INFO::_points_to [private] |
Definition at line 437 of file opt_ipaa_summary.h.
Referenced by IPAA_PU_INFO(), and Points_to_ix().
SYMREF_IX IPAA_PU_INFO::_pu [private] |
Definition at line 435 of file opt_ipaa_summary.h.
Referenced by IPAA_PU_INFO(), and Pu_ix().
1.7.1