/external/llvm/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) nounwind 14 %call2 = tail call i32 @wwrite(i64 0) nounwind 15 ret i32 %call2
|
/external/compiler-rt/lib/asan/lit_tests/ |
D | deep_tail_call.cc | 17 void __attribute__((noinline)) call2(int i) { call3(i); } in call2() function 19 void __attribute__((noinline)) call1(int i) { call2(i); } in call1()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | bl8_elf_nop.ll | 10 %call2 = add i32 %call, 7 11 ret i32 %call2
|
/external/v8/test/mjsunit/ |
D | debug-stepin-function-call.js | 74 function call2() { function 146 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1];
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | cleanup-pointer-root-users.ll | 26 %call2 = call i8* @strdup(i8* %txt) 27 store i8* %call2, i8** @glbl
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | preserve-gep-loop-variant.ll | 26 %call2 = tail call i64 @car() nounwind 27 %conv = trunc i64 %call2 to i8
|
/external/llvm/test/CodeGen/X86/ |
D | dbg-const.ll | 10 %call2 = tail call i32 @bar(), !dbg !11 12 %add = add nsw i32 %call2, %call, !dbg !12
|
D | tailcall-cgp-dup.ll | 25 %call2 = tail call i32 @f2() nounwind 49 ….bb9 ], [ %call8, %sw.bb7 ], [ %call6, %sw.bb5 ], [ %call4, %sw.bb3 ], [ %call2, %sw.bb1 ], [ %cal…
|
D | multiple-return-values-cross-block.ll | 5 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
|
D | 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
|
D | fp-stack-2results.ll | 40 define void @call2(x86_fp80 *%P1, x86_fp80 *%P2) {
|
/external/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 119 %call2 = call %struct._GList* @g_list_first(%struct._GList* %5) 120 %data.i = getelementptr inbounds %struct._GList* %call2, i32 0, i32 0 131 …%call.i = call %struct._GList* @g_list_remove_link(%struct._GList* %4, %struct._GList* %call2) nou… 176 %call2.i = call noalias i8* @g_strdup(i8* %16) nounwind 178 store i8* %call2.i, i8** %strval.i9, align 8
|
D | indirectbr.ll | 86 …%call2 = call i32 (...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 p…
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-09-PhiUpdate.ll | 25 %call2 = call i32 @getval() 39 %cmp18 = icmp sle i32 0, %call2
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | 2011-01-15-EitherOrder.ll | 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
|
/external/llvm/test/Assembler/ |
D | unnamed-addr.ll | 10 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | invoke.ll | 101 %call2 = invoke i32 @nounwind_fn() 107 %phi = phi i32 [%call, %x], [%call2, %y]
|
/external/llvm/test/Transforms/GVN/ |
D | pre-compare.ll | 55 %call2 = tail call i32 @puts(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0)) nounwind
|
/external/llvm/test/Analysis/Profiling/ |
D | load-branch-weights-ifs.ll | 114 %call2 = call i32 @func_const_false(i32 0)
|
D | load-branch-weights-loops.ll | 178 %call2 = call i32 @func_while(i32 1000)
|
/external/llvm/test/Transforms/LoopRotate/ |
D | multiple-exits.ll | 67 %call2 = tail call i32 @bar(i32 1) nounwind
|
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 1213 IRExpr *call1, *call2, *res; in mk_armg_calculate_flag_qc() local 1239 call2 = mkIRExprCCall( in mk_armg_calculate_flag_qc() 1247 res = binop(Iop_Or32, call1, call2); in mk_armg_calculate_flag_qc()
|