Lines Matching refs:MaxSafeDepDistBytes
646 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()
647 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()
663 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
666 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
780 2*TypeByteSize > MaxSafeDepDistBytes || in isDependent()
788 MaxSafeDepDistBytes = Distance < MaxSafeDepDistBytes ? in isDependent()
789 Distance : MaxSafeDepDistBytes; in isDependent()
797 " with max VF = " << MaxSafeDepDistBytes / TypeByteSize << '\n'); in isDependent()
806 MaxSafeDepDistBytes = -1U; in areDepsSafe()
1147 MaxSafeDepDistBytes = DepChecker.getMaxSafeDepDistBytes(); in analyzeLoop()
1309 MaxSafeDepDistBytes(-1U), CanVecMem(false), in LoopAccessInfo()