Searched refs:MeFunction (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_function.cpp | 30 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/ |
| D | me_irmap.h | 28 MeIRMap(MeFunction &f, MemPool &memPool) in MeIRMap() 48 MeFunction &GetFunc() const in GetFunc() 54 MeFunction &func;
|
| D | pme_function.h | 22 class MeFunction; variable 44 MeFunction *meFunc; 53 PreMeFunction(MemPool *mp, MeFunction *func) in PreMeFunction()
|
| D | ssa_tab.h | 25 class MeFunction; variable 30 SSATab(MemPool *memPool, MemPool *versMp, MIRModule *mod, MeFunction *f) in SSATab() 243 MeFunction *func;
|
| D | me_function.h | 37 extern MeFunction *globalFunc; 166 class MeFunction : public FuncEmit { 168 …MeFunction(MIRModule *mod, MIRFunction *func, MemPool *memPool, StackMemPool &funcStackMP, MemPool… in MeFunction() function 184 ~MeFunction() override = default;
|
| D | me_cfg.h | 38 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/ |
| D | maple_phase_manager.cpp | 22 using meFuncOptTy = MapleFunctionPhase<MeFunction>; 340 template bool MaplePhaseManager::RunTransformPhase<meFuncOptTy, MeFunction>(const MaplePhaseInfo &p… 342 … MeFunction &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/ |
| D | mir_function.h | 66 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/ |
| D | maple_phase.h | 237 …static_cast<PHASENAME *>(GetAnalysisInfoHook()->ForceRunAnalysisPhase<meFuncOptTy, MeFunction>(&PH…
|