Home
last modified time | relevance | path

Searched refs:in_ssa (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.h53 extern void push_gimplify_context (bool in_ssa = false,
H A Dcgraphunit.c1688 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 Dgimplify.c324 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 Dgimplify.h53 extern void push_gimplify_context (bool in_ssa = false,
H A Dcgraphunit.cc1700 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 Dcgraphunit.c1688 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 Dgimplify.c324 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 Dgimplify.cc331 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 DChangeLog-20125089 (init_lowered_empty_function): Make non-static. New parameter in_ssa.