Searched defs:CanEagerlyResolveControlFlow (Results 1 - 2 of 2) sorted by relevance

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

Completed in 54 milliseconds