Searched refs:first_false_block_ (Results 1 – 2 of 2) sorted by relevance
764 : needs_compare_(false), first_true_block_(NULL), first_false_block_(NULL) { in IfBuilder()766 continuation->Continue(&first_true_block_, &first_false_block_); in IfBuilder()792 first_false_block_ = builder->CreateBasicBlock(env->Copy()); in Initialize()810 first_false_block_ = builder()->CreateBasicBlock(env->Copy()); in AddCompare()813 HEnvironment* env = first_false_block_->last_environment(); in AddCompare()817 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()825 compare->SetSuccessorAt(1, first_false_block_); in AddCompare()837 HEnvironment* env = first_false_block_->last_environment(); in Or()843 builder()->set_current_block(first_false_block_); in Or()844 first_false_block_ = builder()->CreateBasicBlock(env->Copy()); in Or()[all …]
1673 HBasicBlock* first_false_block_; variable