Home
last modified time | relevance | path

Searched refs:phaseID (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase_support.h62 : phaseName(pName), phaseID(pID), isAnalysis(isAS), isCFGOnlyPass(isCFGonly), canSkip(canSkip) in MaplePhaseInfo()
69 phaseID = nullptr; in ~MaplePhaseInfo()
73 return phaseID; in GetPhaseID()
103 MaplePhaseID phaseID; member in maple::MaplePhaseInfo
H A Dmaple_phase.h28 : phaseAllocator(&mp), phaseKind(kind), phaseID(id), tempMemPools(phaseAllocator.Adapter()) in MaplePhase()
39 LogInfo::MapleLogger() << "this is Phase : " << PhaseName() << " Kind : " << phaseKind << " ID : " << phaseID in Dump() local
44 return phaseID; in GetPhaseID()
48 phaseID = id; in SetPhaseID()
72 MaplePhaseID phaseID; member in maple::MaplePhase

Completed in 1 milliseconds