Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h264 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,
570 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
572 return DepChecker.getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp446 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1282 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker