Searched refs:MaxDistance (Results 1 – 6 of 6) sorted by relevance
81 unsigned MaxDistance, const Loop &L,
80 unsigned MaxDistance, const Loop &L,
197 unsigned MaxDistance, in hasTemporalReuse() argument242 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
206 unsigned MaxDistance, in hasTemporalReuse() argument251 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
586 unsigned MaxDistance = in findNearbyIdentifier() local595 WordLine + 1 <= MaxDistance / 2 ? 1 : WordLine + 1 - MaxDistance / 2; in findNearbyIdentifier()596 unsigned LineMax = WordLine + 1 + MaxDistance; in findNearbyIdentifier()
1274 size_t MaxDistance) { in getInlineErrorInfo() argument1344 for (size_t I = Max<size_t>(MinDistance, 1); I != MaxDistance; ++I) in getInlineErrorInfo()