Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h176 unsigned InstrHeight = ~0u; member
186 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight()
192 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()
268 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp215 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()
230 TBI->InstrHeight += SuccTBI->InstrHeight; in computeHeightResources()
373 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc()
1052 dbgs() << format("%7u Instructions\n", TBI.InstrHeight); in computeInstrHeights()
1265 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()
1311 OS << "height=" << InstrHeight; in print()