Searched defs:CanEagerlyResolveControlFlow (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.cc | 1212 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 D | register-allocator.cc | 3360 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