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

/external/v8/src/
H A Dlithium-allocator.cc1202 should_insert = CanEagerlyResolveControlFlow(GetBlock(pos));
1220 bool LAllocator::CanEagerlyResolveControlFlow(HBasicBlock* block) const { function in class:LAllocator
1231 if (CanEagerlyResolveControlFlow(block)) continue;

Completed in 293 milliseconds