Searched defs:live_out (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc565 BitVector* live_out = new BitVector(next_virtual_register_); local
573 if (live_in != NULL) live_out->Union(*live_in);
582 live_out->Add(phi->OperandAt(index)->id());
592 return live_out;
597 BitVector* live_out) {
599 // each live_out value.
604 BitVector::Iterator iterator(live_out);
1225 // Initially consider all live_out values live for the entire block. We
596 AddInitialIntervals(HBasicBlock* block, BitVector* live_out) argument

Completed in 58 milliseconds