Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-invalidate.ll69 ; can into this routine. That splits test3_g into a separate SCC that is enqued
75 call void @test3_g()
76 ; CHECK-NOT: @test3_g()
91 define void @test3_g() {
92 ; CHECK-LABEL: define void @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/llvm-project/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/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll110 ; TODO: We could do better for the return value of call i1 @test3_g, if we
119 ; CHECK-NEXT: [[CALL:%.*]] = call i1 @test3_g(%t1* [[TMP1]], i32 0)
127 %call = call i1 @test3_g(%t1* %1, i32 %i)
174 ; CHECK-NEXT: [[CALL2:%.*]] = call i1 @test3_g(%t1* [[TMP0]], i32 1)
182 %call2 = call i1 @test3_g(%t1* %0, i32 1)
198 ; CHECK-NEXT: [[CALL:%.*]] = call i1 @test3_g(%t1* [[TMP1]], i32 0)
212 %call = call i1 @test3_g(%t1* %1, i32 %i)
222 define internal i1 @test3_g(%t1* %h, i32 %i) {
223 ; CHECK-LABEL: define {{[^@]+}}@test3_g
/external/clang/test/Sema/
Dconversion.c142 int test3_g(long long ll) { in test3_g() function
/external/llvm-project/clang/test/Sema/
Dconversion.c142 int test3_g(long long ll) { in test3_g() function