Lines Matching defs:control
116 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate() local
152 Node* const control = graph()->start(); in ReduceJSCreateArguments() local
388 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject() local
467 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local
525 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local
572 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray() local
749 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator() local
779 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateAsyncFunctionObject() local
855 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator() local
890 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction() local
931 Control control = n.control(); in ReduceJSCreateClosure() local
1102 Control control = n.control(); in ReduceJSCreateLiteralArrayOrObject() local
1149 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateEmptyLiteralObject() local
1181 Control control = n.control(); in ReduceJSCreateLiteralRegExp() local
1223 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext() local
1258 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext() local
1279 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext() local
1304 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext() local
1349 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateObject() local
1427 Node* JSCreateLowering::TryAllocateArguments(Node* effect, Node* control, in TryAllocateArguments()
1455 Node* JSCreateLowering::TryAllocateRestArguments(Node* effect, Node* control, in TryAllocateRestArguments()
1488 Node* effect, Node* control, FrameState frame_state, Node* context, in TryAllocateAliasedArguments()
1559 Node* effect, Node* control, Node* context, Node* arguments_length, in TryAllocateAliasedArguments()
1616 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements()
1641 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control, in AllocateElements()
1667 Node* effect, Node* control, JSObjectRef boilerplate, in TryAllocateFastLiteral()
1839 Node* effect, Node* control, JSObjectRef boilerplate, in TryAllocateFastLiteralElements()
1913 Node* effect, Node* control, RegExpBoilerplateDescriptionRef boilerplate) { in AllocateLiteralRegExp()