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