Home | History | Annotate | Download | only in Analysis

Lines Matching defs:getModRefInfo

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