Home
last modified time | relevance | path

Searched refs:MapleFunctionPhase (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase.h85 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 Dmaple_phase_manager.h308 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 Dcg_phasemanager.h33 using cgFuncOptTy = MapleFunctionPhase<CGFunc>;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_phasemanager.cpp103 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 Dmaple_phase_manager.cpp21 using cgFuncOptTy = MapleFunctionPhase<maplebe::CGFunc>;

Completed in 7 milliseconds