Searched refs:boolean_branch (Results 1 – 1 of 1) sorted by relevance
2167 Node* boolean_branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in DoFilterPostCallbackWork() local2170 Node* if_true = graph()->NewNode(common()->IfTrue(), boolean_branch); in DoFilterPostCallbackWork()2211 Node* if_false = graph()->NewNode(common()->IfFalse(), boolean_branch); in DoFilterPostCallbackWork()2471 Node* boolean_branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in ReduceArrayEvery() local2473 if_false_callback = graph()->NewNode(common()->IfFalse(), boolean_branch); in ReduceArrayEvery()2477 control = graph()->NewNode(common()->IfTrue(), boolean_branch); in ReduceArrayEvery()2827 Node* boolean_branch = graph()->NewNode( in ReduceArraySome() local2829 if_true_callback = graph()->NewNode(common()->IfTrue(), boolean_branch); in ReduceArraySome()2833 control = graph()->NewNode(common()->IfFalse(), boolean_branch); in ReduceArraySome()