Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1092 Instruction *DefMemoryInst = MD->getMemoryInst(); in instructionClobbersQuery() local
1093 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()