Searched defs:simple_loop (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/test/Lower/OpenMP/ | ||
H A D | hlfir-wsloop.f90 | 7 subroutine simple_loop subroutine |
H A D | wsloop.f90 | 6 subroutine simple_loop subroutine |
/llvm-project/flang/test/Driver/ | ||
H A D | default-backend-pipelines.f90 | 12 subroutine simple_loop subroutine |
H A D | default-optimization-pipelines.f90 | 36 subroutine simple_loop subroutine |
/llvm-project/flang/test/Lower/ | ||
H A D | while_loop.f90 | 6 subroutine simple_loop subroutine |
H A D | do_loop.f90 | 12 ! CHECK-LABEL: simple_loop subroutine |
/llvm-project/mlir/test/python/dialects/ | ||
H A D | scf.py | 27 def simple_loop(lb, ub, step): function |