Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp973 auto outerLoopInfo = (*it).second; in GetNestedLoopIterations() local
974 if (!outerLoopInfo.has_value()) { in GetNestedLoopIterations()
977 auto outerIters = outerLoopInfo.value().second; in GetNestedLoopIterations()