Searched refs:merged (Results 1 – 7 of 7) sorted by relevance
498 const RegType& merged = ref_type_1.Merge(ref_type_0, &cache_new); in TEST_F() local499 EXPECT_TRUE(merged.IsUnresolvedMergedReference()); in TEST_F()500 RegType& merged_nonconst = const_cast<RegType&>(merged); in TEST_F()521 const RegType& merged = float_type.Merge(precise_cst, &cache_new); in TEST_F() local522 EXPECT_TRUE(merged.IsFloat()); in TEST_F()526 const RegType& merged = precise_cst.Merge(float_type, &cache_new); in TEST_F() local527 EXPECT_TRUE(merged.IsFloat()); in TEST_F()531 const RegType& merged = float_type.Merge(imprecise_cst, &cache_new); in TEST_F() local532 EXPECT_TRUE(merged.IsFloat()); in TEST_F()536 const RegType& merged = imprecise_cst.Merge(float_type, &cache_new); in TEST_F() local[all …]
36 # rules set any reference merged with Object to Object. This is wrong in the case of the40 # merged initialized and uninitialized.
5 # Make sure that non-merged types still work.
25 # At this point, an initialized and an uninitialized reference are merged. However, the
178 bool merged = MergeIntoShifterOperand(user, bitfield_op); in TryMergeIntoUsersShifterOperand() local179 DCHECK(merged); in TryMergeIntoUsersShifterOperand()
19 # Check that blocks only havig nops are not merged when they are loop headers.
186 # Merge block. Make complex so it does not get merged with the live branch.