Searched refs:live_in (Results 1 – 2 of 2) sorted by relevance
539 BitVector* live_in = live_in_sets_[successor->rpo_number_]; in ComputeLiveOut() local540 if (live_in != NULL) live_out->Union(*live_in); in ComputeLiveOut()
551 BitVector* live_in = live_in_sets_[successor->block_id()]; in ComputeLiveOut() local552 if (live_in != NULL) live_out->Union(*live_in); in ComputeLiveOut()