/llvm-project/llvm/test/Transforms/LoopFusion/ |
H A D | double_loop_nest_inner_guard.ll | 11 ; CHECK: br i1 %{{.*}}, label %[[OUTER_PH:outer1.ph]], label %[[FUNC_EXIT:func_exit]] 14 ; CHECK: br label %[[OUTER_BODY_INNER_GUARD:outer1.body.inner.guard]] 48 br i1 %cmp63, label %outer1.ph, label %func_exit 50 outer1.ph: 54 br label %outer1.body.inner.guard 56 outer1.body.inner.guard: 57 %iv74 = phi i64 [ 0, %outer1.ph ], [ %iv.next75, %outer1.latch ] 58 br i1 %cmp261, label %inner1.ph, label %outer1.latch 75 br label %outer1.latch 77 outer1.latch: [all …]
|
H A D | triple_loop_nest_inner_guard.ll | 11 ; CHECK: br i1 %{{.*}}, label %[[OUTER_PH:outer1.ph]], label %[[FUNC_EXIT:func_exit]] 14 ; CHECK: br label %[[OUTER_BODY_MIDDLE_GUARD:outer1.body.middle1.guard]] 60 br i1 %cmp101, label %outer1.ph, label %func_exit 62 outer1.ph: 68 br label %outer1.body.middle1.guard 70 outer1.body.middle1.guard: 71 %iv120 = phi i64 [ 0, %outer1.ph ], [ %iv.next121, %outer1.latch ] 72 br i1 %cmp298, label %middle1.ph, label %outer1.latch 104 br label %outer1.latch 106 outer1.latch: [all …]
|
/llvm-project/flang/test/Semantics/ |
H A D | change_team01.f90 | 34 outer1: if (.true.) then 38 exit outer1 41 end if outer1
|
/llvm-project/clang/test/Sema/ |
H A D | var-redecl.c | 3 int outer1; // expected-note{{previous definition is here}} variable 12 extern float outer1; // expected-error{{redeclaration of 'outer1' with a different type}} in outer_test()
|
H A D | function-redecl.c | 62 int outer1(int); // expected-note{{previous declaration is here}} 69 int outer1(float); // expected-error{{conflicting types for 'outer1'}} in outer_test()
|
/llvm-project/llvm/test/Transforms/Inline/ |
H A D | call-site-attrs.ll | 11 define i32 @outer1() { 12 ; CHECK-LABEL: @outer1(
|
H A D | invoke-cost.ll | 37 define void @outer1() { 38 ; CHECK-LABEL: @outer1(
|
H A D | inline_returns_twice.ll | 16 define i32 @outer1() { 18 ; CHECK-LABEL: define i32 @outer1(
|
H A D | alloca-bonus.ll | 10 define void @outer1() { 11 ; CHECK-LABEL: @outer1(
|
H A D | ptr-diff.ll | 5 define i32 @outer1() { 6 ; CHECK-LABEL: @outer1(
|
H A D | redundant-loads.ll | 8 define void @outer1(ptr %a) { 9 ; CHECK-LABEL: @outer1(
|
H A D | always-inline.ll | 11 define i32 @outer1() { 12 ; CHECK-LABEL: @outer1(
|
/llvm-project/llvm/test/Transforms/Attributor/ |
H A D | alwaysinline.ll | 21 define void @outer1() { 23 ; TUNIT-LABEL: define {{[^@]+}}@outer1 29 ; CGSCC-LABEL: define {{[^@]+}}@outer1
|
H A D | wrapper.ll | 23 ; CHECK: define i32 @outer1 26 define i32 @outer1() {
|
H A D | internalize.ll | 93 define i32 @outer1() { 94 ; CHECK_DISABLED-LABEL: define {{[^@]+}}@outer1() { 102 ; CHECK_ENABLED-LABEL: define {{[^@]+}}@outer1() {
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1z-decomposition.cpp | 65 auto [outer1, outer2] = S1{1, 2}; 69 struct S { int a = outer1; }; in enclosing()
|
/llvm-project/llvm/test/Transforms/Inline/AArch64/ |
H A D | gep-cost.ll | 7 define void @outer1(ptr %ptr, i32 %i) {
|
H A D | logical-and-or.ll | 10 define i1 @outer1(i32 %a) {
|
H A D | select.ll | 9 define i32 @outer1(i1 %cond) { 10 ; CHECK-LABEL: @outer1(
|
H A D | phi.ll | 9 define i1 @outer1() { 10 ; CHECK-LABEL: @outer1(
|
H A D | ext.ll | 7 define i32 @outer1(ptr %ptr, i32 %i) {
|
/llvm-project/llvm/test/Transforms/Inline/PowerPC/ |
H A D | ext.ll | 7 define i16 @outer1(ptr %ptr) {
|
/llvm-project/llvm/test/Transforms/Inline/X86/ |
H A D | ext.ll | 7 define i32 @outer1(ptr %ptr, i32 %i) {
|
/llvm-project/llvm/test/Transforms/UnifyLoopExits/ |
H A D | integer_guards.ll | 164 %outer1 = phi i32 [ 0, %entry ], [ %outer2, %G ] 188 %outer2 = add i32 %outer1, 1
|