Lines Matching refs:MaxSafeDepDistBytes
1336 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1356 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1359 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1627 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1649 MaxSafeDepDistBytes = in isDependent()
1650 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1657 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1669 MaxSafeDepDistBytes = -1; in areDepsSafe()
2040 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2197 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
2207 if (MaxSafeDepDistBytes != -1ULL) in print()
2208 OS << " with a maximum dependence distance of " << MaxSafeDepDistBytes in print()