Home
last modified time | relevance | path

Searched defs:simple_loop (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/test/Lower/OpenMP/
H A Dhlfir-wsloop.f907 subroutine simple_loop subroutine
14 isimple_loop global() argument
H A Dwsloop.f906 subroutine simple_loop subroutine
11 isimple_loop global() argument
/llvm-project/flang/test/Driver/
H A Ddefault-backend-pipelines.f9012 subroutine simple_loop subroutine
13 isimple_loop global() argument
H A Ddefault-optimization-pipelines.f9036 subroutine simple_loop subroutine
37 integer :: i local
/llvm-project/flang/test/Lower/
H A Dwhile_loop.f906 subroutine simple_loop subroutine
8 integer :: i local
H A Ddo_loop.f9012 ! CHECK-LABEL: simple_loop subroutine
15 isimple_loop global() argument
/llvm-project/mlir/test/python/dialects/
H A Dscf.py27 def simple_loop(lb, ub, step): function