Searched refs:test1_g (Results 1 – 18 of 18) sorted by relevance
10 ; CHECK: Running pass: InlinerPass on (test1_f, test1_g, test1_h)12 ; CHECK: Running analysis: DominatorTreeAnalysis on test1_g17 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_g18 ; CHECK: Invalidating analysis: LoopAnalysis on test1_g19 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_g20 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_g27 ; CHECK-NEXT: Running pass: DominatorTreeVerifierPass on test1_g28 ; CHECK-NEXT: Running analysis: DominatorTreeAnalysis on test1_g74 call void @test1_g() noinline75 ; CHECK: call void @test1_g()[all …]
24 define internal void @test1_g() {44 call void @test1_g()45 call void @test1_g()46 ; CHECK: call void @test1_g()47 ; CHECK: call void @test1_g()
31 ; CHECK-NEXT: define void @test1_g()32 define void @test1_g() noinline {43 call void @test1_g()
6 static int test1_g __attribute__((weakref("test1_f"))); variable8 return test1_g; in test1_h()
6 static void test1_g(void) __attribute__((weakref("test1_f")));8 test1_g(); in test1_h()
8 void test1_g(void) { in test1_g() function
6 void test1_g(void) { in test1_g() function
6 void test1_g(int); in test1_f()10 int test1_g(int);
44 void test1_g(void) in test1_g() function
83 char test1_g(long long ll) { in test1_g() function
18 ; CHECK-NEXT: [[CALL2:%.*]] = call i1 @test1_g(%t1* [[TMP0]], i32 1)26 %call2 = call i1 @test1_g(%t1* %0, i32 1)42 ; CHECK-NEXT: [[CALL:%.*]] = call i1 @test1_g(%t1* [[TMP1]], i32 0)50 %call = call i1 @test1_g(%t1* %1, i32 %i)57 define internal i1 @test1_g(%t1* %h, i32 %i) #0 {58 ; CHECK-LABEL: define {{[^@]+}}@test1_g