Searched refs:CanEagerlyResolveControlFlow (Results 1 – 4 of 4) sorted by relevance
391 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
1212 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos)); in ConnectRanges()1233 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { in CanEagerlyResolveControlFlow() function in v8::internal::LAllocator1244 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()
1153 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
3360 bool LiveRangeConnector::CanEagerlyResolveControlFlow( in CanEagerlyResolveControlFlow() function in v8::internal::compiler::LiveRangeConnector3372 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()3436 !CanEagerlyResolveControlFlow(GetInstructionBlock(code(), pos))) { in ConnectRanges()