Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h80 /// have distance smaller than \p MaxDistance in the dimension associated with
82 /// MaxDistance and std::nullopt if unsure.
84 unsigned MaxDistance, const Loop &L,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp216 unsigned MaxDistance, const Loop &L, in hasTemporalReuse() argument
259 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1000 static constexpr SourceLocation::IntTy MaxDistance = 50; in updateConsecutiveMacroArgTokens() local
1003 return Distance <= MaxDistance; in updateConsecutiveMacroArgTokens()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1470 size_t MaxDistance) { in getInlineErrorInfo() argument
1542 for (size_t I = Max<size_t>(MinDistance, 1); I != MaxDistance; ++I) in getInlineErrorInfo()