Searched refs:MapleFunctionPhase (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
H A D | maple_phase.h | 85 class MapleFunctionPhase : public MaplePhase { class 87 MapleFunctionPhase(MaplePhaseID id, MemPool *mp) : MaplePhase(kFunctionPhase, id, *mp) {} in MapleFunctionPhase() function in maple::MapleFunctionPhase 88 ~MapleFunctionPhase() override = default; 144 class PHASENAME : public MapleFunctionPhase<IRTYPE> { \ 146 explicit PHASENAME(MemPool *mp) : MapleFunctionPhase<IRTYPE>(&id, mp) {} \
|
H A D | maple_phase_manager.h | 308 class FunctionPhaseGroup : public MapleFunctionPhase<IRType>, public MaplePhaseManager { 310 FunctionPhaseGroup(MemPool *mp, MaplePhaseID id) : MapleFunctionPhase<IRType>(&id, mp), MaplePhaseManager(*mp) {} in FunctionPhaseGroup()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cg_phasemanager.h | 33 using cgFuncOptTy = MapleFunctionPhase<CGFunc>;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_phasemanager.cpp | 103 changed |= RunAnalysisPhase<MapleFunctionPhase<CGFunc>, CGFunc>(*curPhase, serialADM, cgFunc); in FuncLevelRun() 105 changed |= RunTransformPhase<MapleFunctionPhase<CGFunc>, CGFunc>(*curPhase, serialADM, cgFunc); in FuncLevelRun()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
H A D | maple_phase_manager.cpp | 21 using cgFuncOptTy = MapleFunctionPhase<maplebe::CGFunc>;
|
Completed in 7 milliseconds