Home
last modified time | relevance | path

Searched refs:expand_call_inline (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree-inline.c114 static tree expand_call_inline PARAMS ((tree *, int *, void *));
1070 expand_call_inline (tp, walk_subtrees, data) in expand_call_inline() function
1115 walk_tree (&TREE_OPERAND (*tp, i), expand_call_inline, data,
1135 walk_tree (&EXPR_WFL_NODE (t), expand_call_inline, data,
1435 walk_tree (tp, expand_call_inline, id, id->tree_pruner);
H A DChangeLog101 * tree-inline.c (expand_call_inline): Do not warn for functions
3813 * tree-inline.c (expand_call_inline): Do not warn about failing to
3886 * tree-inline.c (expand_call_inline): Don't warn about failing to
4536 * tree-inline.c (expand_call_inline): Call push_srcloc when
11363 (expand_call_inline): Call java_inlining_map_static_initializers.
11364 (expand_call_inline): Call java_inlining_merge_static_initializers.
11370 * tree-inline.c (expand_call_inline): Convert retvar to expected
15738 (expand_call_inline): Handle Java trees.
H A DChangeLog.62688 * tree-inline.c (expand_call_inline): ... here.
2850 * tree-inline.c (expand_call_inline): Call them.
3119 * tree-inline.c (expand_call_inline): Move DECL_INITIAL sanity
9324 (expand_call_inline, expand_calls_inline): Likewise.
H A DChangeLog.71385 * tree-inline.c (expand_call_inline): Don' mess with _DECL
4266 * tree-inline.c (expand_call_inline): Make the statement
10990 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
/openbsd/gnu/gcc/gcc/
H A Dtree-inline.c1917 expand_call_inline (basic_block bb, tree stmt, tree *tp, void *data) in expand_call_inline() function
2206 if (expand_call_inline (bb, stmt, expr_p, id)) in gimple_expand_calls_inline()
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-2001794 (expand_call_inline, expand_calls_inline): Likewise.
2192 (expand_call_inline, expand_calls_inline): Use it when calling
2433 * optimize.c (expand_call_inline): Only add newly inlined statements
2563 (expand_call_inline): Keep track of how much inlining we've done.
2958 (expand_call_inline): Add fn to inlined_fns if necessary.
2985 * optimize.c (expand_call_inline): Don't walk subtrees of type
H A DChangeLog-1999216 (expand_call_inline): Don't update scope_stmt.
251 * optimize.c (expand_call_inline): Likewise.
283 * optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the
328 (expand_call_inline): Expand calls into the parameter
402 * optimize.c (expand_call_inline): Wrap the expanded call in an
416 (expand_call_inline): Handle SCOPE_STMTs and TARGET_EXPRs
H A DChangeLog-20002185 (expand_call_inline): Likewise.
3088 * optimize.c (expand_call_inline): Don't recurse into the code
4185 (expand_call_inline): Update the pending target_exprs stack.
5918 * optimize.c (expand_call_inline): Emit the return label before
5926 (expand_call_inline): Use push_srcloc and pop_srcloc.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog6771 (expand_call_inline, expand_calls_inline): Likewise.
8169 (expand_call_inline, expand_calls_inline): Use it when calling
8410 * optimize.c (expand_call_inline): Only add newly inlined statements
8540 (expand_call_inline): Keep track of how much inlining we've done.
8935 (expand_call_inline): Add fn to inlined_fns if necessary.
8962 * optimize.c (expand_call_inline): Don't walk subtrees of type
12057 (expand_call_inline): Likewise.
12960 * optimize.c (expand_call_inline): Don't recurse into the code
14057 (expand_call_inline): Update the pending target_exprs stack.
15790 * optimize.c (expand_call_inline): Emit the return label before
[all …]
H A DChangeLog.2216 (expand_call_inline): Don't update scope_stmt.
251 * optimize.c (expand_call_inline): Likewise.
283 * optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the
328 (expand_call_inline): Expand calls into the parameter
402 * optimize.c (expand_call_inline): Wrap the expanded call in an
416 (expand_call_inline): Handle SCOPE_STMTs and TARGET_EXPRs
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog443 (expand_call_inline): Call java_inlining_map_static_initializers.
444 (expand_call_inline): Call java_inlining_merge_static_initializers.