Searched refs:LaterIntEnd (Results 1 – 1 of 1) sorted by relevance
397 int64_t LaterIntStart = LaterOff, LaterIntEnd = LaterOff + LaterSize; in isPartialOverwrite() local402 if (ILI != IM.end() && ILI->second <= LaterIntEnd) { in isPartialOverwrite()407 LaterIntEnd = std::max(LaterIntEnd, ILI->first); in isPartialOverwrite()416 while (ILI != IM.end() && ILI->second <= LaterIntEnd) { in isPartialOverwrite()418 LaterIntEnd = std::max(LaterIntEnd, ILI->first); in isPartialOverwrite()423 IM[LaterIntEnd] = LaterIntStart; in isPartialOverwrite()