Lines Matching refs:IntervalInfo
222 IntervalInfo; typedef in __anon4cb6f5b20111::Interference
224 static SlotIndex getStartPoint(const IntervalInfo &I) { in getStartPoint()
228 static SlotIndex getEndPoint(const IntervalInfo &I) { in getEndPoint()
232 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
236 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint()
237 const IntervalInfo &I2) { in lowestStartPoint()
243 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint()
244 const IntervalInfo &I2) { in lowestEndPoint()
260 static bool isAtLastSegment(const IntervalInfo &I) { in isAtLastSegment()
264 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment()
290 typedef std::set<IntervalInfo, decltype(&lowestEndPoint)> IntervalSet; in apply()
291 typedef std::priority_queue<IntervalInfo, std::vector<IntervalInfo>, in apply()
307 IntervalInfo Cur = Inactive.top(); in apply()