Searched refs:getInstructionsForAccess (Results 1 – 3 of 3) sorted by relevance
254 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,580 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function582 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
515 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
1713 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() function in MemoryDepChecker