Home
last modified time | relevance | path

Searched refs:FindAnalysisData (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h195 MaplePhase *FindAnalysisData(uint32 phaseKey, const MaplePhase *p, MaplePhaseID id) in FindAnalysisData() function
224 return it->GetAnalysisInfoHook()->FindAnalysisData(u.GetUniqueID(), it, &AIMPHASE::id); in GetOverIRAnalyisData()
242 return curHook->FindAnalysisData(u.GetUniqueID(), curPhase, &AIMPHASE::id); in GetTopLevelAnalyisData()
Dmaple_phase.h233 …static_cast<PHASENAME *>(GetAnalysisInfoHook()->FindAnalysisData((PHASEKEY).GetUniqueID(), this, &…