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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc 2842 gimple_seq forced_stmts = NULL; local
2928 gimple_seq_add_stmt_without_update (&forced_stmts, call);
2941 gimple_seq_add_stmt_without_update (&forced_stmts, newstmt);
2961 genop[i] = gimple_convert (&forced_stmts,
2964 genop[i] = gimple_convert (&forced_stmts,
2968 genop[i] = gimple_convert (&forced_stmts,
2980 gimple_seq_add_stmt_without_update (&forced_stmts, newstmt);
2988 folded = gimple_build (&forced_stmts, expr->loc,
2992 folded = gimple_build (&forced_stmts, expr->loc, nary->opcode,
2996 folded = gimple_build (&forced_stmts, expr->loc, nary->opcode
    [all...]

Completed in 18 milliseconds