Searched refs:adjust_last_stmt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc273 void adjust_last_stmt (strinfo *si, gimple *stmt, bool is_strcat);
1795 strlen_pass::adjust_last_stmt (strinfo *si, gimple *stmt, bool is_strcat) function in class:strlen_pass
2551 adjust_last_stmt (olddsi, stmt, false);
2562 adjust_last_stmt (olddsi, stmt, false);
2774 /* Allow adjust_last_stmt to decrease this memcpy's size. */
3365 adjust_last_stmt (olddsi, stmt, false);
3442 adjust_last_stmt (olddsi, stmt, false);
3501 /* Allow adjust_last_stmt to decrease this memcpy's size. */
3749 adjust_last_stmt (dsi, stmt, true);
5122 adjust_last_stmt (s
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c1665 adjust_last_stmt (strinfo *si, gimple *stmt, bool is_strcat) function
2671 adjust_last_stmt (olddsi, stmt, false);
2682 adjust_last_stmt (olddsi, stmt, false);
2894 /* Allow adjust_last_stmt to decrease this memcpy's size. */
3468 adjust_last_stmt (olddsi, stmt, false);
3545 adjust_last_stmt (olddsi, stmt, false);
3604 /* Allow adjust_last_stmt to decrease this memcpy's size. */
3855 adjust_last_stmt (dsi, stmt, true);
5167 adjust_last_stmt (si, stmt, false);
5265 /* For single-byte stores only, allow adjust_last_stmt t
[all...]

Completed in 202 milliseconds