Searched refs:single_ld (Results 1 – 1 of 1) sorted by relevance
1507 data_reference_p single_ld = NULL, single_st = NULL; in find_single_drs() local1538 if (single_ld != NULL) in find_single_drs()1540 single_ld = dr; in find_single_drs()1551 if (!single_ld && !single_st) in find_single_drs()1557 if (single_ld) in find_single_drs()1560 if (TREE_CODE (DR_REF (single_ld)) == COMPONENT_REF in find_single_drs()1561 && DECL_BIT_FIELD (TREE_OPERAND (DR_REF (single_ld), 1))) in find_single_drs()1568 bb_ld = gimple_bb (DR_STMT (single_ld)); in find_single_drs()1588 if (single_ld && single_st) in find_single_drs()1601 *src_dr = single_ld; in find_single_drs()[all …]