Searched refs:UseAA (Results 1 – 5 of 5) sorted by relevance
57 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),194 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA()
52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),553 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
55 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable689 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
745 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local747 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
28371 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local28377 UseAA = false; in mayAlias()28380 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in mayAlias()