Searched refs:first_false_block_ (Results 1 – 2 of 2) sorted by relevance
942 : needs_compare_(false), first_true_block_(NULL), first_false_block_(NULL) { in IfBuilder()944 continuation->Continue(&first_true_block_, &first_false_block_); in IfBuilder()970 first_false_block_ = builder->CreateBasicBlock(env->Copy()); in Initialize()988 first_false_block_ = builder()->CreateBasicBlock(env->Copy()); in AddCompare()991 HEnvironment* env = first_false_block_->last_environment(); in AddCompare()995 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()1003 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()1015 HEnvironment* env = first_false_block_->last_environment(); in Or()1021 builder()->set_current_block(first_false_block_); in Or()1022 first_false_block_ = builder()->CreateBasicBlock(env->Copy()); in Or()[all …]
1688 HBasicBlock* first_false_block_; variable