Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:AA

86     // AA - Used for DAG load/store alias analysis.
87 AliasAnalysis &AA;
319 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
9936 AA.alias(AliasAnalysis::Location(SrcValue1, Overlap1, TBAAInfo1),
10107 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis &AA,
10111 DAGCombiner(*this, AA, OptLevel).Run(Level);