HomeSort by: relevance | last modified time | path
    Searched defs:tmp_m (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-tailcall.cc 635 tree tmp_m = NULL_TREE; local
661 &tmp_m, &tmp_a, &ass_var, to_move_defs);
693 if (tmp_m)
695 tree type = TREE_TYPE (tmp_m);
697 m = fold_build2 (MULT_EXPR, type, fold_convert (type, m), tmp_m);
699 m = tmp_m;
702 a = fold_build2 (MULT_EXPR, type, fold_convert (type, a), tmp_m);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-tailcall.cc 635 tree tmp_m = NULL_TREE; local
661 &tmp_m, &tmp_a, &ass_var, to_move_defs);
693 if (tmp_m)
695 tree type = TREE_TYPE (tmp_m);
697 m = fold_build2 (MULT_EXPR, type, fold_convert (type, m), tmp_m);
699 m = tmp_m;
702 a = fold_build2 (MULT_EXPR, type, fold_convert (type, a), tmp_m);

Completed in 25 milliseconds