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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 2847 gassign *newstmt; local
2939 newstmt = gimple_build_assign (name, folded);
2940 gimple_set_location (newstmt, expr->loc);
2941 gimple_seq_add_stmt_without_update (&forced_stmts, newstmt);
2942 gimple_set_vuse (newstmt, BB_LIVE_VOP_ON_EXIT (block));
2978 newstmt = gimple_build_assign (name, folded);
2979 gimple_set_location (newstmt, expr->loc);
2980 gimple_seq_add_stmt_without_update (&forced_stmts, newstmt);

Completed in 17 milliseconds