Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 1 of 1) sorted by relevance
968 unsigned MaxVFWithoutSLForwardIssues = in couldPreventStoreLoadForward() local970 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()971 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()973 for (unsigned vf = 2*TypeByteSize; vf <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()976 MaxVFWithoutSLForwardIssues = (vf >>=1); in couldPreventStoreLoadForward()981 if (MaxVFWithoutSLForwardIssues< 2*TypeByteSize) { in couldPreventStoreLoadForward()987 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()988 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()990 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()