Home
last modified time | relevance | path

Searched refs:MapleModulePhase (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase.h76 class MapleModulePhase : public MaplePhase { class
78 MapleModulePhase(MaplePhaseID id, MemPool *mp) : MaplePhase(kModulePhase, id, *mp) {} in MapleModulePhase() function in maple::MapleModulePhase
79 ~MapleModulePhase() override = default;
183 class PHASENAME : public MapleModulePhase { \
185 explicit PHASENAME(MemPool *mp) : MapleModulePhase(&id, mp) {} \
H A Dmaple_phase_manager.h293 class FunctionPM : public MapleModulePhase, public MaplePhaseManager {
295 FunctionPM(MemPool *mp, MaplePhaseID id) : MapleModulePhase(id, mp), MaplePhaseManager(*mp) {} in FunctionPM()
300 class SccPM : public MapleModulePhase, public MaplePhaseManager {
302 SccPM(MemPool *mp, MaplePhaseID id) : MapleModulePhase(id, mp), MaplePhaseManager(*mp) {} in SccPM()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp318 template bool MaplePhaseManager::RunTransformPhase<MapleModulePhase, MIRModule>(const MaplePhaseInfo &phaseInfo,
321 template bool MaplePhaseManager::RunAnalysisPhase<MapleModulePhase, MIRModule>(const MaplePhaseInfo &phaseInfo,

Completed in 2 milliseconds