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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 3692 tree orig_rhs1, orig_rhs2;
3698 orig_rhs1 = gimple_assign_rhs1 (c->cand_stmt);
3739 orig_code, orig_rhs1, orig_rhs2,
3759 orig_code, orig_rhs1, orig_rhs2,
3775 || !operand_equal_p (basis_name, orig_rhs1, 0)
3683 tree orig_rhs1, orig_rhs2; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 3692 tree orig_rhs1, orig_rhs2;
3698 orig_rhs1 = gimple_assign_rhs1 (c->cand_stmt);
3739 orig_code, orig_rhs1, orig_rhs2,
3759 orig_code, orig_rhs1, orig_rhs2,
3775 || !operand_equal_p (basis_name, orig_rhs1, 0)
3683 tree orig_rhs1, orig_rhs2; local
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 11286 tree orig_rhs1;
11295 orig_rhs1 = rhs1;
11374 stmt = build3 (COND_EXPR, void_type_node, stmt, orig_rhs1,
11376 orig_rhs1 = NULL_TREE;
11380 if (orig_rhs1)
11381 stmt = build_min_nt_loc (EXPR_LOCATION (orig_rhs1),
11382 COMPOUND_EXPR, orig_rhs1, stmt);
11285 tree orig_rhs1; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 10769 tree orig_rhs1;
10778 orig_rhs1 = rhs1;
10871 stmt = build3 (COND_EXPR, void_type_node, stmt, orig_rhs1,
10873 orig_rhs1 = NULL_TREE;
10877 if (orig_rhs1)
10878 stmt = build_min_nt_loc (EXPR_LOCATION (orig_rhs1),
10879 COMPOUND_EXPR, orig_rhs1, stmt);
10768 tree orig_rhs1; local

Completed in 43 milliseconds