Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-allocator.h452 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
Dlithium-allocator.cc1227 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos)); in ConnectRanges()
1248 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { in CanEagerlyResolveControlFlow() function in v8::internal::LAllocator
1259 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()