Lines Matching refs:MaxSafeDepDistBytes
1295 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1315 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1318 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1585 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1607 MaxSafeDepDistBytes = in isDependent()
1608 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1615 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1627 MaxSafeDepDistBytes = -1; in areDepsSafe()
1974 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2289 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
2298 if (MaxSafeDepDistBytes != -1ULL) in print()
2299 OS << " with a maximum dependence distance of " << MaxSafeDepDistBytes in print()