Home
last modified time | relevance | path

Searched refs:getStoreLoadForwardSafeDistanceInBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h426 return LAI->getDepChecker().getStoreLoadForwardSafeDistanceInBits(); in getMaxStoreLoadForwardSafeDistanceInBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h230 uint64_t getStoreLoadForwardSafeDistanceInBits() const { in getStoreLoadForwardSafeDistanceInBits() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3032 uint64_t SLDist = DC.getStoreLoadForwardSafeDistanceInBits(); in print()