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

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc534 // Initialize the live_in sets for each block to NULL.
549 // live_in will not be computed yet for backwards edges.
551 BitVector* live_in = live_in_sets_[successor->block_id()]; local
552 if (live_in != NULL) live_out->Union(*live_in);
1304 // Now live is live_in for this block except not including values live
/external/v8/src/compiler/
H A Dregister-allocator.cc1759 BitVector* live_in = data->live_in_sets()[succ.ToSize()]; local
1760 if (live_in != nullptr) live_out->Union(*live_in);
2137 // Now live is live_in for this block except not including values live

Completed in 67 milliseconds