Searched refs:UseAA (Results 1 – 4 of 4) sorted by relevance
52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),467 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
53 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable621 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
732 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local734 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
26136 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local26142 UseAA = false; in mayAlias()26145 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && Size0 && in mayAlias()