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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc541 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { function in class:v8::internal::LAllocator
1267 BitVector* live = ComputeLiveOut(block);
/external/v8/src/compiler/
H A Dregister-allocator.cc1743 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, function in class:v8::internal::compiler::LiveRangeBuilder
2128 BitVector* live = ComputeLiveOut(block, data());

Completed in 81 milliseconds