Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h235 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,
422 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
424 return DepChecker.getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp869 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker