Searched refs:copyRanges (Results 1 – 2 of 2) sorted by relevance
185 } copyRanges[] = in iterate() local193 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(copyRanges) && isOk; ndx++) in iterate()195 int srcOffset = copyRanges[ndx].srcOffset; in iterate()196 int dstOffset = copyRanges[ndx].dstOffset; in iterate()197 int copySize = copyRanges[ndx].copySize; in iterate()
82 copyRanges(); in apply()211 void copyRanges() { in copyRanges() function in llvm::LoopSplit