Home
last modified time | relevance | path

Searched defs:getInstructionsForAccess (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h674 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2324 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool IsWrite) const { in getInstructionsForAccess() function in MemoryDepChecker