Lines Matching refs:AA
114 AliasAnalysis *AA;
136 void setAliasAnalysis(AliasAnalysis* A) { AA = A; }
137 AliasAnalysis *getAliasAnalysis() const { return AA; }
285 if (AA->doesNotAccessMemory(C)) {
291 } else if (AA->onlyReadsMemory(C)) {
977 // a must alias. AA must have gotten confused.
992 // anything to the load. In this case, they really don't alias at all, AA
1675 // Transfer the old load's AA tags to the new load.