Home
last modified time | relevance | path

Searched refs:IsBlockBoundary (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc76 if (data()->IsBlockBoundary(end)) { in Add()
Dregister-allocator.cc1593 bool TopTierRegisterAllocationData::IsBlockBoundary( in IsBlockBoundary() function in v8::internal::compiler::TopTierRegisterAllocationData
3106 if (!data()->IsBlockBoundary(revisit_at)) { in SpillNotLiveRanges()
4573 if (data()->IsBlockBoundary(end.Start())) { in SpillBetweenUntil()
5024 if (data()->IsBlockBoundary(pos) && in ConnectRanges()
Dregister-allocator.h329 bool IsBlockBoundary(LifetimePosition pos) const;