Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp256 using IntervalInfo = typedef in __anon9a6f38670111::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()
[all …]