Searched refs:DefMemoryInst (Results 1 – 1 of 1) sorted by relevance
1092 Instruction *DefMemoryInst = MD->getMemoryInst(); in instructionClobbersQuery() local1093 assert(DefMemoryInst && "Defining instruction not actually an instruction"); in instructionClobbersQuery()1096 return AA->getModRefInfo(DefMemoryInst, Loc) & MRI_Mod; in instructionClobbersQuery()1099 if (ImmutableCallSite(DefMemoryInst)) in instructionClobbersQuery()1101 ModRefInfo I = AA->getModRefInfo(DefMemoryInst, ImmutableCallSite(Q.Inst)); in instructionClobbersQuery()