Searched refs:in_ssa (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.h | 53 extern void push_gimplify_context (bool in_ssa = false,
|
H A D | cgraphunit.c | 1688 init_lowered_empty_function (tree decl, bool in_ssa, profile_count count) in init_lowered_empty_function() argument 1699 if (in_ssa) in init_lowered_empty_function()
|
H A D | gimplify.c | 324 push_gimplify_context (bool in_ssa, bool rhs_cond_ok) in push_gimplify_context() argument 330 gimplify_ctxp->into_ssa = in_ssa; in push_gimplify_context()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.h | 53 extern void push_gimplify_context (bool in_ssa = false,
|
H A D | cgraphunit.cc | 1700 init_lowered_empty_function (tree decl, bool in_ssa, profile_count count) in init_lowered_empty_function() argument 1711 if (in_ssa) in init_lowered_empty_function()
|
H A D | cgraphunit.c | 1688 init_lowered_empty_function (tree decl, bool in_ssa, profile_count count) in init_lowered_empty_function() argument 1699 if (in_ssa) in init_lowered_empty_function()
|
H A D | gimplify.c | 324 push_gimplify_context (bool in_ssa, bool rhs_cond_ok) in push_gimplify_context() argument 330 gimplify_ctxp->into_ssa = in_ssa; in push_gimplify_context()
|
H A D | gimplify.cc | 331 push_gimplify_context (bool in_ssa, bool rhs_cond_ok) in push_gimplify_context() argument 337 gimplify_ctxp->into_ssa = in_ssa; in push_gimplify_context()
|
H A D | ChangeLog-2012 | 5089 (init_lowered_empty_function): Make non-static. New parameter in_ssa.
|