Searched refs:test2_b (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | alias.ll | 21 @test2_a = alias i32, i32* @test2_b 22 @test2_b = alias i32, i32* @test2_a 26 ; CHECK-NEXT: i32* @test2_b
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | extern-c.cpp | 54 extern "C" X test2_b; 55 X test2_b; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | cgscc-cycle.ll | 59 …call void @test2_b(i8* bitcast (void (i8*, i8*, i1, i32)* @test2_b to i8*), i8* bitcast (void (i8*… 61 ; but only after doing two rounds if inlining, first from @test2_b then 66 ; CHECK: call void @test2_b(i8* bitcast (void (i8*, i8*, i1, i32)* @test2_b to i8*), i8* bi… 71 define void @test2_b(i8* %arg1, i8* %arg2, i1 %flag, i32 %inline_count) { 72 ; CHECK-LABEL: define void @test2_b(
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | cgscc-devirt-iteration.ll | 72 ; Bogus call to test2_b to make this a cycle. 73 call void @test2_b() 78 define void @test2_b() { 82 ; CHECK-LABEL: define void @test2_b()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | optnone-simple-functions.cpp | 28 int test2(int test2_a, int test2_b) { in test2() argument
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | undef.s | 32 test2_b = undef + 1 define
|
| H A D | offset.s | 21 # CHECK-NEXT: 0000000000000005 0 NOTYPE GLOBAL DEFAULT [[#A]] test2_b
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dead-stores.cpp | 77 void test2_b() { in test2_b() function
|
| H A D | misc-ps-region-store.cpp | 25 int test2_b(int n) { in test2_b() function
|
| H A D | blocks.m | 91 void test2_b(void) { function
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | no-wrap-add-exprs.ll | 330 define i1 @test2_b(i32 %a, i32 %b, i1 %will_overflow) { 331 ; CHECK-LABEL: 'test2_b' 332 ; CHECK-NEXT: Classifying expressions for: @test2_b 341 ; CHECK-NEXT: Determining loop execution counts for: @test2_b
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | conversion.c | 99 short test2_b(long long ll) { in test2_b() function
|