Lines Matching defs:start
78 SchedulerData def = {schedule_->start(), 0, kUnknown};
98 // Parameters and OSR values are always fixed to the start block.
334 FixNode(schedule_->start(), node);
649 // is being spanned by the graph's start and end nodes.
689 // that is for the graph spanned between the schedule's start and end blocks.
693 ComputeAndInsertSpecialRPO(schedule_->start(), schedule_->end());
754 BasicBlock* start;
801 CHECK_EQ(kBlockUnvisited1, schedule_->start()->loop_number());
802 CHECK_EQ(kBlockUnvisited1, schedule_->start()->rpo_number());
876 loop->start = PushFront(order, block);
923 for (BasicBlock* b = info->start; true; b = b->rpo_next()) {
930 order = info->start;
1099 // Verify the start ... end list relationship.
1101 BasicBlock* block = loop->start;
1266 DCHECK(pred != end); // All blocks except start have predecessors.
1299 // Seed start block to be the first dominator.
1300 schedule->start()->set_dominator_depth(0);
1303 PropagateImmediateDominators(schedule->start()->rpo_next());
1347 ? schedule_->start()
1435 if (data->minimum_block_ == schedule_->start()) return;