Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-stmts.cc6626 scan_operand_equal_p (tree ref1, tree ref2) in scan_operand_equal_p() function
7078 if (scan_operand_equal_p (gimple_assign_lhs (stmt1), in check_scan_store()
7085 if (!scan_operand_equal_p (gimple_assign_lhs (stmt1), in check_scan_store()
7091 && !scan_operand_equal_p (gimple_assign_lhs (stmt2), in check_scan_store()
DChangeLog-201923131 * tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF
24240 * tree-vect-stmts.c (scan_operand_equal_p): If offset1 == offset2,
25297 (scan_operand_equal_p, check_scan_store, vectorizable_scan_store): New