Home
last modified time | relevance | path

Searched refs:CanEagerlyResolveControlFlow (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium-allocator.h492 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
Dlithium-allocator.cc1202 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos)); in ConnectRanges()
1220 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { in CanEagerlyResolveControlFlow() function in v8::internal::LAllocator
1231 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()