Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2277 if (MinDistanceNeeded > MinDepDistBytes) { in isDependent()
2283 MinDepDistBytes = in isDependent()
2284 std::min(static_cast<uint64_t>(MinDistance), MinDepDistBytes); in isDependent()
2291 uint64_t MaxVF = MinDepDistBytes / MaxStride; in isDependent()
2315 MinDepDistBytes = -1; in areDepsSafe()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h317 uint64_t MinDepDistBytes = 0; variable