Searched refs:test2_a (Results 1 – 15 of 15) sorted by relevance
76 .globl test2_a symbol81 test2_a: label83 test2_b = test2_a
21 test2_a = undef define
71 ; CHECK: define void @test2_a() {72 define void @test2_a() {88 call void @reference_function_pointer(void()* @test2_a)92 call void @test2_a()101 call void @reference_function_pointer(void()* @test2_a)106 call void @test2_a()115 call void @reference_function_pointer(void()* @test2_a)119 call void @test2_a()
63 ; CHECK: define void @test2_a() {64 define void @test2_a() {75 store void()* @test2_a, void()** %fptr85 store void()* @test2_a, void()** %fptr97 store void()* @test2_a, void()** %fptr
54 define void @test2_a(void ()** %ignore) {58 ; BEFORE: define void @test2_a(void ()** %ignore)59 ; AFTER: define void @test2_a(void ()** readnone %ignore)85 call void @test2_a(void ()** %f2ptr)
21 @test2_a = alias i32, i32* @test2_b22 @test2_b = alias i32, i32* @test2_a24 ; CHECK-NEXT: i32* @test2_a
7 @test2_a = global i8 08 ; CHECK-DAG: @test2_a = global i8 0
56 define void @test2_a(i8** %ptr) {57 ; CHECK-LABEL: define void @test2_a(83 call void @test2_a(i8** %a) noinline111 call void @test2_a(i8** %a) noinline
3 @test2_a = external dllimport global i8
96 short test2_a(long long ll) { in test2_a() function