Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h175 unsigned InstrHeight = ~0u; member
185 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight()
191 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
267 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp214 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()
229 TBI->InstrHeight += SuccTBI->InstrHeight; in computeHeightResources()
372 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc()
1051 dbgs() << format("%7u Instructions\n", TBI.InstrHeight); in computeInstrHeights()
1264 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()
1310 OS << "height=" << InstrHeight; in print()