Home
last modified time | relevance | path

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

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