Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getModRefInfo

109 ModRefInfo AAResults::getModRefInfo(Instruction *I, ImmutableCallSite Call) {
113 return getModRefInfo(CS, Call);
120 if (getModRefInfo(Call, DefLoc) != MRI_NoModRef)
126 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS,
131 Result = ModRefInfo(Result & AA->getModRefInfo(CS, Loc));
181 ModRefInfo AAResults::getModRefInfo(ImmutableCallSite CS1,
186 Result = ModRefInfo(Result & AA->getModRefInfo(CS1, CS2));
237 ArgMask = ModRefInfo(ArgMask & getModRefInfo(CS1, CS2ArgLoc));
263 ModRefInfo ArgR = getModRefInfo(CS2, CS1ArgLoc);
312 ModRefInfo AAResults::getModRefInfo(const LoadInst *L,
327 ModRefInfo AAResults::getModRefInfo(const StoreInst *S,
349 ModRefInfo AAResults::getModRefInfo(const VAArgInst *V,
368 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad,
381 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet,
394 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX,
407 ModRefInfo AAResults::getModRefInfo(const AtomicRMWInst *RMW,
503 if (getModRefInfo(&*I, Loc) & Mode)