Home | History | Annotate | Download | only in gcc

Lines Matching refs:DR_GROUP_GAP

365 	result += DR_GROUP_GAP (next_stmt_info);
2773 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
2784 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
2787 /* For the second group, the DR_GROUP_GAP is that before the original group,
2789 DR_GROUP_GAP (group2) = DR_GROUP_GAP (first_vinfo) + group1_size;
2791 /* DR_GROUP_GAP of the first group now has to skip over the second group too. */
2792 DR_GROUP_GAP (first_vinfo) += group2_size;
3279 DR_GROUP_GAP (rest) = 0;
3281 DR_GROUP_GAP (stmt_info) = 0;
4166 || DR_GROUP_GAP (load_info) != 1))
4199 && DR_GROUP_GAP (first_stmt_info) == 0)))
5825 DR_GROUP_GAP (first_element) = DR_GROUP_GAP (orig);
5838 DR_GROUP_GAP (elt) = DR_GROUP_GAP (orig);