Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h258 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,
565 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
567 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp514 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1723 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker