Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UseAA

8014   bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA :
8015 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();
8019 UseAA = false;
8021 if (UseAA && LD->isUnindexed()) {
9599 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA :
9600 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();
9604 UseAA = false;
9606 if (UseAA && ST->isUnindexed()) {
11548 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 ? CombinerGlobalAA :
11549 TLI.getTargetMachine().getSubtarget<TargetSubtargetInfo>().useAA();
11553 UseAA = false;
11555 if (UseAA &&