Searched refs:TryMerge (Results 1 – 8 of 8) sorted by relevance
208 CHECK(lab2.TryMerge(&lab1)); in TEST()248 CHECK(!lab3.TryMerge(&lab1)); in TEST()
146 def TryMerge(self, d): member in KeyValue319 def TryMerge(self, d): member in KeyValues
541 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { in TryMerge() function
1929 inline bool TryMerge(LocalAllocationBuffer* other);
1656 buffer_.TryMerge(&saved_old_buffer); in NewLocalAllocationBuffer()
411 spill_range->TryMerge(member_range); in TryReuseSpillRangesForGroups()
1179 bool SpillRange::TryMerge(SpillRange* other) { in TryMerge() function in v8::internal::compiler::SpillRange2865 if (op_spill == first_op_spill || first_op_spill->TryMerge(op_spill)) { in TryReuseSpillForPhi()2888 bool merged = first_op_spill->TryMerge(spill_range); in TryReuseSpillForPhi()2897 bool merged = first_op_spill->TryMerge(spill_range); in TryReuseSpillForPhi()2991 range->TryMerge(other); in AssignSpillSlots()
685 bool TryMerge(SpillRange* other);