Searched refs:test3_a (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | cgscc-cycle.ll | 129 ; test3_a <---> test3_b 135 ; inlined into test3_a, and no other call edge can be inlined. 137 ; After test3_c is inlined into test3_a, the original call edge test3_a->test3_c 140 ; test3_a <---> test3_b 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 148 ; {test3_a, test3_b}, immediately after the newly added ref edge 156 ; Check test3_c is inlined into test3_a once and only once. 157 ; CHECK-LABEL: @test3_a( 169 define void @test3_a() #0 { [all …]
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | linkage2.ll | 10 @test3_a = common global i8 0 11 ; CHECK-DAG: @test3_a = common global i16 0
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | optnone-simple-functions.cpp | 39 int test3(int test3_a, int test3_b) { in test3() argument 42 test3_temp1 = test3_a + 5; // DexExpectStepOrder(5) in test3()
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | alias.ll | 29 @test3_a = global i32 42 30 @test3_b = weak alias i32, i32* @test3_a
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | cgscc-iterate-function-mutation.ll | 131 ; CHECK: define void @test3_a() { 132 define void @test3_a() { 176 call void @test3_a() 201 call void @test3_a() 226 call void @test3_a()
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/ |
| H A D | state-tracking-scc-splits.ll | 116 define void @test3_a() { 154 call void @test3_a() 176 call void @test3_a() 198 call void @test3_a()
|
| /llvm-project-15.0.7/llvm/test/Linker/Inputs/ |
| H A D | linkage2.ll | 5 @test3_a = common global i16 0
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dead-stores.cpp | 85 void test3_a(int x) { in test3_a() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/ |
| H A D | comdats.ll | 76 @test3_a = linkonce_odr unnamed_addr alias void (), void ()* @test3_f 77 ; CHECK: @test3_a = linkonce_odr unnamed_addr alias
|