|
OpenADFortTk (basic)
|

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 |
| void PU_AllocBEGlobalSymtab | ( | ) |
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().

| void PU_AllocBELocalSymtab_helper | ( | PU_Info * | pu | ) |
Definition at line 84 of file WhirlGlobalStateUtils.cpp.
Referenced by PU_AllocBELocalSymtab().
| void PU_FreeBEGlobalSymtab | ( | ) |
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().

| void PU_FreeBELocalSymtab_helper | ( | PU_Info * | pu | ) |
Definition at line 111 of file WhirlGlobalStateUtils.cpp.
Referenced by PU_FreeBELocalSymtab().
| void PU_SetGlobalState | ( | PU_Info * | pu | ) |
Definition at line 20 of file WhirlGlobalStateUtils.cpp.
References PUToScopedSymTabMap::Find().
Referenced by Open64IRStmtIterator::create(), Open64IRPtrAsgnIterator::create(), Open64IRSymIterator::create(), Open64IRInterface::currentProc(), InterfaceData::dump(), AdjustInterfaces::findPUSymbolType(), CleanUpWhirl::forPUInfo(), xaif2whirl::AdjustFunctions::forPUInfo(), AdjustInterfaces::forPUInfo(), InterfaceData::forPUInfo(), FreePU(), Open64IRInterface::getFormalForActual(), Open64IRInterface::getFormalSym(), Open64IRInterface::getProcSymHandle(), InlineTest(), Open64IRProcIterator::prepare_current_pu(), PU_AllocBELocalSymtab(), PU_FreeBELocalSymtab(), Open64IRInterface::setCurrentProcContext(), Open64IRInterface::setCurrentProcToProcContext(), xaif2whirl::TranslateCFG(), whirl2xaif::Whirl2Xaif::translatePU(), whirl2xaif::Whirl2Xaif::translateScopeHierarchyPU(), WritePU(), xlate_PU(), xaif2whirl::xlate_Scope(), and whirl2xaif::xlate_SideEffectEntry().

Definition at line 14 of file WhirlGlobalStateUtils.cpp.