Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.h45 const ChunkVector<LoopInfo*>& GetLoopTree() const in GetLoopTree() function
Dpass.h619 for (auto loopInfo : loopAnalysis.GetLoopTree()) { in Run()