Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1639 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1643 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1648 MaxVFWithoutSLForwardIssues = (VF >> 1); in couldPreventStoreLoadForward()
1653 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1660 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1661 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()
1663 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()