Lines Matching defs:getModRefInfo
80 AliasAnalysis::getModRefInfo(ImmutableCallSite CS,
122 return ModRefResult(AA->getModRefInfo(CS, Loc) & Mask);
126 AliasAnalysis::getModRefInfo(ImmutableCallSite CS1, ImmutableCallSite CS2) {
160 R = ModRefResult((R | getModRefInfo(CS1, CS2Loc)) & Mask);
180 if (getModRefInfo(CS2, CS1Loc) != NoModRef) {
195 return ModRefResult(AA->getModRefInfo(CS1, CS2) & Mask);
288 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) {
303 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) {
323 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) {
339 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) {
352 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) {
516 if (getModRefInfo(I, Loc) & Mod)