/dalvik/dx/tests/080-dex-exception-tables/ |
Blort.java | 20 public static void call2() { } method in class:Blort 28 call2(); method 43 call2(); method 59 call2(); method 81 call2(); method 102 call2(); method 126 call2(); method 147 call2(); method 158 call2(); method 177 call2(); method [all...] |
expected.txt | 4 0003: invoke-static {}, Blort.call2:()V 27 0003: invoke-static {}, Blort.call2:()V 54 0003: invoke-static {}, Blort.call2:()V 95 0003: invoke-static {}, Blort.call2:()V 132 0003: invoke-static {}, Blort.call2:()V 166 0003: invoke-static {}, Blort.call2:()V 201 0003: invoke-static {}, Blort.call2:()V 224 0003: invoke-static {}, Blort.call2:()V 249 0003: invoke-static {}, Blort.call2:()V
|
/external/llvm/test/Transforms/IPConstantProp/ |
user-with-multiple-uses.ll | 9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) [[NUW:#[0-9]+]] 14 %call2 = tail call i32 @wwrite(i64 0) nounwind 15 ret i32 %call2
|
/external/llvm/test/CodeGen/X86/ |
multiple-return-values-cross-block.ll | 5 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
|
dbg-const.ll | 6 ; %call2 = @bar() 10 ; hoists the second dbg.value above %call2, which then appears to 23 %call2 = tail call i32 @bar(), !dbg !11 24 %add = add nsw i32 %call2, %call, !dbg !12
|
x86-64-psub.ll | 14 %call2 = tail call { i64, double } @getSecondParam() 15 %1 = extractvalue { i64, double } %call2, 0 41 %call2 = tail call { i64, double } @getSecondParam() 42 %1 = extractvalue { i64, double } %call2, 0 69 %call2 = tail call { i64, double } @getSecondParam() 70 %1 = extractvalue { i64, double } %call2, 0 96 %call2 = tail call { i64, double } @getSecondParam() 97 %1 = extractvalue { i64, double } %call2, 0 123 %call2 = tail call { i64, double } @getSecondParam() 124 %1 = extractvalue { i64, double } %call2, [all...] |
tailcall-cgp-dup.ll | 25 %call2 = tail call i32 @f2() nounwind 49 %retval.0 = phi i32 [ %call10, %sw.bb9 ], [ %call8, %sw.bb7 ], [ %call6, %sw.bb5 ], [ %call4, %sw.bb3 ], [ %call2, %sw.bb1 ], [ %call, %sw.bb ], [ 0, %entry ]
|
fp-stack-2results.ll | 40 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
|
avx-vzeroupper.ll | 33 %call2 = tail call <4 x float> @do_sse(<4 x float> %call) nounwind 34 store <4 x float> %call2, <4 x float>* @x, align 16
|
this-return-64.ll | 43 %call2 = tail call %struct.B* @B_ctor(%struct.B* %1, i32 %y) 59 %call2 = tail call %struct.B* @B_ctor_nothisret(%struct.B* %1, i32 %y)
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
deep_tail_call.cc | 12 // CHECK: {{#2.*call2}} 13 void __attribute__((noinline)) call2(int i) { call3(i); } function 15 void __attribute__((noinline)) call1(int i) { call2(i); }
|
/external/llvm/test/CodeGen/Hexagon/ |
BranchPredict.ll | 23 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 27 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 45 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 4) nounwind 49 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ] 67 %call2 = tail call i32 bitcast (i32 (...)* @foobar to i32 (i32)*)(i32 %add1) nounwind 71 %retval.0 = phi i32 [ %call, %if.then ], [ %call2, %if.else ]
|
/external/llvm/test/Transforms/ConstantMerge/ |
2011-01-15-EitherOrder.ll | 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
|
/external/llvm/test/Transforms/GlobalOpt/ |
cleanup-pointer-root-users.ll | 26 %call2 = call i8* @strdup(i8* %txt) 27 store i8* %call2, i8** @glbl
|
/external/llvm/test/Assembler/ |
unnamed-addr.ll | 10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
instrument-no-return.ll | 20 define i32 @Call2(i8* nocapture %arg) uwtable sanitize_address { 23 ; CHECK: @Call2
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
preserve-gep-loop-variant.ll | 26 %call2 = tail call i64 @car() nounwind 27 %conv = trunc i64 %call2 to i8
|
/external/llvm/test/CodeGen/ARM/ |
returned-ext.ll | 27 %call2 = tail call i32 @identity32(i32 %b) 61 %call2 = tail call i32 @identity32(i32 %b) 81 %call2 = tail call i32 @identity32(i32 %b) 101 %call2 = tail call i32 @identity32(i32 %b) 129 %call2 = tail call i32 @identity32(i32 %b) 154 %call2 = tail call i32 @identity32(i32 %b) 176 %call2 = tail call i32 @identity32(i32 %b)
|
this-return.ll | 33 %call2 = tail call %struct.B* @B_ctor_base(%struct.B* %1, i32 %x) 52 %call2 = tail call %struct.B* @B_ctor_base_nothisret(%struct.B* %1, i32 %x) 90 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b, i32 %x) 103 %call2 = tail call %struct.B* @B_ctor_complete(%struct.B* %b2, i32 %x)
|
sjlj-prepare-critical-edge.ll | 12 %call2 = invoke i8* @bar2() 31 invoke void @release(i8* %call2)
|
/external/llvm/test/Transforms/LoopUnroll/ |
2011-08-09-PhiUpdate.ll | 25 %call2 = call i32 @getval() 39 %cmp18 = icmp sle i32 0, %call2
|
/external/llvm/test/CodeGen/Mips/ |
atomicops.ll | 25 %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([8 x i8]* @.str, i32 0, i32 0), i32 %2, i32 %3) nounwind
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepin-function-call.js | 74 function call2() { function 156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
|
/external/llvm/test/Transforms/SimplifyCFG/ |
invoke.ll | 101 %call2 = invoke i32 @nounwind_fn() 107 %phi = phi i32 [%call, %x], [%call2, %y]
|
/external/v8/test/mjsunit/ |
debug-stepin-function-call.js | 74 function call2() { function 146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];
|