reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/LoopAccessAnalysis.h
  324   bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);

References

lib/Analysis/LoopAccessAnalysis.cpp
 1524         (couldPreventStoreLoadForward(Val.abs().getZExtValue(), TypeByteSize) ||
 1623       couldPreventStoreLoadForward(Distance, TypeByteSize))