| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_ast_codegen.c | 242 executed = isl_map_coalesce(executed); in generate_domain() 1515 executed = isl_union_map_free(executed); in create_node_scaled() 1730 executed = isl_union_map_free(executed); in create_node() 1743 executed = isl_union_map_free(executed); in create_node() 2100 data.executed = executed; in generate_sorted_domains() 2219 data.executed = executed; in generate_parallel_domains() 3155 domains.executed = executed; in compute_domains() 3499 executed = isl_union_map_copy(executed); in generate_shifted_component_tree_part() 3643 executed = isl_union_map_free(executed); in generate_shifted_component_tree() 3682 executed = isl_union_map_free(executed); in generate_shifted_component_tree() [all …]
|
| H A D | isl_ast_build.c | 210 dup->executed = isl_union_map_copy(build->executed); in isl_ast_build_dup() 242 (build->executed && !dup->executed) || in isl_ast_build_dup() 322 isl_union_map_free(build->executed); in isl_ast_build_free() 1032 __isl_take isl_ast_build *build, __isl_take isl_union_map *executed) in isl_ast_build_set_executed() argument 1038 isl_union_map_free(build->executed); in isl_ast_build_set_executed() 1039 build->executed = executed; in isl_ast_build_set_executed() 1044 isl_union_map_free(executed); in isl_ast_build_set_executed() 1269 isl_union_map *executed; in isl_ast_build_get_schedule() local 1276 executed = isl_union_map_copy(build->executed); in isl_ast_build_get_schedule() 1279 executed = isl_union_map_apply_domain(executed, in isl_ast_build_get_schedule() [all …]
|
| H A D | isl_ast_build_expr.h | 20 __isl_keep isl_ast_build *build, __isl_take isl_map *executed);
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | single_threaded_execution.ll | 12 ; CHECK-NOT: [openmp-opt] Basic block @kernel entry is executed by a single thread. 13 ; CHECK: [openmp-opt] Basic block @kernel if.then is executed by a single thread. 14 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.else is executed by a single thread. 15 ; CHECK-NOT: [openmp-opt] Basic block @kernel if.end is executed by a single thread. 32 ; CHECK-NOT: [openmp-opt] Basic block @nvptx entry is executed by a single thread. 33 ; CHECK-DAG: [openmp-opt] Basic block @nvptx if.then is executed by a single thread. 34 ; CHECK-NOT: [openmp-opt] Basic block @nvptx if.end is executed by a single thread. 53 ; CHECK-NOT: [openmp-opt] Basic block @amdgcn entry is executed by a single thread. 74 ; CHECK: [openmp-opt] Basic block @foo entry is executed by a single thread. 88 ; CHECK-NOT: [openmp-opt] Basic block @baz entry is executed by a single thread. [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/ |
| H A D | basic.test | 88 OUT-F-NEXT:Lines executed:100.00% of 1 93 OUT-F-NEXT:Lines executed:0.00% of 1 98 OUT-F-NEXT:Lines executed:0.00% of 2 108 OUT-F-NEXT:Lines executed:0.00% of 3 211 C-U:unconditional 0 never executed 213 C-U:unconditional 1 never executed 219 C-U:unconditional 0 never executed 221 C-U:unconditional 1 never executed 238 C-U:unconditional 0 never executed 241 C-U:unconditional 0 never executed [all …]
|
| H A D | tmpl.test | 12 F-NEXT: Lines executed:100.00% of 1 14 F-NEXT: Lines executed:100.00% of 1
|
| H A D | intermediate-format.test | 29 OUT-NEXT:Lines executed:81.40% of 43 30 OUT-B-NEXT:Branches executed:100.00% of 15 35 OUT-NEXT:Lines executed:100.00% of 1
|
| H A D | relative-only.test | 25 STRIP1-NEXT:Lines executed:100.00% of 1 29 STRIP1-NEXT:Lines executed:0.00% of 1
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | README.md | 85 …executed upon debugger startup prior to creating the LLDB target. Commands and command output will… 86 …executed just before launching after the LLDB target has been created. Commands and command output… 87 … | LLDB commands executed just after each stop. Commands and command output will be sent to the de… 88 …| LLDB commands executed when the program exits. Commands and command output will be sent to the d… 89 …DB commands executed when the debugging session ends. Commands and command output will be sent to … 112 …executed upon debugger startup prior to creating the LLDB target. Commands and command output will… 113 …executed just before launching after the LLDB target has been created. Commands and command output… 114 … | LLDB commands executed just after each stop. Commands and command output will be sent to the de… 115 …| LLDB commands executed when the program exits. Commands and command output will be sent to the d… 116 …DB commands executed when the debugging session ends. Commands and command output will be sent to … [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-unreachable.m | 15 return; // expected-warning {{will never be executed}} 25 return 1; // expected-warning {{will never be executed}} 34 return 0; // expected-warning {{will never be executed}} 56 …if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by add… 62 calledFun(); // expected-warning {{will never be executed}} 70 calledFun(); // expected-warning {{code will never be executed}}
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-unreachable.m | 9 f(); // expected-warning{{will never be executed}} 33 f(); // expected-warning{{will never be executed}} 38 f(); // expected-warning{{will never be executed}} 52 f(); // expected-warning{{never be executed}}
|
| H A D | warn-unreachable.mm | 10 f(); // expected-warning {{will never be executed}}
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | stack-capture-leak-arc.mm | 24 is captured by an asynchronously-executed block}} 43 is captured by an asynchronously-executed block}} 64 is captured by an asynchronously-executed block}} 75 is captured by an asynchronously-executed block}} 91 is captured by an asynchronously-executed block}} 112 is captured by an asynchronously-executed block}} 184 …stack memory associated with local variable 'buf' is captured by an asynchronously-executed block}}
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | no-escape.m | 15 … pointer 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-n… 21 … pointer 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-n… 26 …:25: warning: pointer 'q' with attribute 'noescape' is captured by an asynchronously-executed block
|
| /llvm-project-15.0.7/mlir/unittests/Interfaces/ |
| H A D | DataLayoutInterfacesTest.cpp | 80 static bool executed = false; in getTypeSizeInBits() local 81 if (executed) in getTypeSizeInBits() 84 executed = true; in getTypeSizeInBits() 90 static bool executed = false; in getABIAlignment() local 91 if (executed) in getABIAlignment() 94 executed = true; in getABIAlignment() 100 static bool executed = false; in getPreferredAlignment() local 101 if (executed) in getPreferredAlignment() 104 executed = true; in getPreferredAlignment()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | multiple-statement-macro.rst | 8 ones will be executed unconditionally. 16 INCREMENT_TWO(a, b); // (b)++ will be executed unconditionally.
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP120.rst | 7 target offloading kernel was changed. Generic-mode kernels are executed by a 12 executed on a GPU target. This is only possible if the instructions previously 13 executed by a single thread have no side-effects or can be guarded. If the 26 be executed in generic-mode. Sometimes it is easier to use generic-mode
|
| H A D | OMP121.rst | 9 cannot be either recomputed by each thread independently or guarded and executed 13 from being executed in SPMD-mode. Calls to functions outside the current 22 or operations that cannot be executed in SPMD-mode.
|
| H A D | OMP132.rst | 1 Generic-mode kernel is executed with a customized state machine that requires a fallback. [OMP132] 37 omp133.cpp:4:1: remark: Generic-mode kernel is executed with a customized state machine
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | discriminator.ll | 14 ; In this test, if the loop is executed 100 times, the decrement operation 21 ; This means that the predicate 'i < 5' (line 3) is executed 100 times, 22 ; but the then branch (line 3.1) is only executed 5 times.
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shrinkwrapping-pop-order.s | 37 # CHECK: BOLT-INFO: Shrink wrapping reduced 6 store executions (28.6% total instructions executed, … 38 …wrapping failed at reducing 0 store executions (0.0% total instructions executed, 0.0% store instr…
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/reorder/ |
| H A D | .lit_test_times.txt | 1 42.0 not-executed.txt
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | empty.in | 2 # executed relation and fail to detect this emptiness.
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 266 // Some single precision VFP instructions may be executed on both NEON and 279 // Some single precision VFP instructions may be executed on both NEON and 416 // Some single precision VFP instructions may be executed on both NEON and 441 // Some single precision VFP instructions may be executed on both NEON and 487 // Some single precision VFP instructions may be executed on both NEON and 510 // Some single precision VFP instructions may be executed on both NEON and 594 // Some single precision VFP instructions may be executed on both NEON and 613 // Some single precision VFP instructions may be executed on both NEON and 637 // Some single precision VFP instructions may be executed on both NEON and 663 // Some single precision VFP instructions may be executed on both NEON and [all …]
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | objc-arc-contract.ll | 7 ; Make sure -objc-arc-contract is executed.
|