Home
last modified time | relevance | path

Searched defs:phaseImpl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_driver.h86 PhaseDriverImpl *phaseImpl; variable
Dphase_impl.h135 std::unique_ptr<FuncOptimizeImpl> phaseImpl; variable
Dmaple_phase_manager.h189 void AddAnalysisData(uint32 phaseKey, MaplePhaseID id, MaplePhase *phaseImpl) in AddAnalysisData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp98 …or::FuncOptimizeIterator(const std::string &phaseName, std::unique_ptr<FuncOptimizeImpl> phaseImpl) in FuncOptimizeIterator()