Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h398 BitVector* ComputeLiveOut(HBasicBlock* block);
Dlithium-allocator.cc543 BitVector* LAllocator::ComputeLiveOut(HBasicBlock* block) { in ComputeLiveOut() function in v8::internal::LAllocator
1269 BitVector* live = ComputeLiveOut(block); in BuildLiveRanges()
/external/v8/src/compiler/
Dregister-allocator.h911 static BitVector* ComputeLiveOut(const InstructionBlock* block,
Dregister-allocator.cc1845 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, in ComputeLiveOut() function in v8::internal::compiler::LiveRangeBuilder
2387 BitVector* live = ComputeLiveOut(block, data()); in BuildLiveRanges()