Home | History | Annotate | Download | only in Scalar

Lines Matching defs:AA

343       expressionNumbering(Arg.expressionNumbering), AA(Arg.AA), MD(Arg.MD),
348 AA(std::move(Arg.AA)), MD(std::move(Arg.MD)), DT(std::move(Arg.DT)),
358 if (AA->doesNotAccessMemory(C)) {
364 } else if (AA->onlyReadsMemory(C)) {
589 // be less effective! We should fix memdep and basic-aa to not exhibit this
594 auto &AA = AM.getResult<AAManager>(F);
596 bool Changed = runImpl(F, AC, DT, TLI, AA, &MemDep);
827 // a must alias. AA must have gotten confused.
842 // anything to the load. In this case, they really don't alias at all, AA
1564 // Transfer the old load's AA tags to the new load.