Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:srcindex

2228   for (unsigned SrcIndex = 0; SrcIndex < N; ++SrcIndex) {
2229 CaseCluster &CC = Clusters[SrcIndex];
2240 std::memmove(&Clusters[DstIndex++], &Clusters[SrcIndex],
2241 sizeof(Clusters[SrcIndex]));