Home | History | Annotate | Download | only in compiler

Lines Matching refs:check0

4629   Node* check0 = graph()->NewNode(simplified()->NumberEqual(), length,
4632 graph()->NewNode(common()->Branch(BranchHint::kFalse), check0, control);
5392 Node* check0 =
5395 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
6575 Node* check0 = graph()->NewNode(simplified()->NumberLessThan(), index,
6578 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, loop);