Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1316 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1320 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1325 MaxVFWithoutSLForwardIssues = (VF >> 1); in couldPreventStoreLoadForward()
1330 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1337 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1338 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()
1340 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()