ΒΆbool isConsecutiveAccess(
llvm::Value* A,
llvm::Value* B,
const llvm::DataLayout& DL,
llvm::ScalarEvolution& SE,
bool CheckType = true)
bool isConsecutiveAccess(
llvm::Value* A,
llvm::Value* B,
const llvm::DataLayout& DL,
llvm::ScalarEvolution& SE,
bool CheckType = true)
Description
Returns true if the memory operations \p A and \p B are consecutive. This is a simple API that does not depend on the analysis pass.
Declared at: llvm/include/llvm/Analysis/LoopAccessAnalysis.h:713
Parameters
- llvm::Value* A
- llvm::Value* B
- const llvm::DataLayout& DL
- llvm::ScalarEvolution& SE
- bool CheckType = true