Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h328 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1300 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker
1535 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent()
1634 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()