Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1596 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
Dregister-allocator.cc4871 bool LiveRangeConnector::CanEagerlyResolveControlFlow( in CanEagerlyResolveControlFlow() function in v8::internal::compiler::LiveRangeConnector
4882 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()
5025 !CanEagerlyResolveControlFlow(GetInstructionBlock(code(), pos))) { in ConnectRanges()