reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/LoopAccessAnalysis.h
  214   uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; }
lib/Analysis/LoopAccessAnalysis.cpp
 1306       VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes);
 1326   if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes &&
 1329     MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues;
 1596   if (MinDistanceNeeded > MaxSafeDepDistBytes) {
 1618   MaxSafeDepDistBytes =
 1619       std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes);
 1626   uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride);
 1638   MaxSafeDepDistBytes = -1;