Home
last modified time | relevance | path

Searched refs:MeFunction (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_function.cpp30 MeFunction *globalFunc = nullptr;
34 void MeFunction::PartialInit() in PartialInit()
53 void MeFunction::Release() in Release()
62 void MeFunction::Verify() const in Verify()
70 LabelIdx MeFunction::GetOrCreateBBLabel(BB &bb) in GetOrCreateBBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_irmap.h28 MeIRMap(MeFunction &f, MemPool &memPool) in MeIRMap()
48 MeFunction &GetFunc() const in GetFunc()
54 MeFunction &func;
Dpme_function.h22 class MeFunction; variable
44 MeFunction *meFunc;
53 PreMeFunction(MemPool *mp, MeFunction *func) in PreMeFunction()
Dssa_tab.h25 class MeFunction; variable
30 SSATab(MemPool *memPool, MemPool *versMp, MIRModule *mod, MeFunction *f) in SSATab()
243 MeFunction *func;
Dme_function.h37 extern MeFunction *globalFunc;
166 class MeFunction : public FuncEmit {
168MeFunction(MIRModule *mod, MIRFunction *func, MemPool *memPool, StackMemPool &funcStackMP, MemPool… in MeFunction() function
184 ~MeFunction() override = default;
Dme_cfg.h38 MeCFG(MemPool *memPool, MeFunction &f) in MeCFG()
69 const MeFunction &GetFunc() const in GetFunc()
354 MeFunction &func;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp22 using meFuncOptTy = MapleFunctionPhase<MeFunction>;
340 template bool MaplePhaseManager::RunTransformPhase<meFuncOptTy, MeFunction>(const MaplePhaseInfo &p…
342MeFunction &irUnit, int lev);
343 template bool MaplePhaseManager::RunAnalysisPhase<meFuncOptTy, MeFunction>(const MaplePhaseInfo &ph…
344 … AnalysisDataManager &adm, MeFunction &irUnit,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h66 class MeFunction; // circular dependency exists, no other choice variable
1103 MeFunction *GetMeFunc() in GetMeFunc()
1108 void SetMeFunc(MeFunction *func) in SetMeFunc()
1616 MeFunction *meFunc = nullptr;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase.h237 …static_cast<PHASENAME *>(GetAnalysisInfoHook()->ForceRunAnalysisPhase<meFuncOptTy, MeFunction>(&PH…