Home
last modified time | relevance | path

Searched refs:test1_g (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-incremental-invalidate.ll10 ; CHECK: Running pass: InlinerPass on (test1_f, test1_g, test1_h)
12 ; CHECK: Running analysis: DominatorTreeAnalysis on test1_g
17 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_g
18 ; CHECK: Invalidating analysis: LoopAnalysis on test1_g
19 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_g
20 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_g
27 ; CHECK-NEXT: Running pass: DominatorTreeVerifierPass on test1_g
28 ; CHECK-NEXT: Running analysis: DominatorTreeAnalysis on test1_g
74 call void @test1_g() noinline
75 ; CHECK: call void @test1_g()
[all …]
Dlast-callsite.ll24 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()
Dcgscc-update.ll31 ; CHECK-NEXT: define void @test1_g()
32 define void @test1_g() noinline {
43 call void @test1_g()
/external/clang/test/CodeGen/
Dattr-weakref2.c6 static int test1_g __attribute__((weakref("test1_f"))); variable
8 return test1_g; in test1_h()
Dattr-weakref.c6 static void test1_g(void) __attribute__((weakref("test1_f")));
8 test1_g(); in test1_h()
Dalign-wasm.c8 void test1_g(void) { in test1_g() function
Dalign-x68_64.c6 void test1_g(void) { in test1_g() function
/external/llvm-project/clang/test/CodeGen/
Dattr-weakref2.c6 static int test1_g __attribute__((weakref("test1_f"))); variable
8 return test1_g; in test1_h()
Dattr-weakref.c6 static void test1_g(void) __attribute__((weakref("test1_f")));
8 test1_g(); in test1_h()
Dalign-x68_64.c6 void test1_g(void) { in test1_g() function
Dalign-wasm.c8 void test1_g(void) { in test1_g() function
/external/clang/test/SemaCXX/
Dextern-c.cpp6 void test1_g(int); in test1_f()
10 int test1_g(int);
/external/llvm-project/clang/test/SemaCXX/
Dextern-c.cpp6 void test1_g(int); in test1_f()
10 int test1_g(int);
/external/clang/test/Sema/
Dmerge-decls.c44 void test1_g(void) in test1_g() function
Dconversion.c83 char test1_g(long long ll) { in test1_g() function
/external/llvm-project/clang/test/Sema/
Dmerge-decls.c44 void test1_g(void) in test1_g() function
Dconversion.c83 char test1_g(long long ll) { in test1_g() function
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll18 ; 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