Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:AA

66     CombinerAAOnlyFunc("combiner-aa-only-func", cl::Hidden,
110 // AA - Used for DAG load/store alias analysis.
111 AliasAnalysis &AA;
353 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {
11565 AA.alias(AliasAnalysis::Location(Op0->getMemOperand()->getValue(),
11742 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis &AA,
11746 DAGCombiner(*this, AA, OptLevel).Run(Level);