Lines Matching refs:succ
176 HCheckTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, Zone* zone) {
187 old_entry->check_->block()->Dominates(succ)) {
198 // Create entries for succ block's phis.
199 if (!succ->IsLoopHeader() && succ->phis()->length() > 0) {
200 int pred_index = succ->PredecessorIndexOf(from_block);
202 phi_index < succ->phis()->length();
204 HPhi* phi = succ->phis()->at(phi_index);
218 if (succ->predecessors()->length() == 1) {
219 HControlInstruction* end = succ->predecessors()->at(0)->end();
220 bool is_true_branch = end->SuccessorAt(0) == succ;
300 succ->block_id(),
310 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that,
317 int pred_index = succ->PredecessorIndexOf(pred_block);
323 this_entry->object_->block() == succ) {
355 succ->block_id(), pred_block->block_id());
557 int succ;
565 succ = 0;
568 succ = 1;
574 succ == 0 ? "true" : "false"));
575 instr->set_known_successor_index(succ);
577 int unreachable_succ = 1 - succ;
598 int succ = 1;
599 instr->set_known_successor_index(succ);
601 int unreachable_succ = 1 - succ;
610 int succ;
614 succ = 0;
620 succ = 1;
622 instr->set_known_successor_index(succ);
623 int unreachable_succ = 1 - succ;