Searched refs:test2_b (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/test/Verifier/ |
H A D | alias.ll | 23 @test2_a = alias i32, ptr @test2_b 24 @test2_b = alias i32, ptr @test2_a 28 ; CHECK-NEXT: ptr @test2_b
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | extern-c.cpp | 54 extern "C" X test2_b; 55 X test2_b; variable
|
/llvm-project/llvm/test/Transforms/Inline/ |
H A D | cgscc-cycle.ll | 57 call void @test2_b(ptr @test2_b, ptr @test2_c, i1 false, i32 0) 59 ; but only after doing two rounds if inlining, first from @test2_b then 64 ; CHECK: call void @test2_b(ptr nonnull @test2_b, ptr nonnull @test2_c, i1 false, i32 2) 69 define void @test2_b(ptr %arg1, ptr %arg2, i1 %flag, i32 %inline_count) { 70 ; CHECK-LABEL: define void @test2_b(
|
/llvm-project/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/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/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | optnone-simple-functions.cpp | 29 int test2(int test2_a, int test2_b) { in test2() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | dead-stores.cpp | 95 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 | 94 void test2_b(void) { function
|
/llvm-project/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/clang/test/Sema/ |
H A D | conversion.c | 99 short test2_b(long long ll) { in test2_b() function
|