Home
last modified time | relevance | path

Searched refs:test3_d (Results 1 – 3 of 3) 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
143 ; test3_c <---> test3_d
144 ; But test3_a, test3_b, test3_c and test3_d still belong to the same SCC.
146 ; Then after test3_a->test3_d is inlined, when test3_a->test3_d is converted to
147 ; a ref edge, the original SCC will be split into two: {test3_c, test3_d} and
159 ; CHECK-NEXT: tail call void @test3_d(i32 5)
189 define void @test3_d(i32 %i) {
223 tail call void @test3_d(i32 %i)
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.cpp100 void test3_d(int &x) { in test3_d() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c133 int test3_d(long long ll) { in test3_d() function