Searched refs:use_edge (Results 1 – 3 of 3) sorted by relevance
62 for (Edge use_edge : node->use_edges()) { in PeelWasmLoop() local63 Node* use = use_edge.from(); in PeelWasmLoop()82 use->ReplaceInput(use_edge.index(), merge_node); in PeelWasmLoop()91 for (Edge use_edge : peeled_iteration_header->use_edges()) { in PeelWasmLoop() local92 if (NodeProperties::IsPhi(use_edge.from())) { in PeelWasmLoop()93 use_edge.from()->ReplaceUses(use_edge.from()->InputAt(0)); in PeelWasmLoop()95 use_edge.UpdateTo(loop_node->InputAt(0)); in PeelWasmLoop()113 for (Edge use_edge : peeled_iteration_header->use_edges()) { in PeelWasmLoop() local114 DCHECK(NodeProperties::IsPhi(use_edge.from())); in PeelWasmLoop()115 use_edge.from()->RemoveInput(0); in PeelWasmLoop()[all …]
112 for (Edge use_edge : node->use_edges()) { in UnrollLoop() local113 Node* use = use_edge.from(); in UnrollLoop()140 use->ReplaceInput(use_edge.index(), merge_node); in UnrollLoop()
510 for (Edge use_edge : call->use_edges()) { in InlineCall() local511 if (NodeProperties::IsValueEdge(use_edge)) { in InlineCall()512 Node* use = use_edge.from(); in InlineCall()