Lines Matching refs:DR_GROUP_GAP
2645 cannot represent in DR_GROUP_GAP or DR_GROUP_SIZE.
2647 simply remove uses of DR_GROUP_GAP between the last and first
2682 DR_GROUP_GAP (stmt_info) = groupsize - 1;
2765 gap in the access, DR_GROUP_GAP is always 1. */
2766 DR_GROUP_GAP (next) = diff;
2800 DR_GROUP_GAP (stmt_info) = groupsize - last_accessed_element;
2819 if (DR_GROUP_GAP (next) != 1)
2822 DR_GROUP_GAP (next) - 1);
2826 if (DR_GROUP_GAP (stmt_info) != 0)
2829 DR_GROUP_GAP (stmt_info));
3394 access_size *= DR_GROUP_SIZE (stmt_vinfo) - DR_GROUP_GAP (stmt_vinfo);
6663 DR_GROUP_GAP is the number of steps in elements from the previous
6664 access (if there is no gap DR_GROUP_GAP is 1). We skip loads that
6667 && gap_count < DR_GROUP_GAP (next_stmt_info))