Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DLoopCacheAnalysis.h81 unsigned MaxDistance, const Loop &L,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopCacheAnalysis.h80 unsigned MaxDistance, const Loop &L,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp197 unsigned MaxDistance, in hasTemporalReuse() argument
242 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp206 unsigned MaxDistance, in hasTemporalReuse() argument
251 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp586 unsigned MaxDistance = in findNearbyIdentifier() local
595 WordLine + 1 <= MaxDistance / 2 ? 1 : WordLine + 1 - MaxDistance / 2; in findNearbyIdentifier()
596 unsigned LineMax = WordLine + 1 + MaxDistance; in findNearbyIdentifier()
/external/scudo/standalone/
Dcombined.h1274 size_t MaxDistance) { in getInlineErrorInfo() argument
1344 for (size_t I = Max<size_t>(MinDistance, 1); I != MaxDistance; ++I) in getInlineErrorInfo()