Searched refs:GetNestedLoopIterations (Results 1 – 2 of 2) sorted by relevance
259 std::optional<uint64_t> GetNestedLoopIterations(Loop *loop, CountableLoopInfo &loopInfo);
958 std::optional<uint64_t> BoundsAnalysis::GetNestedLoopIterations(Loop *loop, CountableLoopInfo &loop… in GetNestedLoopIterations() function in ark::compiler::BoundsAnalysis997 auto iterations = GetNestedLoopIterations(loop, loopInfoValue); in GetSimpleLoopIterationsInfo()