Searched refs:first_half (Results 1 – 1 of 1) sorted by relevance
789 std::vector<Interval> first_half; in PrioritizeSecondHalfOfSuper() local796 first_half.emplace_back(region); in PrioritizeSecondHalfOfSuper()801 first_half.emplace_back(region.device_index, region.start, midpoint); in PrioritizeSecondHalfOfSuper()807 second_half.insert(second_half.end(), first_half.begin(), first_half.end()); in PrioritizeSecondHalfOfSuper()