Searched refs:ReplaceControlInput (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | node-properties.h | 85 static void ReplaceControlInput(Node* node, Node* control, int index = 0);
|
D | node-properties.cc | 161 void NodeProperties::ReplaceControlInput(Node* node, Node* control, int index) { in ReplaceControlInput() function in v8::internal::compiler::NodeProperties
|
D | js-generic-lowering.cc | 675 NodeProperties::ReplaceControlInput(node, if_false); in LowerJSStackCheck()
|
D | js-typed-lowering.cc | 377 NodeProperties::ReplaceControlInput(node_, if_success); in ConvertSingleInputToNumber() 405 NodeProperties::ReplaceControlInput(if_success, right_conv); in ConvertBothInputsToNumber()
|
D | effect-control-linearizer.cc | 116 NodeProperties::ReplaceControlInput(control, block_effect.current_control, in UpdateBlockControl() 583 NodeProperties::ReplaceControlInput(node, *control, i); in ProcessNode()
|
D | wasm-compiler.cc | 2456 NodeProperties::ReplaceControlInput(branch2, use); in BuildChangeTaggedToFloat64()
|