Searched refs:UseAA (Results 1 – 5 of 5) sorted by relevance
61 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),199 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA()
51 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),506 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
54 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable653 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
743 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local745 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
27967 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local27973 UseAA = false; in mayAlias()27976 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && Size0 && in mayAlias()