Lines Matching refs:IntervalInfo
221 IntervalInfo; typedef in __anon4cb6f5b20111::Interference
223 static SlotIndex getStartPoint(const IntervalInfo &I) { in getStartPoint()
227 static SlotIndex getEndPoint(const IntervalInfo &I) { in getEndPoint()
231 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
235 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint()
236 const IntervalInfo &I2) { in lowestStartPoint()
242 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint()
243 const IntervalInfo &I2) { in lowestEndPoint()
259 static bool isAtLastSegment(const IntervalInfo &I) { in isAtLastSegment()
263 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment()
289 typedef std::set<IntervalInfo, decltype(&lowestEndPoint)> IntervalSet; in apply()
290 typedef std::priority_queue<IntervalInfo, std::vector<IntervalInfo>, in apply()
306 IntervalInfo Cur = Inactive.top(); in apply()