Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-outof-ssa.c2037 tree_stmt_iterator tsi1, tsi2; in identical_stmt_lists_p() local
2042 for (tsi1 = tsi_start (t1), tsi2 = tsi_start (t2); in identical_stmt_lists_p()
2043 !tsi_end_p (tsi1) && !tsi_end_p (tsi2); in identical_stmt_lists_p()
2044 tsi_next (&tsi1), tsi_next (&tsi2)) in identical_stmt_lists_p()
2046 if (!identical_copies_p (tsi_stmt (tsi1), tsi_stmt (tsi2))) in identical_stmt_lists_p()
2050 if (!tsi_end_p (tsi1) || ! tsi_end_p (tsi2)) in identical_stmt_lists_p()