Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-incremental-invalidate.ll10 ; 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_g
20 ; CHECK: Invalidating all non-preserved analyses for: (test1_g, test1_h)
21 ; CHECK: Invalidating all non-preserved analyses for: test1_g
22 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_g
23 ; CHECK: Invalidating analysis: LoopAnalysis on test1_g
24 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_g
25 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_g
33 ; CHECK-NEXT: Running pass: DominatorTreeVerifierPass on 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/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