Searched refs:UseAA (Results 1 – 6 of 6) sorted by relevance
31 ; CHECK-UseAA-LABEL: @test_GEP_CSE(36 ; CHECK-UseAA: bitcast37 ; CHECK-UseAA: if.then:39 ; CHECK-UseAA: bitcast70 ; CHECK-UseAA-LABEL: test_GEP_across_BB(71 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = getelementptr72 ; CHECK-UseAA: getelementptr i8, i8* [[PTR0]], i64 52874 ; CHECK-UseAA: if.true:76 ; CHECK-UseAA: exit:94 ; CHECK-UseAA-LABEL: @test-struct_1([all …]
53 ; CHECK-UseAA-LABEL: @test_GEP_CSE(58 ; CHECK-UseAA: bitcast59 ; CHECK-UseAA: if.then:61 ; CHECK-UseAA: bitcast107 ; CHECK-UseAA-LABEL: test_GEP_across_BB(108 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = getelementptr109 ; CHECK-UseAA: getelementptr i8, i8* [[PTR0]], i64 528111 ; CHECK-UseAA: if.true:113 ; CHECK-UseAA: exit:135 ; CHECK-UseAA-LABEL: @test-struct_1([all …]
52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),412 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
53 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable596 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
726 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local728 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
24684 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local24690 UseAA = false; in mayAlias()24693 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && Size0 && in mayAlias()