Searched refs:test2_a (Results 1 – 13 of 13) sorted by relevance
28 int test2(int test2_a, int test2_b) { in test2() argument29 int test2_result = test2_a + test2_a + test2_a + test2_a; // DexExpectStepOrder(3) in test2()31 return test2_a << 2; // DexExpectStepOrder(4) in test2()
21 @test2_a = alias i32, i32* @test2_b22 @test2_b = alias i32, i32* @test2_a24 ; CHECK-NEXT: i32* @test2_a
66 define void @test2_a() {80 call void @reference_function_pointer(void()* @test2_a)84 call void @test2_a()92 call void @reference_function_pointer(void()* @test2_a)97 call void @test2_a()105 call void @reference_function_pointer(void()* @test2_a)109 call void @test2_a()
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
57 define void @test2_a(void ()** %ignore) {61 ; BEFORE: define void @test2_a(void ()** %ignore)62 ; AFTER: define void @test2_a(void ()** readnone %ignore)88 call void @test2_a(void ()** %f2ptr)
7 @test2_a = global i8 08 ; CHECK-DAG: @test2_a = global i8 0
3 @test2_a = external dllimport global i8
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
31 test2_a = undef define
20 # CHECK-NEXT: 0000000000000005 0 NOTYPE GLOBAL DEFAULT [[#A]] test2_a
294 define i1 @test2_a(i32 %a, i32 %b, i1 %will_overflow) {295 ; CHECK-LABEL: 'test2_a'296 ; CHECK-NEXT: Classifying expressions for: @test2_a305 ; CHECK-NEXT: Determining loop execution counts for: @test2_a
96 short test2_a(long long ll) { in test2_a() function