Searched refs:if_true0 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 3313 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64() local 3377 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in DoJSToNumberOrNumericTruncatesToFloat64() 3415 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32() local 3472 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in DoJSToNumberOrNumericTruncatesToWord32() 3579 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div() local 3580 Node* true0 = graph()->NewNode(machine()->Int32Div(), lhs, rhs, if_true0); in Int32Div() 3611 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0); in Int32Div() 3656 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Mod() local 3662 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0); in Int32Mod() 3688 if_true0 = graph()->NewNode(merge_op, if_true1, if_false1); in Int32Mod() [all …]
|
D | js-call-reducer.cc | 4634 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceArrayPrototypeShift() local 4755 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in ReduceArrayPrototypeShift() 5398 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceStringIteratorPrototypeNext() local 5405 index, etrue0, if_true0); in ReduceStringIteratorPrototypeNext() 5416 receiver, index, etrue0, if_true0); in ReduceStringIteratorPrototypeNext() 5427 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0); in ReduceStringIteratorPrototypeNext() 6594 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceCollectionIteratorPrototypeNext() local 6608 table, entry_start_position, etrue0, if_true0); in ReduceCollectionIteratorPrototypeNext() 6618 check1, if_true0); in ReduceCollectionIteratorPrototypeNext()
|
D | wasm-compiler.cc | 2313 Node* if_true0 = graph()->NewNode(c->IfTrue(), branch0); in BuildI32AsmjsRemS() local 2319 Node* branch1 = graph()->NewNode(c->Branch(), check1, if_true0); in BuildI32AsmjsRemS() 2344 if_true0 = graph()->NewNode(merge_op, if_true1, if_false1); in BuildI32AsmjsRemS() 2345 true0 = graph()->NewNode(phi_op, true1, false1, if_true0); in BuildI32AsmjsRemS() 2365 Node* merge0 = graph()->NewNode(merge_op, if_true0, if_false0); in BuildI32AsmjsRemS()
|
D | js-typed-lowering.cc | 1200 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceJSHasInPrototypeChain() local 1301 control = graph()->NewNode(common()->Merge(5), if_true0, if_true1, if_true2, in ReduceJSHasInPrototypeChain()
|