Lines Matching refs:repl
496 tree repl; member
545 tsm.repl = arg; in init_transitive_splits()
635 tree repl = NULL_TREE; in modify_call() local
640 repl = trans_map[j].repl; in modify_call()
643 if (repl) in modify_call()
645 vargs.quick_push (repl); in modify_call()
856 tree repl = create_tmp_var (TREE_TYPE (lhs), "removed_return"); in modify_call() local
857 repl = get_or_create_ssa_default_def (cfun, repl); in modify_call()
858 SSA_NAME_IS_DEFAULT_DEF (repl) = true; in modify_call()
866 SET_USE (use_p, repl); in modify_call()
930 psr.repl = replacement; in register_replacement()
1285 return pbr->repl; in lookup_replacement()
1343 tree repl; in get_replacement_ssa_base() local
1347 repl = copy_var_decl (old_decl, DECL_NAME (old_decl), in get_replacement_ssa_base()
1349 m_removed_decls[*idx] = repl; in get_replacement_ssa_base()
1352 repl = m_removed_decls[*idx]; in get_replacement_ssa_base()
1353 return repl; in get_replacement_ssa_base()
1375 tree repl = get_replacement_ssa_base (decl); in replace_removed_params_ssa_names() local
1376 if (!repl) in replace_removed_params_ssa_names()
1379 tree new_name = make_ssa_name (repl, stmt); in replace_removed_params_ssa_names()
1422 tree repl = pbr->repl; in modify_expression() local
1428 print_generic_expr (dump_file, repl); in modify_expression()
1433 TREE_TYPE (repl))) in modify_expression()
1435 tree vce = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (expr), repl); in modify_expression()
1439 *expr_p = repl; in modify_expression()
1621 != TYPE_MAIN_VARIANT (TREE_TYPE (pbr->repl)))) in modify_call_stmt()
1663 vargs.safe_push (m_replacements[j].repl); in modify_call_stmt()