Searched refs:start_cycle (Results 1 – 2 of 2) sorted by relevance
71 int start_cycle() const { return start_cycle_; } in start_cycle() function72 void set_start_cycle(int start_cycle) { start_cycle_ = start_cycle; } in set_start_cycle() argument
33 if (cycle >= (*iterator)->start_cycle()) { in PopBestCandidate()226 std::max(successor->start_cycle(), in ScheduleBlock()