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

/external/v8/src/
H A Dlithium-allocator.cc554 // Initialize the live_in sets for each block to NULL.
569 // live_in will not be computed yet for backwards edges.
571 BitVector* live_in = live_in_sets_[successor->block_id()]; local
572 if (live_in != NULL) live_out->Union(*live_in);
1290 // Now live is live_in for this block except not including values live

Completed in 66 milliseconds