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

/external/v8/src/crankshaft/
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.cc1838 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRangeBuilder
2272 BitVector* live = ComputeLiveOut(block, data());

Completed in 43 milliseconds