Home
last modified time | relevance | path

Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1765 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1769 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1774 MaxVFWithoutSLForwardIssues = (VF >> 1); in couldPreventStoreLoadForward()
1779 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1786 if (MaxVFWithoutSLForwardIssues < MinDepDistBytes && in couldPreventStoreLoadForward()
1787 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()
1789 MinDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()