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

  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 1537 gassign *tmp_stmt; local
1557 tmp_stmt = gimple_build_assign (tmp0, fold_convert (optype, icall_size));
1558 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
1560 tmp_stmt = gimple_build_assign (tmp1, vcall_size);
1561 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
tree-predcom.cc 2823 gassign *new_stmt, *tmp_stmt; local
2884 tmp_stmt = gimple_build_assign (tmp_name, gimple_assign_rhs_code (s1),
2894 gsi_insert_before (&bsi, tmp_stmt, GSI_SAME_STMT);
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 1545 gassign *tmp_stmt; local
1565 tmp_stmt = gimple_build_assign (tmp0, fold_convert (optype, icall_size));
1566 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
1568 tmp_stmt = gimple_build_assign (tmp1, vcall_size);
1569 gsi_insert_before (&gsi, tmp_stmt, GSI_SAME_STMT);
tree-predcom.cc 2792 gassign *new_stmt, *tmp_stmt; local
2853 tmp_stmt = gimple_build_assign (tmp_name, gimple_assign_rhs_code (s1),
2863 gsi_insert_before (&bsi, tmp_stmt, GSI_SAME_STMT);

Completed in 30 milliseconds