Searched refs:test3_g (Results 1 – 10 of 10) sorted by relevance
69 ; can into this routine. That splits test3_g into a separate SCC that is enqued75 call void @test3_g()76 ; CHECK-NOT: @test3_g()91 define void @test3_g() {92 ; CHECK-LABEL: define void @test3_g()
152 define internal void @test3_g(i1 %b) {186 call void @test3_g(i1 true)187 call void @test3_g(i1 true)188 ; CHECK: call void @test3_g(i1 true)189 ; CHECK: call void @test3_g(i1 true)
106 ; CHECK-NOT: @test3_g(107 define internal i1 @test3_g(i1 %b) {135 %g = call i1 @test3_g(i1 false)
20 static int test3_g __attribute__((weakref("test3_f"))); variable25 return test3_g; in test3_h()
20 static void test3_g(void) __attribute__((weakref("test3_f")));25 test3_g(); in test3_h()
110 ; TODO: We could do better for the return value of call i1 @test3_g, if we119 ; CHECK-NEXT: [[CALL:%.*]] = call i1 @test3_g(%t1* [[TMP1]], i32 0)127 %call = call i1 @test3_g(%t1* %1, i32 %i)174 ; CHECK-NEXT: [[CALL2:%.*]] = call i1 @test3_g(%t1* [[TMP0]], i32 1)182 %call2 = call i1 @test3_g(%t1* %0, i32 1)198 ; CHECK-NEXT: [[CALL:%.*]] = call i1 @test3_g(%t1* [[TMP1]], i32 0)212 %call = call i1 @test3_g(%t1* %1, i32 %i)222 define internal i1 @test3_g(%t1* %h, i32 %i) {223 ; CHECK-LABEL: define {{[^@]+}}@test3_g
142 int test3_g(long long ll) { in test3_g() function