Lines Matching refs:Delta
25 int64_t Delta;
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {}
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) {
31 return LHS.Delta < Delta;
146 if (Pos != End && Pos->Delta == LineDelta)
168 const int64_t FirstDelta = DeltaInfos[I].Delta;
172 auto LineRange = DeltaInfos[J].Delta - FirstDelta;
183 MinLineDelta = DeltaInfos[BestIndex].Delta;
184 MaxLineDelta = DeltaInfos[BestEndIndex].Delta;