Searched refs:test1_f (Results 1 – 18 of 18) sorted by relevance
10 ; CHECK: Running pass: InlinerPass on (test1_f, test1_g, test1_h)11 ; CHECK: Running analysis: DominatorTreeAnalysis on test1_f13 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_f14 ; CHECK: Invalidating analysis: LoopAnalysis on test1_f15 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_f16 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_f36 ; CHECK: Running pass: DominatorTreeVerifierPass on test1_f37 ; CHECK-NEXT: Running analysis: DominatorTreeAnalysis on test1_f70 define void @test1_f() {71 ; CHECK-LABEL: define void @test1_f()[all …]
7 define internal void @test1_f() {21 ; Identical to @test1_f but doesn't get inlined because there is more than one22 ; call. If this *does* get inlined, the body used both here and in @test1_f41 call void @test1_f()42 ; CHECK-NOT: @test1_f
22 ; CHECK-NOT: @test1_f()23 define internal void @test1_f(void()* %p) {34 call void @test1_f(void()* @test1_h)
43 static test1_A10 *test1_f(void);47 extern test1_IA *test1_f(void); in test1_g()49 (void)sizeof(*test1_f()); in test1_g()
80 char test1_f(long long ll) { in test1_f() function
6 void test1_f(void *);10 test1_f(x); in test1_g()
4 void test1_f(void *);8 test1_f(x); in test1_g()
5 extern int test1_f;
5 void test1_f(void);
5 void test1_f() { in test1_f() function
98 define linkonce_odr void @test1_f() comdat($test1_c) {99 ; CHECK: define linkonce_odr void @test1_f()