Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h381 unsigned getMaxSafeDepDistBytes() { return LAI->getMaxSafeDepDistBytes(); } in getMaxSafeDepDistBytes() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h202 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function
593 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2361 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5628 if (Legal->getMaxSafeDepDistBytes() != -1U) in selectInterleaveCount()