Lines Matching defs:hint
226 BranchHint hint) {
229 graph()->NewNode(mcgraph()->common()->Branch(hint), cond, control());
5725 [=](Node* condition, BranchHint hint) -> void {
5726 gasm_->GotoIf(condition, label, hint, Int32Constant(1));
5729 [=](Node* condition, BranchHint hint) -> void {
5730 gasm_->GotoIf(condition, label, hint, Int32Constant(0));
5733 [=](Node* condition, BranchHint hint) -> void {
5734 gasm_->GotoIfNot(condition, label, hint, Int32Constant(0));
5741 [=](Node* condition, BranchHint hint) -> void {
5742 gasm_->GotoIf(condition, label, hint);
5745 [=](Node* condition, BranchHint hint) -> void {
5749 [=](Node* condition, BranchHint hint) -> void {
5759 [&](Node* condition, BranchHint hint) -> void {
5760 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),
5768 [&](Node* condition, BranchHint hint) -> void {
5769 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),
5777 [&](Node* condition, BranchHint hint) -> void {
5778 Node* branch = graph()->NewNode(mcgraph()->common()->Branch(hint),