Home
last modified time | relevance | path

Searched refs:test3_c (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle.ll132 ; test3_c <---> test3_d
134 ; For all the call edges in the call graph, only test3_c and test3_d can be
137 ; After test3_c is inlined into test3_a, the original call edge test3_a->test3_c
143 ; test3_c <---> test3_d
144 ; But test3_a, test3_b, test3_c and test3_d still belong to the same SCC.
147 ; a ref edge, the original SCC will be split into two: {test3_c, test3_d} and
149 ; test3_a->test3_c will be converted to a call edge, and the two SCCs will be
156 ; Check test3_c is inlined into test3_a once and only once.
172 tail call void @test3_c(i32 5)
202 tail call void @test3_c(i32 %i)
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-constant-p.c38 const char test3_c[] = {1, 2, 3, 0}; variable
43 return __builtin_constant_p(test3_c); in test3()
53 return __builtin_constant_p(test4_i(test3_c)); in test4()
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dalias.ll31 @test3_c = alias i32, i32* @test3_b
33 ; CHECK-NEXT: i32* @test3_c
/llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll17 $test3_c = comdat any
18 ; CHECK: $test3_c = comdat any
112 define linkonce_odr void @test3_f() comdat($test3_c) {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninit-variables.cpp52 unsigned test3_c() { in test3_c() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.cpp93 void test3_c(int x) { in test3_c() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c130 int test3_c(long long ll) { in test3_c() function