Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h215 unsigned getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
252 unsigned MaxSafeDepDistBytes; variable
395 unsigned getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
474 unsigned MaxSafeDepDistBytes; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp646 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()
647 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()
663 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
666 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
780 2*TypeByteSize > MaxSafeDepDistBytes || in isDependent()
788 MaxSafeDepDistBytes = Distance < MaxSafeDepDistBytes ? in isDependent()
789 Distance : MaxSafeDepDistBytes; in isDependent()
797 " with max VF = " << MaxSafeDepDistBytes / TypeByteSize << '\n'); in isDependent()
806 MaxSafeDepDistBytes = -1U; in areDepsSafe()
1147 MaxSafeDepDistBytes = DepChecker.getMaxSafeDepDistBytes(); in analyzeLoop()
[all …]