Searched refs:hole_branch (Results 1 – 1 of 1) sorted by relevance
1322 Node* hole_branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceArrayReduce() local1324 Node* found_el = graph()->NewNode(common()->IfFalse(), hole_branch); in ReduceArrayReduce()1326 Node* is_hole = graph()->NewNode(common()->IfTrue(), hole_branch); in ReduceArrayReduce()