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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 601 tree type, tree rhs0, enum tree_code code,
890 /* Follow the ssa edge into the binary expression RHS0 CODE RHS1.
894 scev_dfs::follow_ssa_edge_binary (gimple *at_stmt, tree type, tree rhs0,
905 if (TREE_CODE (rhs0) == SSA_NAME)
918 res = follow_ssa_edge_expr (at_stmt, rhs0, &evol, limit);
929 code, rhs0, at_stmt);
945 code, rhs0, at_stmt);
956 /* This case is under the form "opnd0 = rhs0 - rhs1". */
957 if (TREE_CODE (rhs0) == SSA_NAME)
1119 tree type, rhs0, rhs1 = NULL_TREE
1117 tree type, rhs0, rhs1 = NULL_TREE; local
    [all...]
tree-ssa-forwprop.cc 426 tree rhs0 = NULL_TREE, rhs1 = NULL_TREE; local
439 rhs0 = rhs_to_tree (TREE_TYPE (op1), def_stmt);
444 && TREE_CODE (TREE_TYPE (TREE_OPERAND (rhs0, 0)))
450 rhs0, op1, invariant_only_p);
471 if (rhs0 != NULL_TREE
474 rhs0, rhs1,
tree-ssa-reassoc.cc 4277 tree type, lhs0, rhs0; local
4279 &rhs0, &vcond0);
4296 comb = maybe_fold_and_comparisons (type, cmp0, lhs0, rhs0,
4299 comb = maybe_fold_or_comparisons (type, cmp0, lhs0, rhs0,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 884 /* Follow the ssa edge into the binary expression RHS0 CODE RHS1.
889 tree type, tree rhs0, enum tree_code code, tree rhs1,
900 if (TREE_CODE (rhs0) == SSA_NAME)
918 (loop, at_stmt, rhs0, halting_phi, &evol, limit);
926 code, rhs0, at_stmt);
944 code, rhs0, at_stmt);
958 /* This case is under the form "opnd0 = rhs0 - rhs1". */
959 if (TREE_CODE (rhs0) == SSA_NAME)
1131 tree type, rhs0, rhs1 = NULL_TREE;
1203 rhs0 = gimple_assign_rhs1 (def)
1128 tree type, rhs0, rhs1 = NULL_TREE; local
    [all...]
tree-ssa-forwprop.cc 423 tree rhs0 = NULL_TREE, rhs1 = NULL_TREE; local
436 rhs0 = rhs_to_tree (TREE_TYPE (op1), def_stmt);
441 && TREE_CODE (TREE_TYPE (TREE_OPERAND (rhs0, 0)))
447 rhs0, op1, invariant_only_p);
468 if (rhs0 != NULL_TREE
471 rhs0, rhs1,
tree-ssa-reassoc.cc 4232 tree type, lhs0, rhs0; local
4234 &rhs0, &vcond0);
4251 comb = maybe_fold_and_comparisons (type, cmp0, lhs0, rhs0,
4254 comb = maybe_fold_or_comparisons (type, cmp0, lhs0, rhs0,
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 18276 tree rhs0 = RECUR (TREE_OPERAND (rhs, 0));
18280 rhs0, rhs1));
18301 tree rhs0 = RECUR (TREE_OPERAND (rhs, 0));
18305 rhs0, rhs1));
18275 tree rhs0 = RECUR (TREE_OPERAND (rhs, 0)); local
18300 tree rhs0 = RECUR (TREE_OPERAND (rhs, 0)); local

Completed in 54 milliseconds