Searched refs:current_use_stmt (Results 1 – 1 of 1) sorted by relevance
289 gimple *current_use_stmt = USE_STMT (use); in propagate_bias_p() local291 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()