Searched defs:getInstructionsForAccess (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | LoopAccessAnalysis.h | 621 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, getInstructionsForAccess() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | LoopAccessAnalysis.cpp | 2249 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { getInstructionsForAccess() function in MemoryDepChecker |