Lines Matching refs:end
41 // Potentially introduce artificial dependency from start to end.
44 VisitBackedge(node, graph_->end(), kInputDirection);
72 parent_blist.splice(parent_blist.end(), blist);
98 if (entry.input != node->input_edges().end()) {
119 if (entry.use != node->use_edges().end()) {
128 if (entry.use != node->use_edges().end()) {
149 if (entry.input != node->input_edges().end()) {
158 DCHECK(entry.input == node->input_edges().end());
159 DCHECK(entry.use == node->use_edges().end());
210 for (BracketList::iterator i = blist.begin(); i != blist.end(); /*nop*/) {