Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h84 unsigned MaxDistance, const Loop &L,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp1001 static constexpr SourceLocation::IntTy MaxDistance = 50; in updateConsecutiveMacroArgTokens() local
1004 return Distance <= MaxDistance; in updateConsecutiveMacroArgTokens()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1333 size_t MaxDistance) { in getInlineErrorInfo() argument
1403 for (size_t I = Max<size_t>(MinDistance, 1); I != MaxDistance; ++I) in getInlineErrorInfo()