Lines Matching refs:BranchHint

126       DCHECK_EQ(hint_, BranchHint::kNone);
127 hint_ = BranchHint::kTrue;
131 DCHECK_EQ(hint_, BranchHint::kNone);
132 hint_ = BranchHint::kFalse;
157 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel()
159 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel()
184 BranchHint hint_ = BranchHint::kNone;
201 DCHECK_EQ(hint_, BranchHint::kNone);
202 hint_ = BranchHint::kTrue;
207 DCHECK_EQ(hint_, BranchHint::kNone);
208 hint_ = BranchHint::kFalse;
224 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel()
226 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel()
251 BranchHint hint_ = BranchHint::kNone;
504 BranchHint::kTrue);
575 BranchHint::kTrue, arg0);
757 BranchHint::kFalse, vars...);
1221 GotoIf(search_string_too_long, &out, BranchHint::kFalse, FalseConstant());
1264 GotoIf(search_string_too_long, &out, BranchHint::kFalse, FalseConstant());
2625 control = graph()->NewNode(common()->Branch(BranchHint::kFalse), check_null,
2634 control = graph()->NewNode(common()->Branch(BranchHint::kFalse),
3155 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
3226 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
3925 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
5369 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control);
5387 common()->Select(MachineRepresentation::kTagged, BranchHint::kFalse),
5420 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
5736 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control);
5883 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control);
5897 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
6341 graph()->NewNode(common()->Branch(BranchHint::kNone), check, control);
6790 graph()->NewNode(common()->Branch(BranchHint::kNone), check0, control);
6987 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
7104 common()->Select(MachineRepresentation::kTagged, BranchHint::kTrue),
7110 common()->Select(MachineRepresentation::kTagged, BranchHint::kTrue),
7216 control = graph()->NewNode(common()->Branch(BranchHint::kFalse), smi_check,
7536 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
7631 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, loop);
7672 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kFalse),
7809 common()->Select(MachineRepresentation::kTagged, BranchHint::kTrue),