Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h391 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
Dlithium-allocator.cc1212 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos)); in ConnectRanges()
1233 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { in CanEagerlyResolveControlFlow() function in v8::internal::LAllocator
1244 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()
/external/v8/src/compiler/
Dregister-allocator.h1153 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
Dregister-allocator.cc3360 bool LiveRangeConnector::CanEagerlyResolveControlFlow( in CanEagerlyResolveControlFlow() function in v8::internal::compiler::LiveRangeConnector
3372 if (CanEagerlyResolveControlFlow(block)) continue; in ResolveControlFlow()
3436 !CanEagerlyResolveControlFlow(GetInstructionBlock(code(), pos))) { in ConnectRanges()