Home | History | Annotate | Download | only in Analysis

Lines Matching defs:AA

184       if (AA.getModRefInfo(CS, Loc) != MRI_NoModRef)
194 switch (AA.getModRefInfo(CS, InstCS)) {
489 if (AA.isMustAlias(MemoryLocation(II->getArgOperand(1)), MemLoc))
530 AliasResult R = AA.alias(LoadLoc, MemLoc);
574 if (AA.pointsToConstantMemory(LoadLoc))
605 if (AA.getModRefInfo(SI, MemLoc) == MRI_NoModRef)
613 AliasResult R = AA.alias(StoreLoc, MemLoc);
632 if (AccessPtr == Inst || AA.isMustAlias(Inst, AccessPtr))
649 ModRefInfo MR = AA.getModRefInfo(Inst, MemLoc);
652 MR = AA.callCapturesBefore(Inst, MemLoc, &DT, &OBB);
719 bool isReadOnly = AA.onlyReadsMemory(QueryCS);
788 bool isReadonlyCall = AA.onlyReadsMemory(QueryCS);
1056 // aa tags are consistent with the current query.
1666 auto &AA = AM.getResult<AAManager>(F);
1670 return MemoryDependenceResults(AA, AC, TLI, DT);
1702 auto &AA = getAnalysis<AAResultsWrapperPass>().getAAResults();
1706 MemDep.emplace(AA, AC, TLI, DT);