Searched refs:repl_func_graph (Results 1 – 1 of 1) sorted by relevance
381 auto &repl_func_graph = repl_map_func_graph_[func_graph_user]; in AddInputs() local382 auto iter = repl_func_graph.find(func_graph); in AddInputs()383 if (iter == repl_func_graph.end()) { in AddInputs()385 repl_func_graph[func_graph] = node; in AddInputs()468 auto &repl_func_graph = repl_map_func_graph_[func_graph]; in SetEdges() local469 if (repl_func_graph.find(graph) != repl_func_graph.end()) { in SetEdges()470 tx->SetEdge(cnode, SizeToInt(i), repl_func_graph[graph]); in SetEdges()