Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 1 of 1) sorted by relevance
644 unsigned MaxVFWithoutSLForwardIssues = in couldPreventStoreLoadForward() local646 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()647 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()649 for (unsigned vf = 2*TypeByteSize; vf <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()652 MaxVFWithoutSLForwardIssues = (vf >>=1); in couldPreventStoreLoadForward()657 if (MaxVFWithoutSLForwardIssues< 2*TypeByteSize) { in couldPreventStoreLoadForward()663 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()664 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()666 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()