Home
last modified time | relevance | path

Searched refs:curDep (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp162 size_t LoopAnalysis::ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep) in ComputeLoopDepth() argument
167 ASSERT(curDep > 0); in ComputeLoopDepth()
168 curDep--; in ComputeLoopDepth()
176 curDep++; in ComputeLoopDepth()
184 curDep++; in ComputeLoopDepth()
192 return curDep; in ComputeLoopDepth()
H A Dearly_elimination.cpp42 auto curDep = workList.front(); in GetLoopDependInfo() local
44 if (visited.count(curDep)) { in GetLoopDependInfo()
47 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()
48 newChain = UpdateWrite(curDep, newChain); in GetLoopDependInfo()
50 visited.insert(curDep); in GetLoopDependInfo()
51 auto depCount = acc_.GetDependCount(curDep); in GetLoopDependInfo()
53 workList.push(acc_.GetDep(curDep, i)); in GetLoopDependInfo()
H A Dloop_analysis.h52 size_t ComputeLoopDepth(GateRef cur, GateRef nex, size_t curDep);

Completed in 2 milliseconds