Lines Matching refs:IntervalInfo
256 using IntervalInfo = typedef in __anon76ec55000111::Interference
259 static SlotIndex getStartPoint(const IntervalInfo &I) { in getStartPoint()
263 static SlotIndex getEndPoint(const IntervalInfo &I) { in getEndPoint()
267 static PBQP::GraphBase::NodeId getNodeId(const IntervalInfo &I) { in getNodeId()
271 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint()
272 const IntervalInfo &I2) { in lowestStartPoint()
278 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint()
279 const IntervalInfo &I2) { in lowestEndPoint()
295 static bool isAtLastSegment(const IntervalInfo &I) { in isAtLastSegment()
299 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment()
324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply()
326 std::priority_queue<IntervalInfo, std::vector<IntervalInfo>, in apply()
342 IntervalInfo Cur = Inactive.top(); in apply()