Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc539 BitVector* live_in = live_in_sets_[successor->rpo_number_]; in ComputeLiveOut() local
540 if (live_in != NULL) live_out->Union(*live_in); in ComputeLiveOut()
/external/v8/src/
Dlithium-allocator.cc551 BitVector* live_in = live_in_sets_[successor->block_id()]; in ComputeLiveOut() local
552 if (live_in != NULL) live_out->Union(*live_in); in ComputeLiveOut()