Searched refs:branch0 (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering.cc | 4398 Node* branch0 = in DoJSToNumberOrNumericTruncatesToFloat64() local 4401 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64() 4409 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToFloat64() 4500 Node* branch0 = in DoJSToNumberOrNumericTruncatesToWord32() local 4503 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in DoJSToNumberOrNumericTruncatesToWord32() 4508 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in DoJSToNumberOrNumericTruncatesToWord32() 4664 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div() local 4667 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in Int32Div() 4670 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in Int32Div() 4741 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod() local [all …]
|
D | js-call-reducer.cc | 5882 Node* branch0 = in ReduceArrayPrototypeShift() local 5885 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceArrayPrototypeShift() 5889 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceArrayPrototypeShift() 6789 Node* branch0 = in ReduceStringIteratorPrototypeNext() local 6793 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceStringIteratorPrototypeNext() 6809 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceStringIteratorPrototypeNext() 7630 Node* branch0 = in ReduceCollectionIteratorPrototypeNext() local 7633 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0); in ReduceCollectionIteratorPrototypeNext() 7647 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceCollectionIteratorPrototypeNext()
|
D | js-typed-lowering.cc | 1206 Node* branch0 = in ReduceJSHasInPrototypeChain() local 1209 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0); in ReduceJSHasInPrototypeChain() 1213 control = graph()->NewNode(common()->IfFalse(), branch0); in ReduceJSHasInPrototypeChain()
|
D | wasm-compiler.cc | 2803 Node* branch0 = in BuildI32AsmjsRemS() local 2806 Node* if_true0 = graph()->NewNode(c->IfTrue(), branch0); in BuildI32AsmjsRemS() 2841 Node* if_false0 = graph()->NewNode(c->IfFalse(), branch0); in BuildI32AsmjsRemS()
|