Searched refs:test1_a (Results 1 – 9 of 9) sorted by relevance
13 ; CHECK: Running an SCC pass across the RefSCC: [(test1_a, test1_b, test1_c)]16 ; CHECK: Switch an internal ref edge to a call edge from 'test1_a' to 'test1_c'17 ; CHECK: Switch an internal ref edge to a call edge from 'test1_a' to 'test1_a'18 ; CHECK: Re-running SCC passes after a refinement of the current SCC: (test1_c, test1_a)19 ; CHECK: Skipping redundant run on SCC: (test1_c, test1_a)23 define void @test1_a(i32 %num) {33 call void @test1_a(i32 %num)39 call void @test1_a(i32 %num)
13 define void @test1_a(ptr %ptr) {14 ; CHECK-LABEL: define void @test1_a(40 call void @test1_a(ptr %a) noinline
22 static int test1_a[]; // expected-warning {{tentative array definition assumed to have one element}} variable23 extern int test1_a[];
65 char test1_a(long long ll) { in test1_a() function
4 @test1_a = common global i8 05 ; CHECK-DAG: @test1_a = common global i8 0
17 int test1(int test1_a, int test1_b) { in test1() argument20 test1_result = test1_a + test1_b; // DexExpectStepOrder(1) in test1()
12 ; CHECK: define void @test1_a() {13 define void @test1_a() {33 call void @test1_a()46 call void @test1_a()59 call void @test1_a()
17 define void @test1_a() {35 call void @test1_a()47 call void @test1_a()59 call void @test1_a()
1 @test1_a = weak global i8 1