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

/external/v8/src/crankshaft/
H A Dlithium-allocator.h398 BitVector* ComputeLiveOut(HBasicBlock* block);
H A Dlithium-allocator.cc542 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { function in class:v8::internal::LAllocator
1268 BitVector* live = ComputeLiveOut(block);
/external/v8/src/compiler/
H A Dregister-allocator.h893 static BitVector* ComputeLiveOut(const InstructionBlock* block,
H A Dregister-allocator.cc1838 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRangeBuilder
2272 BitVector* live = ComputeLiveOut(block, data());

Completed in 74 milliseconds