Home
last modified time | relevance | path

Searched refs:test3_g (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll72 define void @test3_g() {
73 ; CHECK-LABEL: define void @test3_g()
88 ; can into this routine. That splits test3_g into a separate SCC that is enqued
94 call void @test3_g()
95 ; CHECK-NOT: @test3_g()
Dlast-callsite.ll152 define internal void @test3_g(i1 %b) {
186 call void @test3_g(i1 true)
187 call void @test3_g(i1 true)
188 ; CHECK: call void @test3_g(i1 true)
189 ; CHECK: call void @test3_g(i1 true)
Dcgscc-update.ll106 ; CHECK-NOT: @test3_g(
107 define internal i1 @test3_g(i1 %b) {
135 %g = call i1 @test3_g(i1 false)
/external/clang/test/CodeGen/
Dattr-weakref2.c20 static int test3_g __attribute__((weakref("test3_f"))); variable
25 return test3_g; in test3_h()
Dattr-weakref.c20 static void test3_g(void) __attribute__((weakref("test3_f")));
25 test3_g(); in test3_h()
/external/clang/test/Sema/
Dconversion.c142 int test3_g(long long ll) { in test3_g() function