Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h340 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1758 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker
2049 (!HasSameSize || couldPreventStoreLoadForward(Val.abs().getZExtValue(), in isDependent()
2148 couldPreventStoreLoadForward(Distance, TypeByteSize)) { in isDependent()