Home | History | Annotate | Download | only in compiler

Lines Matching full:pred_block

3763         const InstructionBlock* pred_block = code()->InstructionBlockAt(pred);
3764 if (!array->FindConnectableSubranges(block, pred_block, &result)) {
3798 pred_block->IsDeferred()) {
3799 // The spill location should be defined in pred_block, so add
3800 // pred_block to the list of blocks requiring a spill operand.
3802 pred_block->rpo_number().ToInt());
3805 int move_loc = ResolveControlFlow(block, cur_op, pred_block, pred_op);
3989 const InstructionBlock* pred_block = code->InstructionBlockAt(pred);
3991 if (pred_block->IsDeferred()) {
3992 worklist.push(pred_block->rpo_number().ToInt());
3996 pred_block->last_instruction_index());