Searched refs:gimple_call_alloc_size (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.h | 138 tree gimple_call_alloc_size (gimple *, wide_int[2] = NULL,
|
H A D | builtins.c | 3718 gimple_call_alloc_size (gimple *stmt, wide_int rng1[2] /* = NULL */, in gimple_call_alloc_size() function 3886 if (tree size = gimple_call_alloc_size (stmt)) in compute_objsize()
|
H A D | tree-ssa-strlen.c | 2021 destsize = gimple_call_alloc_size (si->alloc, rng, rvals);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pointer-query.h | 258 extern tree gimple_call_alloc_size (gimple *, wide_int[2] = nullptr,
|
H A D | pointer-query.cc | 447 gimple_call_alloc_size (gimple *stmt, wide_int rng1[2] /* = NULL */, in gimple_call_alloc_size() function 2025 if (gimple_call_alloc_size (stmt, wr, rvals)) in handle_ssa_name()
|
H A D | tree-ssa-strlen.cc | 3238 dstsize = gimple_call_alloc_size (def_stmt); in handle_builtin_stxncpy_strncat()
|
H A D | ChangeLog-2019 | 738 (gimple_call_alloc_size): Add arguments. 746 * builtins.h (gimple_call_alloc_size): Add arguments. 1019 * builtins.c (gimple_call_alloc_size): Convert size to sizetype 1754 * builtins.c (gimple_call_alloc_size): New function. 1755 (compute_objsize): Add argument. Call gimple_call_alloc_size. 1757 * builtins.h (gimple_call_alloc_size): Declare.
|
H A D | ChangeLog-2021 | 8529 (gimple_call_alloc_size): Same. 8539 (gimple_call_alloc_size): Add an argument. 18577 (gimple_call_alloc_size): Move to tree.c. 18602 (gimple_call_alloc_size): Same. 31083 * builtins.c (gimple_call_alloc_size): Fail gracefully when argument
|
H A D | ChangeLog-2020 | 9595 (gimple_call_alloc_size): Call get_size_range instead of get_range. 11479 (gimple_call_alloc_size): Same. 11481 (gimple_call_alloc_size): Replace vr_values with range_query. 12759 (gimple_call_alloc_size): Set range even on failure.
|