| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa.cc | 2013 tree rhs, *rhsp = gimple_assign_rhs1_ptr (stmt); local 2162 maybe_rewrite_mem_ref_base (rhsp, suitable_for_renaming);
|
| tree-ssa-forwprop.cc | 787 tree *rhsp = gimple_assign_rhs1_ptr (use_stmt); local 788 if (TREE_CODE (*rhsp) == ADDR_EXPR) 789 rhsp = &TREE_OPERAND (*rhsp, 0); 790 while (handled_component_p (*rhsp)) 791 rhsp = &TREE_OPERAND (*rhsp, 0); 792 rhs = *rhsp; 854 *rhsp = new_rhs;
|
| tree-ssa-structalias.cc | 3662 struct constraint_expr *rhsp; local 3665 FOR_EACH_VEC_ELT (tmp, j, rhsp) 3666 results->safe_push (*rhsp); 3731 struct constraint_expr *lhsp, *rhsp; local 3737 FOR_EACH_VEC_ELT (rhsc, j, rhsp) 3738 process_constraint (new_constraint (*lhsp, *rhsp)); 3744 FOR_EACH_VEC_ELT (rhsc, i, rhsp) 3745 process_constraint (new_constraint (tmp, *rhsp)); 3757 struct constraint_expr *lhsp, *rhsp; local 3765 rhsp = &rhsc[0] 4496 struct constraint_expr *rhsp; local 4792 struct constraint_expr lhs, *rhsp; local 5063 struct constraint_expr *rhsp; local 5077 struct constraint_expr *rhsp; local 5179 struct constraint_expr *rhsp; local 5194 struct constraint_expr *rhsp; local 5230 struct constraint_expr *rhsp; local 5361 struct constraint_expr lhsc, *rhsp; local 5390 struct constraint_expr lhs, *rhsp; local 5439 struct constraint_expr *rhsp, *lhsp; local 5549 struct constraint_expr *rhsp; local 5590 struct constraint_expr *rhsp; local 6452 struct constraint_expr lhs, *rhsp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa.cc | 1999 tree rhs, *rhsp = gimple_assign_rhs1_ptr (stmt); local 2148 maybe_rewrite_mem_ref_base (rhsp, suitable_for_renaming);
|
| tree-ssa-forwprop.cc | 850 tree *rhsp = gimple_assign_rhs1_ptr (use_stmt); local 851 if (TREE_CODE (*rhsp) == ADDR_EXPR) 852 rhsp = &TREE_OPERAND (*rhsp, 0); 853 while (handled_component_p (*rhsp)) 854 rhsp = &TREE_OPERAND (*rhsp, 0); 855 rhs = *rhsp; 917 *rhsp = new_rhs;
|
| tree-ssa-structalias.cc | 3629 struct constraint_expr *rhsp; local 3632 FOR_EACH_VEC_ELT (tmp, j, rhsp) 3633 results->safe_push (*rhsp); 3698 struct constraint_expr *lhsp, *rhsp; local 3704 FOR_EACH_VEC_ELT (rhsc, j, rhsp) 3705 process_constraint (new_constraint (*lhsp, *rhsp)); 3711 FOR_EACH_VEC_ELT (rhsc, i, rhsp) 3712 process_constraint (new_constraint (tmp, *rhsp)); 3724 struct constraint_expr *lhsp, *rhsp; local 3732 rhsp = &rhsc[0] 4464 struct constraint_expr *rhsp; local 4760 struct constraint_expr lhs, *rhsp; local 5031 struct constraint_expr *rhsp; local 5045 struct constraint_expr *rhsp; local 5147 struct constraint_expr *rhsp; local 5162 struct constraint_expr *rhsp; local 5204 struct constraint_expr *rhsp; local 5334 struct constraint_expr lhsc, *rhsp; local 5363 struct constraint_expr lhs, *rhsp; local 5412 struct constraint_expr *rhsp, *lhsp; local 5522 struct constraint_expr *rhsp; local 5563 struct constraint_expr *rhsp; local 6426 struct constraint_expr lhs, *rhsp; local [all...] |