reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 bool hasValidHeight() const { return InstrHeight != ~0u; } 192 void invalidateHeight() { InstrHeight = ~0u; HasValidInstrHeights = false; } 268 return TBI.InstrDepth + TBI.InstrHeight;lib/CodeGen/MachineTraceMetrics.cpp
214 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; 229 TBI->InstrHeight += SuccTBI->InstrHeight; 229 TBI->InstrHeight += SuccTBI->InstrHeight; 372 unsigned Height = SuccTBI->InstrHeight; 1052 dbgs() << format("%7u Instructions\n", TBI.InstrHeight); 1265 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; 1311 OS << "height=" << InstrHeight;