Searched refs:ReplaceNodeWith (Results 1 – 2 of 2) sorted by relevance
68 void PhiGraph::ReplaceNodeWith(PhiGraph::Node* node, PhiGraph::Node* replace) { in ReplaceNodeWith() function in xla::PhiGraph79 return ReplaceNodeWith(node, iter->second); in ReplaceNodeWith()191 ReplaceNodeWith(node_ptr, node_ptr->operands[0]); in Optimize()249 ReplaceNodeWith(node, non_phi); in Optimize()
87 void ReplaceNodeWith(Node* node, Node* replace);