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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h393 bool CanEagerlyResolveControlFlow(HBasicBlock* block) const;
H A Dlithium-allocator.cc1214 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos));
1235 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { function in class:LAllocator
1246 if (CanEagerlyResolveControlFlow(block)) continue;
/external/v8/src/compiler/
H A Dregister-allocator.h1195 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
H A Dregister-allocator.cc3743 bool LiveRangeConnector::CanEagerlyResolveControlFlow( function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRangeConnector
3755 if (CanEagerlyResolveControlFlow(block)) continue;
3864 !CanEagerlyResolveControlFlow(GetInstructionBlock(code(), pos))) {

Completed in 88 milliseconds