Home
last modified time | relevance | path

Searched refs:MaxDistance (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h83 unsigned MaxDistance, const Loop &L,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp215 unsigned MaxDistance, in hasTemporalReuse() argument
260 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp687 unsigned MaxDistance = in findNearbyIdentifier() local
696 WordLine + 1 <= MaxDistance / 2 ? 1 : WordLine + 1 - MaxDistance / 2; in findNearbyIdentifier()
697 unsigned LineMax = WordLine + 1 + MaxDistance; in findNearbyIdentifier()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1283 size_t MaxDistance) { in getInlineErrorInfo() argument
1353 for (size_t I = Max<size_t>(MinDistance, 1); I != MaxDistance; ++I) in getInlineErrorInfo()