Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h325 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1278 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward() function in MemoryDepChecker
1513 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) || in isDependent()
1612 couldPreventStoreLoadForward(Distance, TypeByteSize)) in isDependent()