HomeSort by relevance Sort by last modified time
    Searched refs:live_in (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lithium-allocator.cc 564 // Initialize the live_in sets for each block to NULL.
579 // live_in will not be computed yet for backwards edges.
581 BitVector* live_in = live_in_sets_[successor->block_id()]; local
582 if (live_in != NULL) live_out->Union(*live_in);
    [all...]
  /external/v8/src/
lithium-allocator.cc 554 // 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);
    [all...]

Completed in 682 milliseconds