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

  /src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc 418 auto_vec<gassign *, 4> cond_exprs; local
429 cond_exprs.safe_push (as_a <gassign *> (USE_STMT (use_p)));
431 for (unsigned i = cond_exprs.length () == cnt ? 1 : 0;
432 i < cond_exprs.length (); ++i)
437 auto gsi2 = gsi_for_stmt (cond_exprs[i]);
439 gimple_assign_set_rhs1 (cond_exprs[i], new_def);
440 update_stmt (cond_exprs[i]);

Completed in 22 milliseconds