Home
last modified time | relevance | path

Searched refs:test2_b (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/test/Verifier/
H A Dalias.ll23 @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 Dextern-c.cpp54 extern "C" X test2_b;
55 X test2_b; variable
/llvm-project/llvm/test/Transforms/Inline/
H A Dcgscc-cycle.ll57 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 Dcgscc-devirt-iteration.ll72 ; 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 Dundef.s32 test2_b = undef + 1 define
H A Doffset.s21 # CHECK-NEXT: 0000000000000005 0 NOTYPE GLOBAL DEFAULT [[#A]] test2_b
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp29 int test2(int test2_a, int test2_b) { in test2() argument
/llvm-project/clang/test/Analysis/
H A Ddead-stores.cpp95 void test2_b() { in test2_b() function
H A Dmisc-ps-region-store.cpp25 int test2_b(int n) { in test2_b() function
H A Dblocks.m94 void test2_b(void) { function
/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A Dno-wrap-add-exprs.ll330 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 Dconversion.c99 short test2_b(long long ll) { in test2_b() function