Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h899 static BitVector* ComputeLiveOut(const InstructionBlock* block,
Dregister-allocator.cc1851 BitVector* LiveRangeBuilder::ComputeLiveOut(const InstructionBlock* block, in ComputeLiveOut() function in v8::internal::compiler::LiveRangeBuilder
2393 BitVector* live = ComputeLiveOut(block, data()); in BuildLiveRanges()