Lines Matching defs:AAQIP
107 SimpleAAQueryInfo AAQIP(*this);
108 return alias(LocA, LocB, AAQIP, nullptr);
151 SimpleAAQueryInfo AAQIP(*this);
152 return getModRefInfoMask(Loc, AAQIP, IgnoreLocals);
186 SimpleAAQueryInfo AAQIP(*this);
187 return getModRefInfo(I, Call2, AAQIP);
568 AAQueryInfo &AAQIP) {
571 return getMemoryEffects(Call, AAQIP).getModRef();
578 return getModRefInfo((const VAArgInst *)I, Loc, AAQIP);
580 return getModRefInfo((const LoadInst *)I, Loc, AAQIP);
582 return getModRefInfo((const StoreInst *)I, Loc, AAQIP);
584 return getModRefInfo((const FenceInst *)I, Loc, AAQIP);
586 return getModRefInfo((const AtomicCmpXchgInst *)I, Loc, AAQIP);
588 return getModRefInfo((const AtomicRMWInst *)I, Loc, AAQIP);
592 return getModRefInfo((const CallBase *)I, Loc, AAQIP);
594 return getModRefInfo((const CatchPadInst *)I, Loc, AAQIP);
596 return getModRefInfo((const CatchReturnInst *)I, Loc, AAQIP);