Searched refs:CanEagerlyResolveControlFlow (Results 1 – 2 of 2) sorted by relevance
492 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
1202 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos)); in ConnectRanges()1220 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { in CanEagerlyResolveControlFlow() function in v8::internal::LAllocator1231 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()