Home
last modified time | relevance | path

Searched refs:IntervalInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp222 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()
[all …]