OpenADFortTk (basic)
src/lib/support/Open64IRInterface/WhirlGlobalStateUtils.cpp File Reference
#include <cassert>
#include "WhirlGlobalStateUtils.h"
Include dependency graph for WhirlGlobalStateUtils.cpp:

Go to the source code of this file.

Functions

void PU_SetGlobalState (PU_Info *pu)
void PU_AllocBEGlobalSymtab ()
void PU_FreeBEGlobalSymtab ()
void PU_AllocBELocalSymtab_helper (PU_Info *pu)
void PU_AllocBELocalSymtab (PU_Info *pu)
void PU_FreeBELocalSymtab_helper (PU_Info *pu)
void PU_FreeBELocalSymtab (PU_Info *pu)

Variables

PUToScopedSymTabMap PUToScopeTabMap

Function Documentation

Definition at line 35 of file WhirlGlobalStateUtils.cpp.

Referenced by whirltester::TestIR_whirl2f().

void PU_AllocBELocalSymtab ( PU_Info *  pu)

Definition at line 72 of file WhirlGlobalStateUtils.cpp.

References PU_AllocBELocalSymtab_helper(), and PU_SetGlobalState().

Referenced by whirltester::TestIR_whirl2f().

Here is the call graph for this function:

void PU_AllocBELocalSymtab_helper ( PU_Info *  pu)

Definition at line 84 of file WhirlGlobalStateUtils.cpp.

Referenced by PU_AllocBELocalSymtab().

Definition at line 52 of file WhirlGlobalStateUtils.cpp.

Referenced by whirltester::TestIR_whirl2f().

void PU_FreeBELocalSymtab ( PU_Info *  pu)

Definition at line 99 of file WhirlGlobalStateUtils.cpp.

References PU_FreeBELocalSymtab_helper(), and PU_SetGlobalState().

Referenced by whirltester::TestIR_whirl2f().

Here is the call graph for this function:

void PU_FreeBELocalSymtab_helper ( PU_Info *  pu)

Definition at line 111 of file WhirlGlobalStateUtils.cpp.

Referenced by PU_FreeBELocalSymtab().


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines