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

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h290 bool couldPreventStoreLoadForward(unsigned Distance, unsigned TypeByteSize);
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp631 bool MemoryDepChecker::couldPreventStoreLoadForward(unsigned Distance, function in class:MemoryDepChecker
743 (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) ||
793 couldPreventStoreLoadForward(Distance, TypeByteSize))

Completed in 171 milliseconds