Searched refs:getInstructionsForAccess (Results 1 – 3 of 3) sorted by relevance
272 getInstructionsForAccess(Value *Ptr, bool isWrite) const;725 SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr, in getInstructionsForAccess() function727 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
506 LAI.getInstructionsForAccess(Ptr, RtPtrCheck->Pointers[I].IsWritePtr); in computePartitionSetForPointers()
412 DC.getInstructionsForAccess(Src->PointerValue, Src->IsWritePtr); in tryToCreateDiffCheck()414 DC.getInstructionsForAccess(Sink->PointerValue, Sink->IsWritePtr); in tryToCreateDiffCheck()2386 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool IsWrite) const { in getInstructionsForAccess() function in MemoryDepChecker