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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 3295 basic_block join_bb, gimple *then_assign,
3304 if (then_assign == NULL
3305 || !gimple_assign_single_p (then_assign)
3306 || gimple_clobber_p (then_assign)
3307 || gimple_has_volatile_ops (then_assign)
3312 || stmt_references_abnormal_ssa_name (then_assign)
3316 lhs = gimple_assign_lhs (then_assign);
3326 then_rhs = gimple_assign_rhs1 (then_assign);
3328 then_locus = gimple_location (then_assign);
3333 gsi = gsi_for_stmt (then_assign);
3449 gimple *then_assign = single_trailing_store_in_bb (then_bb, then_vdef); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 3466 basic_block join_bb, gimple *then_assign,
3475 if (then_assign == NULL
3476 || !gimple_assign_single_p (then_assign)
3477 || gimple_clobber_p (then_assign)
3478 || gimple_has_volatile_ops (then_assign)
3483 || stmt_references_abnormal_ssa_name (then_assign)
3487 lhs = gimple_assign_lhs (then_assign);
3497 then_rhs = gimple_assign_rhs1 (then_assign);
3499 then_locus = gimple_location (then_assign);
3504 gsi = gsi_for_stmt (then_assign);
3620 gimple *then_assign = single_trailing_store_in_bb (then_bb, then_vdef); local
    [all...]

Completed in 62 milliseconds