Home
last modified time | relevance | path

Searched refs:boolean_branch (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.cc2167 Node* boolean_branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in DoFilterPostCallbackWork() local
2170 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() local
2473 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() local
2829 if_true_callback = graph()->NewNode(common()->IfTrue(), boolean_branch); in ReduceArraySome()
2833 control = graph()->NewNode(common()->IfFalse(), boolean_branch); in ReduceArraySome()