Lines Matching refs:id

484     local_valnum.reset(new (allocator.get()) LocalValueNumbering(global_valnum.get(), bb->id,
530 successor_to_unlink->ErasePredecessor(bb->id);
703 // to update all Phi inputs correctly with UpdatePredecessor(ft->id, bb->id)
706 ft_ft->UpdatePredecessor(ft->id, bb->id);
708 ft->ErasePredecessor(bb->id);
710 bb->fall_through = ft_ft->id;
849 bb_next->ErasePredecessor(bb->id);
856 DCHECK_EQ(bb_taken->predecessors[0], bb->id);
866 succ_bb->ErasePredecessor(bb->id);
899 // Kill bb_next and remap now-dead id to parent.
902 block_id_map_.Overwrite(bb_next->id, bb->id);
906 child->UpdatePredecessor(bb_next->id, bb->id);
982 if (pred_bb->BranchesToSuccessorOnlyIfNotZero(bb->id)) {
1089 ArenaBitVector* old_ending_ssa_regs_to_check = temp_.nce.ending_vregs_to_check_matrix[bb->id];
1093 temp_.nce.ending_vregs_to_check_matrix[bb->id] = vregs_to_check;
1099 temp_.nce.ending_vregs_to_check_matrix[bb->id] = vregs_to_check;
1329 ArenaBitVector* old_ending_classes_to_check = temp_.cice.ending_classes_to_check_matrix[bb->id];
1333 temp_.cice.ending_classes_to_check_matrix[bb->id] = classes_to_check;
1339 temp_.cice.ending_classes_to_check_matrix[bb->id] = classes_to_check;
1603 extended_basic_blocks_.push_back(bb->id);
1746 DCHECK_EQ(suspend_checks_in_loops_[bb->id], 0u); // The array was zero-initialized.
1762 uint16_t bb_topo_idx = topological_order_indexes_[bb->id];
1783 DCHECK_GE(((1u << (IsLoopHead(bb->id) ? bb->nesting_depth - 1u: bb->nesting_depth)) - 1u),
1787 suspend_checks_in_loops_[bb->id] = suspend_checks_in_loops;