Searched refs:ShouldRecombine (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.h | 558 bool ShouldRecombine() const { return RecombineField::decode(bits_); } in ShouldRecombine() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange |
H A D | register-allocator.cc | 3050 if (range->next() != nullptr && range->next()->ShouldRecombine()) { in MaybeUndoPreviousSplit() |
Completed in 12 milliseconds