Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h192 unsigned InstrHeight = ~0u; member
202 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight()
208 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
286 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp228 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()
243 TBI->InstrHeight += SuccTBI->InstrHeight; in computeHeightResources()
401 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc()
1089 dbgs() << format("%7u Instructions\n", TBI.InstrHeight); in computeInstrHeights()
1298 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()
1344 OS << "height=" << InstrHeight; in print()