Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 1 of 1) sorted by relevance
1335 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local1339 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()1344 MaxVFWithoutSLForwardIssues = (VF >> 1); in couldPreventStoreLoadForward()1349 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()1356 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()1357 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()1359 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()