Searched refs:function_context_node (Results 1 – 1 of 1) sorted by relevance
19 Node* function_context_node = fork_closure->input()->node(); in inlineForkedClosure() local21 if (function_context_node->inputs().size() != 2 || in inlineForkedClosure()22 function_context_node->inputs().at(0)->node()->kind() != prim::Closure || in inlineForkedClosure()23 function_context_node->inputs().at(1)->node()->kind() != in inlineForkedClosure()28 Node* function = function_context_node->inputs().at(0)->node(); in inlineForkedClosure()29 Node* context = function_context_node->inputs().at(1)->node(); in inlineForkedClosure()