Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp644 unsigned MaxVFWithoutSLForwardIssues = in couldPreventStoreLoadForward() local
646 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()