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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 113 tree to_context; member in struct:replace_decls_d
7047 /* Replaces *TP with a duplicate (belonging to function TO_CONTEXT).
7052 tree to_context)
7055 struct function *f = DECL_STRUCT_FUNCTION (to_context);
7057 if (DECL_CONTEXT (t) == to_context)
7075 DECL_CONTEXT (new_t) = to_context;
7086 /* Creates an ssa name in TO_CONTEXT equivalent to NAME.
7091 tree to_context)
7105 replace_by_duplicate_decl (&decl, vars_map, to_context);
7106 new_name = make_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context),
7130 tree to_context; member in struct:move_stmt_d
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 113 tree to_context; member in struct:replace_decls_d
6868 /* Replaces *TP with a duplicate (belonging to function TO_CONTEXT).
6873 tree to_context)
6876 struct function *f = DECL_STRUCT_FUNCTION (to_context);
6878 if (DECL_CONTEXT (t) == to_context)
6896 DECL_CONTEXT (new_t) = to_context;
6907 /* Creates an ssa name in TO_CONTEXT equivalent to NAME.
6912 tree to_context)
6926 replace_by_duplicate_decl (&decl, vars_map, to_context);
6927 new_name = make_ssa_name_fn (DECL_STRUCT_FUNCTION (to_context),
6951 tree to_context; member in struct:move_stmt_d
    [all...]

Completed in 122 milliseconds