Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc289 gimple *current_use_stmt = USE_STMT (use); in propagate_bias_p() local
291 if (is_gimple_assign (current_use_stmt) in propagate_bias_p()
292 && TREE_CODE (gimple_assign_lhs (current_use_stmt)) == SSA_NAME) in propagate_bias_p()
294 if (single_use_stmt != NULL && single_use_stmt != current_use_stmt) in propagate_bias_p()
296 single_use_stmt = current_use_stmt; in propagate_bias_p()