Lines Matching refs:MaxSafeDepDistBytes
970 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()
971 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()
987 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
990 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1180 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1202 MaxSafeDepDistBytes = in isDependent()
1203 Distance < MaxSafeDepDistBytes ? Distance : MaxSafeDepDistBytes; in isDependent()
1212 << MaxSafeDepDistBytes / (TypeByteSize * Stride) << '\n'); in isDependent()
1221 MaxSafeDepDistBytes = -1U; in areDepsSafe()
1548 MaxSafeDepDistBytes = DepChecker.getMaxSafeDepDistBytes(); in analyzeLoop()
1755 MaxSafeDepDistBytes(-1U), CanVecMem(false), in LoopAccessInfo()