Searched refs:test3_d (Results 1 – 3 of 3) sorted by relevance
132 ; test3_c <---> test3_d134 ; For all the call edges in the call graph, only test3_c and test3_d can be143 ; test3_c <---> test3_d144 ; 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 to147 ; a ref edge, the original SCC will be split into two: {test3_c, test3_d} and159 ; CHECK-NEXT: tail call void @test3_d(i32 5)189 define void @test3_d(i32 %i) {223 tail call void @test3_d(i32 %i)
100 void test3_d(int &x) { in test3_d() function
133 int test3_d(long long ll) { in test3_d() function