Searched refs:ResourceSegments (Results 1 – 3 of 3) sorted by relevance
627 class ResourceSegments {808 explicit ResourceSegments(){}; in ResourceSegments() function810 explicit ResourceSegments(const std::list<IntervalTy> &Intervals) in ResourceSegments() function815 friend bool operator==(const ResourceSegments &c1,816 const ResourceSegments &c2) {820 const ResourceSegments &Segments) {898 std::map<unsigned, ResourceSegments> ReservedResourceSegments;
2769 ResourceSegments::getResourceIntervalTop( in bumpNode()2774 ResourceSegments::getResourceIntervalBottom( in bumpNode()4460 static bool sortIntervals(const ResourceSegments::IntervalTy &A, in sortIntervals()4461 const ResourceSegments::IntervalTy &B) { in sortIntervals()4465 unsigned ResourceSegments::getFirstAvailableAt( in getFirstAvailableAt()4467 std::function<ResourceSegments::IntervalTy(unsigned, unsigned, unsigned)> in getFirstAvailableAt()4479 ResourceSegments::IntervalTy NewInterval = in getFirstAvailableAt()4495 void ResourceSegments::add(ResourceSegments::IntervalTy A, in add()4508 [&A](const ResourceSegments::IntervalTy &Interval) -> bool { in add()4522 bool ResourceSegments::intersects(ResourceSegments::IntervalTy A, in intersects()[all …]
122 // using intervals via ResourceSegments (see