Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h245 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,
608 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function
610 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp291 DC.getInstructionsForAccess(Src->PointerValue, Src->IsWritePtr); in tryToCreateDiffCheck()
293 DC.getInstructionsForAccess(Sink->PointerValue, Sink->IsWritePtr); in tryToCreateDiffCheck()
2103 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp510 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()