Lines Matching defs:start
410 // Parameters have the start node as inputs.
414 StartNode start{NodeProperties::GetValueInput(node, 0)};
415 // Currently, parameter indices start at -1 instead of 0.
417 CHECK_LE(index, start.LastParameterIndex_MaybeNonStandardLayout());
1876 CHECK_NOT_NULL(graph->start());
1968 BasicBlock* start = schedule->start();
1988 CHECK_EQ(start, rpo_order->at(0)); // Start should be first.
1994 // All blocks except start should have a dominator.
2003 // Verify that all blocks reachable from start are in the RPO.
2007 queue.push(start);
2008 marked[start->id().ToSize()] = true;
2042 queue.push(start);
2043 dominators[start->id().ToSize()] =