#include <map>#include <set>#include "cleanUpWhirl.h"#include "wn_tree_util.h"#include "wn_util.h"#include "symtab.h"
Go to the source code of this file.
Defines | |
| #define | xDEBUG(flag, code) { if (flag) {code; fflush(stdout);} } |
| #define | DEB_CleanUpWhirl 0 |
Functions | |
| void | cleanUpPUInfo (PU_Info *aPUInfo_p) |
| void | cleanUpPUInfoTree (PU_Info *aPUInfoTree_p) |
| #define DEB_CleanUpWhirl 0 |
Definition at line 9 of file cleanUpWhirl.cxx.
Referenced by cleanUpPUInfo().
Definition at line 8 of file cleanUpWhirl.cxx.
Referenced by cleanUpPUInfo().
| void cleanUpPUInfo | ( | PU_Info * | aPUInfo_p | ) |
Definition at line 25 of file cleanUpWhirl.cxx.
References WN_TREE_CONTAINER< order >::begin(), DEB_CleanUpWhirl, DevWarn(), WN_TREE_CONTAINER< order >::end(), Fatal_Error(), WN_TREE_ITER_base< WHIRL >::Get_kid_index(), WN_TREE_ITER_base< WHIRL >::Get_parent_wn(), OPR_INTCONST, OPR_LDID, OPR_STID, OPR_SWITCH, OPR_XPRAGMA, PU_Info_proc_sym, PU_Info_tree_ptr, Set_ST_keep_in_openad(), ST_is_temp_var(), ST_name(), ST_ptr(), WN_TREE_ITER_base< WHIRL >::Wn(), WN_const_val(), WN_COPY_Tree(), WN_kid(), WN_kid0(), WN_operator(), WN_st(), and xDEBUG.
Referenced by cleanUpPUInfoTree().

| void cleanUpPUInfoTree | ( | PU_Info * | aPUInfoTree_p | ) |
Definition at line 127 of file cleanUpWhirl.cxx.
References cleanUpPUInfo().
Referenced by PDGCS_do_proc().

1.7.1