Home
last modified time | relevance | path

Searched refs:test3_f (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll70 ; a consequence of being split out, test3_f is too large to inline by the time
76 call void @test3_f()
77 ; CHECK: call void @test3_f()
90 define void @test3_f() {
91 ; CHECK-LABEL: define void @test3_f()
96 ; CHECK: call void @test3_f()
Dlast-callsite.ll129 define internal void @test3_f(i1 %b) {
149 ; Identical to @test3_f but doesn't get inlined because there is more than one
150 ; call. If this *does* get inlined, the body used both here and in @test3_f
177 call void @test3_f(i1 true)
179 ; CHECK: call void @test3_f(i1 true)
182 call void @test3_f(i1 false)
183 ; CHECK-NOT: @test3_f
Dcgscc-update.ll100 ; CHECK-NOT: @test3_f(
101 define internal i1 @test3_f() {
116 %f = call i1 @test3_f()
/external/clang/test/Sema/
Dmerge-decls.c63 int (*test3_f())[10];
64 int (*test3_f())[];
65 int test3_k = sizeof(*test3_f());
Dconversion.c139 int test3_f(long long ll) { in test3_f() function
/external/clang/test/CodeGen/
Dattr-weakref2.c19 extern int test3_f;
22 return test3_f; in test3_foo()
Dattr-weakref.c19 void test3_f(void);
22 test3_f(); in test3_foo()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll76 @test3_a = linkonce_odr unnamed_addr alias void (), void ()* @test3_f
112 define linkonce_odr void @test3_f() comdat($test3_c) {
113 ; CHECK: define linkonce_odr void @test3_f()
172 call void @test3_f()
/external/clang/test/SemaCXX/
Dextern-c.cpp23 void test3_f() { in test3_f() function