Searched refs:start_cycle (Results 1 – 2 of 2) sorted by relevance
77 int start_cycle() const { return start_cycle_; } in start_cycle() function78 void set_start_cycle(int start_cycle) { start_cycle_ = start_cycle; } in set_start_cycle() argument
33 if (cycle >= (*iterator)->start_cycle()) { in PopBestCandidate()236 std::max(successor->start_cycle(), cycle + candidate->latency())); in Schedule()