Searched refs:tmp_m (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-tailcall.cc | 635 tree tmp_m = NULL_TREE; in find_tail_calls() local 661 &tmp_m, &tmp_a, &ass_var, to_move_defs); in find_tail_calls() 693 if (tmp_m) in find_tail_calls() 695 tree type = TREE_TYPE (tmp_m); in find_tail_calls() 697 m = fold_build2 (MULT_EXPR, type, fold_convert (type, m), tmp_m); in find_tail_calls() 699 m = tmp_m; in find_tail_calls() 702 a = fold_build2 (MULT_EXPR, type, fold_convert (type, a), tmp_m); in find_tail_calls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-tailcall.c | 638 tree tmp_m = NULL_TREE; in find_tail_calls() local 664 &tmp_m, &tmp_a, &ass_var, to_move_defs); in find_tail_calls() 696 if (tmp_m) in find_tail_calls() 698 tree type = TREE_TYPE (tmp_m); in find_tail_calls() 700 m = fold_build2 (MULT_EXPR, type, fold_convert (type, m), tmp_m); in find_tail_calls() 702 m = tmp_m; in find_tail_calls() 705 a = fold_build2 (MULT_EXPR, type, fold_convert (type, a), tmp_m); in find_tail_calls()
|