Lines Matching refs:successor
164 // non-deferred successor needs it.
168 // deferred successor needs it.
305 InstructionBlock* successor = code->InstructionBlockAt(successor_id);
307 if (successor->IsDeferred()) {
383 // If only some of the predecessors require a spill, but some successor
410 InstructionBlock* successor = code->InstructionBlockAt(successor_id);
412 if (successor->IsDeferred()) {
437 // Any deferred successor needing a spill is sufficient to make the
454 InstructionBlock* successor = code->InstructionBlockAt(successor_id);
459 CommitSpill(vreg_numbers_[index_to_spill], block, successor);
466 InstructionBlock* successor) {
474 DCHECK_EQ(successor->PredecessorCount(), 1);
475 data()->AddGapMove(successor->first_instruction_index(),
478 successor->mark_needs_frame();