Home
last modified time | relevance | path

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

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