Home
last modified time | relevance | path

Searched refs:compare_nonzero_chars (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c252 compare_nonzero_chars (strinfo *si, unsigned HOST_WIDE_INT off) in compare_nonzero_chars() function
265 compare_nonzero_chars (strinfo *si, unsigned HOST_WIDE_INT off, in compare_nonzero_chars() function
373 if (si && compare_nonzero_chars (si, rel_off, rvals) >= 0)
517 if (compare_nonzero_chars (si, offset) >= 0)
1352 if (compare_nonzero_chars (basesi, off) < 0 in get_stridx_plus_constant()
5001 else if (si == NULL || compare_nonzero_chars (si, offset, rvals) < 0) in handle_store()
5072 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
5076 store_before_nul[1] = compare_nonzero_chars (si, endoff, rvals); in handle_store()
5080 store_before_nul[0] = compare_nonzero_chars (si, offset, rvals); in handle_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc325 compare_nonzero_chars (strinfo *si, unsigned HOST_WIDE_INT off) in compare_nonzero_chars() function
338 compare_nonzero_chars (strinfo *si, gimple *stmt, in compare_nonzero_chars() function
447 if (si && compare_nonzero_chars (si, stmt, rel_off, rvals) >= 0) in get_addr_stridx()
592 if (compare_nonzero_chars (si, offset) >= 0) in get_stridx()
1488 if (compare_nonzero_chars (basesi, off) < 0 in get_stridx_plus_constant()
4949 || compare_nonzero_chars (si, stmt, offset, rvals) < 0) in handle_store()
5025 = compare_nonzero_chars (si, stmt, offset, rvals); in handle_store()
5030 = compare_nonzero_chars (si, stmt, endoff, rvals); in handle_store()
5035 = compare_nonzero_chars (si, stmt, offset, rvals); in handle_store()
H A DChangeLog-201725598 (compare_nonzero_chars, zero_length_string_p): New functions.
25600 Use compare_nonzero_chars.
25601 (get_stridx): Update accordingly. Use compare_nonzero_chars.
25608 Use compare_nonzero_chars and zero_string_p. Treat nonzero_chars
H A DChangeLog-20198609 * tree-ssa-strlen.c (compare_nonzero_chars): Return -1 also when
10116 (compare_nonzero_chars): Add an overload.
H A DChangeLog-20215730 * tree-ssa-strlen.c (compare_nonzero_chars): Pass statement
H A DChangeLog-202011499 (compare_nonzero_chars): Same.