Lines Matching refs:getModRefInfo
134 ModRefInfo AAResults::getModRefInfo(Instruction *I, const CallBase *Call2) { in getModRefInfo() function in AAResults
138 return getModRefInfo(Call1, Call2); in getModRefInfo()
148 ModRefInfo MR = getModRefInfo(Call2, DefLoc); in getModRefInfo()
155 ModRefInfo AAResults::getModRefInfo(const CallBase *Call, in getModRefInfo() function in AAResults
160 Result = intersectModRef(Result, AA->getModRefInfo(Call, Loc)); in getModRefInfo()
216 ModRefInfo AAResults::getModRefInfo(const CallBase *Call1, in getModRefInfo() function in AAResults
221 Result = intersectModRef(Result, AA->getModRefInfo(Call1, Call2)); in getModRefInfo()
281 ModRefInfo ModRefC1 = getModRefInfo(Call1, Call2ArgLoc); in getModRefInfo()
322 ModRefInfo ModRefC2 = getModRefInfo(Call2, Call1ArgLoc); in getModRefInfo()
398 ModRefInfo AAResults::getModRefInfo(const LoadInst *L, in getModRefInfo() function in AAResults
417 ModRefInfo AAResults::getModRefInfo(const StoreInst *S, in getModRefInfo() function in AAResults
444 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo() function in AAResults
452 ModRefInfo AAResults::getModRefInfo(const VAArgInst *V, in getModRefInfo() function in AAResults
475 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad, in getModRefInfo() function in AAResults
488 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() function in AAResults
501 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX, in getModRefInfo() function in AAResults
522 ModRefInfo AAResults::getModRefInfo(const AtomicRMWInst *RMW, in getModRefInfo() function in AAResults
633 if (isModOrRefSet(intersectModRef(getModRefInfo(&*I, Loc), Mode))) in canInstructionRangeModRef()