Searched refs:UseAA (Results 1 – 6 of 6) sorted by relevance
25 static cl::opt<bool> UseAA("loongarch-use-aa", cl::init(true),32 bool LoongArchSubtarget::useAA() const { return UseAA; } in useAA()
56 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),210 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA()
52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),619 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
46 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable362 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
761 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local763 if (UseAA && AA) in buildSchedGraph()
29499 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local29505 UseAA = false; in mayAlias()29508 if (UseAA && BatchAA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in mayAlias()