Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c5193 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5198 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5201 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5206 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5207 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5218 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5237 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5243 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.cc5700 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5705 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5708 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5713 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5714 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5725 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5744 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5751 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()