Home
last modified time | relevance | path

Searched defs:getMaxSafeDepDistBytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h216 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function
551 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h367 unsigned getMaxSafeDepDistBytes() { return LAI->getMaxSafeDepDistBytes(); } in getMaxSafeDepDistBytes() function