Home
last modified time | relevance | path

Searched refs:test1_f (Results 1 – 11 of 11) 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)
12 ; CHECK: Running analysis: DominatorTreeAnalysis on test1_f
14 ; CHECK: Invalidating all non-preserved analyses for: (test1_f)
15 ; CHECK: Invalidating all non-preserved analyses for: test1_f
16 ; CHECK: Invalidating analysis: DominatorTreeAnalysis on test1_f
17 ; CHECK: Invalidating analysis: LoopAnalysis on test1_f
18 ; CHECK: Invalidating analysis: BranchProbabilityAnalysis on test1_f
19 ; CHECK: Invalidating analysis: BlockFrequencyAnalysis on test1_f
41 ; CHECK: Running pass: DominatorTreeVerifierPass on test1_f
[all …]
Dlast-callsite.ll7 define internal void @test1_f() {
21 ; Identical to @test1_f but doesn't get inlined because there is more than one
22 ; call. If this *does* get inlined, the body used both here and in @test1_f
41 call void @test1_f()
42 ; CHECK-NOT: @test1_f
Dcgscc-update.ll22 ; CHECK-NOT: @test1_f()
23 define internal void @test1_f(void()* %p) {
34 call void @test1_f(void()* @test1_h)
/external/clang/test/Sema/
Dmerge-decls.c43 static test1_A10 *test1_f(void);
47 extern test1_IA *test1_f(void); in test1_g()
49 (void)sizeof(*test1_f()); in test1_g()
Dconversion.c80 char test1_f(long long ll) { in test1_f() function
/external/clang/test/CodeGen/
Dalign-wasm.c6 void test1_f(void *);
10 test1_f(x); in test1_g()
Dalign-x68_64.c4 void test1_f(void *);
8 test1_f(x); in test1_g()
Dattr-weakref2.c5 extern int test1_f;
Dattr-weakref.c5 void test1_f(void);
/external/clang/test/SemaCXX/
Dextern-c.cpp5 void test1_f() { in test1_f() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll98 define linkonce_odr void @test1_f() comdat($test1_c) {
99 ; CHECK: define linkonce_odr void @test1_f()