Searched refs:InstrHeight (Results 1 – 2 of 2) sorted by relevance
155 unsigned InstrHeight; member159 InstrDepth(~0u), InstrHeight(~0u), in TraceBlockInfo()168 bool hasValidHeight() const { return InstrHeight != ~0u; } in hasValidHeight()174 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } in invalidateHeight()249 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
203 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()219 TBI->InstrHeight += SuccTBI->InstrHeight; in computeHeightResources()360 unsigned Height = SuccTBI->InstrHeight; in pickTraceSucc()1029 dbgs() << format("%7u Instructions\n", TBI.InstrHeight); in computeInstrHeights()1242 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength()1288 OS << "height=" << InstrHeight; in print()