Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.h259 std::optional<uint64_t> GetNestedLoopIterations(Loop *loop, CountableLoopInfo &loopInfo);
Dbounds_analysis.cpp958 std::optional<uint64_t> BoundsAnalysis::GetNestedLoopIterations(Loop *loop, CountableLoopInfo &loop… in GetNestedLoopIterations() function in ark::compiler::BoundsAnalysis
997 auto iterations = GetNestedLoopIterations(loop, loopInfoValue); in GetSimpleLoopIterationsInfo()