Lines Matching refs:getAccessInstruction
726 auto MAI = MemAccInst(getAccessInstruction()); in computeBoundsOnAccessRelation()
846 if (getAccessInstruction() && isa<MemIntrinsic>(getAccessInstruction())) { in buildAccessRelation()
1147 Instruction *AccessInst = Access->getAccessInstruction(); in addAccess()
1314 bool Found = PHIWrites.erase(cast<PHINode>(MA->getAccessInstruction())); in removeAccessData()
1319 bool Found = PHIReads.erase(cast<PHINode>(MA->getAccessInstruction())); in removeAccessData()
1333 return Acc->getAccessInstruction() == MA->getAccessInstruction(); in removeMemoryAccess()
1343 InstructionToAccess.erase(MA->getAccessInstruction()); in removeMemoryAccess()
1356 auto It = InstructionToAccess.find(MA->getAccessInstruction()); in removeSingleMemoryAccess()
1360 InstructionToAccess.erase(MA->getAccessInstruction()); in removeSingleMemoryAccess()
1827 if (MA->getAccessInstruction() == Val) in lookupInvariantEquivClass()
2513 PHINode *PHI = cast<PHINode>(Access->getAccessInstruction()); in removeAccessData()