Lines Matching refs:getModRefInfo
115 ModRefInfo AAResults::getModRefInfo(Instruction *I, ImmutableCallSite Call) { in getModRefInfo() function in AAResults
119 return getModRefInfo(Call, CS); in getModRefInfo()
126 if (getModRefInfo(Call, DefLoc) != MRI_NoModRef) in getModRefInfo()
132 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS, in getModRefInfo() function in AAResults
137 Result = ModRefInfo(Result & AA->getModRefInfo(CS, Loc)); in getModRefInfo()
147 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS1, in getModRefInfo() function in AAResults
152 Result = ModRefInfo(Result & AA->getModRefInfo(CS1, CS2)); in getModRefInfo()
194 ModRefInfo AAResults::getModRefInfo(const LoadInst *L, in getModRefInfo() function in AAResults
209 ModRefInfo AAResults::getModRefInfo(const StoreInst *S, in getModRefInfo() function in AAResults
231 ModRefInfo AAResults::getModRefInfo(const VAArgInst *V, in getModRefInfo() function in AAResults
250 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad, in getModRefInfo() function in AAResults
263 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() function in AAResults
276 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, in getModRefInfo() function in AAResults
289 ModRefInfo AAResults::getModRefInfo(const AtomicRMWInst *RMW, in getModRefInfo() function in AAResults
385 if (getModRefInfo(&*I, Loc) & Mode) in canInstructionRangeModRef()