Lines Matching refs:AA
102 AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();
226 if (AA->getModRefInfo(CS, Loc) != MRI_NoModRef)
235 switch (AA->getModRefInfo(CS, InstCS)) {
525 if (AA->isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc))
573 AliasResult R = AA->alias(LoadLoc, MemLoc);
617 if (AA->pointsToConstantMemory(LoadLoc))
654 if (AA->getModRefInfo(SI, MemLoc) == MRI_NoModRef)
662 AliasResult R = AA->alias(StoreLoc, MemLoc);
684 if (AccessPtr == Inst || AA->isMustAlias(Inst, AccessPtr))
689 if (AA->alias(Inst, AccessPtr) != NoAlias)
702 ModRefInfo MR = AA->getModRefInfo(Inst, MemLoc);
705 MR = AA->callCapturesBefore(Inst, MemLoc, DT, &OBB);
774 bool isReadOnly = AA->onlyReadsMemory(QueryCS);
857 bool isReadonlyCall = AA->onlyReadsMemory(QueryCS);
1132 // aa tags are consistent with the current query.