Home
last modified time | relevance | path

Searched refs:scops (Results 1 – 25 of 3323) sorted by relevance

12345678910>>...133

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgraphite-scop-detection.c501 scops->safe_push (open_scop); in scopdet_basic_block_info()
1043 vec<scop_p> *scops) in build_graphite_scops() argument
1058 scops->safe_push (scop); in build_graphite_scops()
1180 limit_scops (vec<scop_p> *scops) in limit_scops() argument
1213 free_scops (*scops); in limit_scops()
1214 scops->create (3); in limit_scops()
1409 limit_scops (scops); in build_scops()
1414 scops ? scops->length () : 0); in build_scops()
1588 vec<scop_p> scops = vNULL; in dot_scop() local
1591 scops.safe_push (scop); in dot_scop()
[all …]
H A Dgraphite.c185 print_graphite_statistics (FILE* file, vec<scop_p> scops) in print_graphite_statistics() argument
191 FOR_EACH_VEC_ELT (scops, i, scop) in print_graphite_statistics()
257 vec<scop_p> scops = vNULL; in graphite_transform_loops() local
272 build_scops (&scops); in graphite_transform_loops()
276 print_graphite_statistics (dump_file, scops); in graphite_transform_loops()
282 FOR_EACH_VEC_ELT (scops, i, scop) in graphite_transform_loops()
295 free_scops (scops); in graphite_transform_loops()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/ScopDetect/
H A Dstatistics.ll5 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops (profitable scops only)
6 ; CHECK-DAG: 4 polly-detect - Maximal number of loops in scops
7 ; CHECK-DAG: 11 polly-detect - Number of loops in scops (profitable scops only)
8 ; CHECK-DAG: 11 polly-detect - Number of loops in scops
10 ; CHECK-DAG: 6 polly-detect - Number of scops (profitable scops only)
11 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 4 (profitable scops only)
12 ; CHECK-DAG: 2 polly-detect - Number of scops with maximal loop depth 1 (profitable scops only)
13 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 3 (profitable scops only)
14 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 2 (profitable scops only)
15 ; CHECK-DAG: 1 polly-detect - Number of scops with maximal loop depth 0 (profitable scops only)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgraphite-scop-detection.c527 scops->safe_push (open_scop); in scopdet_basic_block_info()
1067 vec<scop_p> *scops) in build_graphite_scops() argument
1082 scops->safe_push (scop); in build_graphite_scops()
1204 limit_scops (vec<scop_p> *scops) in limit_scops() argument
1236 free_scops (*scops); in limit_scops()
1237 scops->create (3); in limit_scops()
1415 build_scops (vec<scop_p> *scops) in build_scops() argument
1430 limit_scops (scops); in build_scops()
1435 scops ? scops->length () : 0); in build_scops()
1609 auto_vec<scop_p, 1> scops; in dot_scop() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgraphite-scop-detection.c510 scops->safe_push (open_scop); in scopdet_basic_block_info()
1052 vec<scop_p> *scops) in build_graphite_scops() argument
1067 scops->safe_push (scop); in build_graphite_scops()
1189 limit_scops (vec<scop_p> *scops) in limit_scops() argument
1222 free_scops (*scops); in limit_scops()
1223 scops->create (3); in limit_scops()
1418 limit_scops (scops); in build_scops()
1423 scops ? scops->length () : 0); in build_scops()
1597 vec<scop_p> scops = vNULL; in dot_scop() local
1600 scops.safe_push (scop); in dot_scop()
[all …]
H A Dgraphite.c185 print_graphite_statistics (FILE* file, vec<scop_p> scops) in print_graphite_statistics() argument
191 FOR_EACH_VEC_ELT (scops, i, scop) in print_graphite_statistics()
257 vec<scop_p> scops = vNULL; in graphite_transform_loops() local
272 build_scops (&scops); in graphite_transform_loops()
276 print_graphite_statistics (dump_file, scops); in graphite_transform_loops()
282 FOR_EACH_VEC_ELT (scops, i, scop) in graphite_transform_loops()
295 free_scops (scops); in graphite_transform_loops()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgraphite.c184 print_graphite_statistics (FILE* file, vec<scop_p> scops) in print_graphite_statistics() argument
190 FOR_EACH_VEC_ELT (scops, i, scop) in print_graphite_statistics()
271 free_scops (vec<scop_p> scops) in free_scops() argument
276 FOR_EACH_VEC_ELT (scops, i, scop) in free_scops()
279 scops.release (); in free_scops()
293 vec<scop_p> scops = vNULL; in graphite_transform_loops() local
307 build_scops (&scops); in graphite_transform_loops()
311 print_graphite_statistics (dump_file, scops); in graphite_transform_loops()
315 FOR_EACH_VEC_ELT (scops, i, scop) in graphite_transform_loops()
333 free_scops (scops); in graphite_transform_loops()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgraphite.c184 print_graphite_statistics (FILE* file, vec<scop_p> scops) in print_graphite_statistics() argument
190 FOR_EACH_VEC_ELT (scops, i, scop) in print_graphite_statistics()
271 free_scops (vec<scop_p> scops) in free_scops() argument
276 FOR_EACH_VEC_ELT (scops, i, scop) in free_scops()
279 scops.release (); in free_scops()
293 vec<scop_p> scops = vNULL; in graphite_transform_loops() local
307 build_scops (&scops); in graphite_transform_loops()
311 print_graphite_statistics (dump_file, scops); in graphite_transform_loops()
315 FOR_EACH_VEC_ELT (scops, i, scop) in graphite_transform_loops()
333 free_scops (scops); in graphite_transform_loops()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dstatistics.ll1 ; RUN: opt %loadPolly -polly-scops -stats -analyze < %s 2>&1 | FileCheck %s
4 ; CHECK-DAG: 4 polly-scops - Maximal number of loops in scops
5 ; CHECK-DAG: 10 polly-scops - Number of loops in scops
6 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 4
7 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 1
8 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 3
9 ; CHECK-DAG: 1 polly-scops - Number of scops with maximal loop depth 2
10 ; CHECK-DAG: 4 polly-scops - Number of Scops containing a loop
11 ; CHECK-DAG: 4 polly-scops - Number of valid Scops

12345678910>>...133