Searched refs:TryMerge (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1197 bool TryMerge = false; local
1233 TryMerge = true;
1268 TryMerge = true;
1274 TryMerge = true;
1276 TryMerge = true;
1278 if (TryMerge) {
/external/v8/src/heap/
H A Dspaces-inl.h637 bool LocalAllocationBuffer::TryMerge(LocalAllocationBuffer* other) { function in class:v8::internal::LocalAllocationBuffer
H A Dspaces.h1898 inline bool TryMerge(LocalAllocationBuffer* other);
H A Dmark-compact.cc1781 buffer_.TryMerge(&saved_old_buffer);
/external/v8/src/compiler/
H A Dregister-allocator.cc1268 bool SpillRange::TryMerge(SpillRange* other) { function in class:v8::internal::compiler::LiveRangeBoundArray::SpillRange
3423 if (op_spill == first_op_spill || first_op_spill->TryMerge(op_spill)) {
3446 bool merged = first_op_spill->TryMerge(spill_range);
3455 bool merged = first_op_spill->TryMerge(spill_range);
3542 range->TryMerge(other);
H A Dregister-allocator.h695 bool TryMerge(SpillRange* other);

Completed in 368 milliseconds