Lines Matching refs:IntervalInfo
253 using IntervalInfo = typedef in __anonda0ac5d00111::Interference
256 static SlotIndex getStartPoint(const IntervalInfo &I) { in getStartPoint()
260 static SlotIndex getEndPoint(const IntervalInfo &I) { in getEndPoint()
264 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
268 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint()
269 const IntervalInfo &I2) { in lowestStartPoint()
275 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint()
276 const IntervalInfo &I2) { in lowestEndPoint()
292 static bool isAtLastSegment(const IntervalInfo &I) { in isAtLastSegment()
296 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment()
321 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply()
323 std::priority_queue<IntervalInfo, std::vector<IntervalInfo>, in apply()
339 IntervalInfo Cur = Inactive.top(); in apply()