Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h603 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1431 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker