Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dloop.h151 LoopAnalysis(CGFunc &func, MemPool &memPool, DomAnalysis &domInfo) in LoopAnalysis() argument
155 dom(domInfo), in LoopAnalysis()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dloop.cpp162 auto *domInfo = GET_ANALYSIS(CgDomAnalysis, f); in PhaseRun() local
164 loop = memPool->New<LoopAnalysis>(f, *memPool, *domInfo); in PhaseRun()

Completed in 1 milliseconds