Searched refs:ReplaceControlInput (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | node-properties.h | 86 static void ReplaceControlInput(Node* node, Node* control, int index = 0);
|
D | node-properties.cc | 164 void NodeProperties::ReplaceControlInput(Node* node, Node* control, int index) { in ReplaceControlInput() function in v8::internal::compiler::NodeProperties
|
D | js-inlining.cc | 671 NodeProperties::ReplaceControlInput(node, success); in ReduceJSCall()
|
D | js-generic-lowering.cc | 667 NodeProperties::ReplaceControlInput(node, if_false); in LowerJSStackCheck()
|
D | effect-control-linearizer.cc | 118 NodeProperties::ReplaceControlInput(control, block_effect.current_control, in UpdateBlockControl() 585 NodeProperties::ReplaceControlInput(node, *control, i); in ProcessNode()
|
D | js-typed-lowering.cc | 440 NodeProperties::ReplaceControlInput(node_, if_success); in ConvertSingleInputToNumber() 468 NodeProperties::ReplaceControlInput(if_success, right_conv); in ConvertBothInputsToNumber()
|
D | wasm-compiler.cc | 2581 NodeProperties::ReplaceControlInput(branch2, use); in BuildChangeTaggedToFloat64()
|