Lines Matching refs:if_false

159       auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel()
162 gasm_->Branch(cond_, &if_true, &if_false);
168 gasm_->Bind(&if_false);
226 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel()
229 gasm_->Branch(cond_, &if_true, &if_false);
235 gasm_->Bind(&if_false);
3158 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
3161 if_false = efalse = graph()->NewNode(
3166 frame_state, efalse, if_false);
3191 Node* exfalse = graph()->NewNode(common()->IfException(), efalse, if_false);
3192 if_false = graph()->NewNode(common()->IfSuccess(), if_false);
3205 if_false = graph()->NewNode(common()->Throw(), efalse, if_false);
3206 NodeProperties::MergeControlToEnd(graph(), common(), if_false);
3229 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
3232 if_false = efalse = graph()->NewNode(
3237 frame_state, efalse, if_false);
3257 Node* exfalse = graph()->NewNode(common()->IfException(), efalse, if_false);
3258 if_false = graph()->NewNode(common()->IfSuccess(), if_false);
3271 if_false = graph()->NewNode(common()->Throw(), efalse, if_false);
3272 NodeProperties::MergeControlToEnd(graph(), common(), if_false);
5375 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
5378 simplified()->CheckSmi(p.feedback()), end, efalse, if_false);
5380 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
5428 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
5432 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
5514 Node** if_true, Node** if_false) {
5535 *if_false = if_not_packed_not_holey;
5538 *if_false = graph()->NewNode(common()->IfFalse(), packed_branch);
5742 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
5752 receiver, efalse, if_false);
5758 receiver, elements, efalse, if_false);
5770 new_length, length, efalse, if_false);
5775 receiver, new_length, efalse, if_false);
5780 elements, new_length, efalse, if_false);
5786 elements, new_length, jsgraph()->TheHoleConstant(), efalse, if_false);
5789 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
6434 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
6453 iterator, end_index, efalse, if_false);
6457 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
7028 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
7033 control = graph()->NewNode(common()->Merge(2), if_true, if_false);
7365 Node* if_false = graph()->NewNode(common()->IfFalse(), branch);
7369 table, entry, efalse, if_false);
7371 control = graph()->NewNode(common()->Merge(2), if_true, if_false);