Searched refs:func_call_nodes (Results 1 – 1 of 1) sorted by relevance
2118 std::vector<Node*> if_nodes, while_nodes, func_call_nodes; in ExtractOutsideCompilationForNodesWithAssociatedFunctions() local2125 func_call_nodes.push_back(n); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()2129 for (Node* n : func_call_nodes) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()