Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h231 unsigned getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
287 unsigned MaxSafeDepDistBytes; variable
538 unsigned getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
625 unsigned MaxSafeDepDistBytes; variable
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp970 if(MaxSafeDepDistBytes < MaxVFWithoutSLForwardIssues) in couldPreventStoreLoadForward()
971 MaxVFWithoutSLForwardIssues = MaxSafeDepDistBytes; in couldPreventStoreLoadForward()
987 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
990 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1180 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1202 MaxSafeDepDistBytes = in isDependent()
1203 Distance < MaxSafeDepDistBytes ? Distance : MaxSafeDepDistBytes; in isDependent()
1212 << MaxSafeDepDistBytes / (TypeByteSize * Stride) << '\n'); in isDependent()
1221 MaxSafeDepDistBytes = -1U; in areDepsSafe()
1548 MaxSafeDepDistBytes = DepChecker.getMaxSafeDepDistBytes(); in analyzeLoop()
[all …]