Searched refs:test1_g (Results 1 – 10 of 10) sorted by relevance
10 ; CHECK: Running pass: InlinerPass on (test1_f, test1_g, test1_h)11 ; CHECK: Running analysis: FunctionAnalysisManagerCGSCCProxy on (test1_f, test1_g, test1_h)13 ; CHECK: Running analysis: DominatorTreeAnalysis on test1_g20 ; CHECK: Invalidating all non-preserved analyses for: (test1_g, test1_h)21 ; CHECK: Invalidating all non-preserved analyses for: test1_g22 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_g23 ; CHECK: Invalidating analysis: LoopAnalysis on test1_g24 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_g25 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_g33 ; CHECK-NEXT: Running pass: DominatorTreeVerifierPass on 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