Lines Matching refs:from
41 // Potentially introduce artificial dependency from start to end.
77 void ControlEquivalence::VisitBackedge(Node* from, Node* to,
79 TRACE("CEQ: Backedge from #%d:%s to #%d:%s\n", from->id(),
80 from->op()->mnemonic(), to->id(), to->op()->mnemonic());
83 Bracket bracket = {direction, kInvalidClass, 0, from, to};
84 GetBracketList(from).push_back(bracket);
130 Node* use = edge.from();
157 // Pop node from stack when done with all inputs and uses.
188 void ControlEquivalence::DFSPush(DFSStack& stack, Node* node, Node* from,
195 stack.push({dir, input, use, from, node});
212 TRACE(" BList erased: {%d->%d}\n", i->from->id(), i->to->id());
225 TRACE("{%d->%d} ", bracket.from->id(), bracket.to->id());