Lines Matching defs:AAQIP
109 SimpleAAQueryInfo AAQIP(*this);
110 return alias(LocA, LocB, AAQIP, nullptr);
153 SimpleAAQueryInfo AAQIP(*this);
154 return getModRefInfoMask(Loc, AAQIP, IgnoreLocals);
188 SimpleAAQueryInfo AAQIP(*this);
189 return getModRefInfo(I, Call2, AAQIP);
606 AAQueryInfo &AAQIP) {
609 return getMemoryEffects(Call, AAQIP).getModRef();
616 return getModRefInfo((const VAArgInst *)I, Loc, AAQIP);
618 return getModRefInfo((const LoadInst *)I, Loc, AAQIP);
620 return getModRefInfo((const StoreInst *)I, Loc, AAQIP);
622 return getModRefInfo((const FenceInst *)I, Loc, AAQIP);
624 return getModRefInfo((const AtomicCmpXchgInst *)I, Loc, AAQIP);
626 return getModRefInfo((const AtomicRMWInst *)I, Loc, AAQIP);
630 return getModRefInfo((const CallBase *)I, Loc, AAQIP);
632 return getModRefInfo((const CatchPadInst *)I, Loc, AAQIP);
634 return getModRefInfo((const CatchReturnInst *)I, Loc, AAQIP);